As a programmer what I understand in my 4 years of programming experience, Programming is not only just knowing any programming language. It is more than that, Some Programming lead says Programming is an ART and Code is poetry. To be an artist or a programmer we need to have some skills. About skills, I want […]
Javascript: Why you should use the ‘var’ keyword
var is the opposite of the global keyword from PHP. Check out more in detail here
Interesting Fact about the ‘self’ keyword in PHP
In PHP, you use the self keyword to access static properties and methods. The problem is that you can replace $this->method() with self::method() anywhere, regardless if method() is declared static or not. So which one should you use? check more on here
NGINX from zero to hero
NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption. You can explore more on Nginx server through this video. It explains Nginx and Nginx setup on centOS, Ubuntu in detail.
Return Type Declarations – new feature PHP7
This is another example to all those developers. who doesn’t want to update their self with the latest technology? I have just come across a new functionality that implemented in PHP7. Although I am PHP 7.1 User but never put effort to check the new functionality of PHP7. But I think somewhere it’s fine to […]
Roadmap to becoming a web developer in 2017
If you want to be a successful web developer then roadmap is live now for all those. who want to accomplish their dreams in Web Development, Web Designing, Dev Ops. check the link for detail information https://github.com/kamranahmedse/developer-roadmap
What are PHP Lambdas and Closures?
You have heard about anonymous function. We mostly use it in jQuery and javascript. PHP also gave support to anonymous function from PHP 5.3 version. lambdas and closures are best use case of an anonymous function in PHP. Learn What is PHP lambdas and closures and what the use and importance of them http://culttt.com/2013/03/25/what-are-php-lambdas-and-closures/
Happy Life
If you say you have lots of problem in life that you dealing with then watch this video … Problems are just creation of our own thoughts. sometimes when your environment is happy, even though you have some major problem going on in life. you do not take it seriously and the problem passed away.sometimes when you are […]
PHP Tags Tips
Every PHP developer know PHP tags is something like <?php ?> but some developer use it like <? ?> so called PHP short tag. but its only available if enabled using the short_open_tag php.ini configuration file directive, or if PHP was configured with the –enable-short-tags option). Tips
How To Become A WordPress Guru
I wish I could reblog it but there were no option. so posting a link. http://scribu.net/wordpress/how-to-become-a-wordpress-guru.html