• The hello world program in PHP

    1. Overview We start learning any programming language, with the famous hello world! program. This tradition is followed religiously since the inception of software programming, and we are happy that we will support it too. We will learn the basics of PHP in this series, named “PHP – Back to basics.” Let’s start with the…

  • New features in Angular 6

    1. Overview Latest release of Angular got into production recently and Angular 6 is power packed with so many features and enhancements. In this article we will have a look on the new additions in the latest Angular 6. 2. Core enhancements Let’s first talk about the core and most improvements and addition in this…

  • What’s new in PHP 7.2

    1. Overview In this article, we’ll learn about the new and interesting features in PHP 7.2 Release 7.2 of PHP was done in November, 2018. It included mostly core language, security and performance improvemnts . We’ll talk about these one by one. You can also have a look on PHP RFC page for all the…