PHP 7 is out
Finally the much awaited PHP 7 has been released. Lets hope this brings in a new lease of interest in the PHP Community. Click here for more details: The post PHP 7 is out appeared first on Tech...
View ArticleUsing Composer for PHP development
Composer as the name sounds, adds flavour to your PHP development by enabling you to handpick the best components from different frameworks. Imagine a scenario where you can combine and use the best...
View ArticleUsing Version Control for your projects
Even after more than 10-12 years of existence, Version Control is still not being religiously used by all software companies. Wherever there is a project involving multiple developers, its always...
View ArticleUsing SOLID philosophy in PHP
The current PHP world has been infused with lots of MVC frameworks like Zend framework, Codeigniter, Laravel, CakePHP, Symfony, YII and many more. PHP developers are able to choose any of these or...
View ArticleAdapting a coding style
Oftern developers are made to work on existing code and adapt to that code’s benchmarks. This can create issues when the developer’s coding style is different than the code he is going to work on....
View Article