PHP 7 was released on 03 Dec 2015, and so many people have not yet started using or learning about the awesome features it has. I wrote this post to give a breakdown of the features released with PHP 7 for those that have not yet learnt about them and even if you know…
October 29, 2016
Android Studio Structural Search And Replace(SSR)
As developers, we all want to refactor our codes or make them follow a certain coding standard or pattern. You can have your own personal preference for naming methods, classes, instance fields etc or follow your organisation’s own standard. In this post, I will be taking about an interesting feature in Android Studio, which is…