23 Feb 2021

PHP 8 new features and changes - Part 1

PHP 8 brings a host of new features improvements, functions, and deprecations to the language compared to PHP 7. Among all of these new features, the JIT compiler is the one sharing the limelight. However, other features like syntax changes are also to be taken into account as it is these features that will have a greater impact on the practitioners. Since there are many important changes that we would like to talk about, so we have split this blog into several parts. This is part 1 of the series.
21 Jan 2021

UNDERSTANDING THE MOBILE APP DEVELOPMENT LIFECYCLE

Mobile app development is not rocket science in today's day and age.

21 Jan 2021

ENTERPRISE WEBSITE DEVELOPMENT

It's essential that companies have a presence online in the digitalised global economy.

21 Jan 2021

Why Choose Drupal Over Any Other CMS?

The dilemma of choosing the more suitable CMS from a range of possible CMS options can be overwhelming

05 Jan 2021

Implementing Reading Minutes Left

The following is a step by step instruction for implementing reading minutes left for a particular article, blog, or similar, just like we see on medium.com.
05 Jan 2021

Implementing Magnific Popup

You might want to add the functionality for a magnific popup where there are multiple items, say images, videos which on clicking would open up in a popup and you would be able to scroll through those. Something like this: https://dimsemenov.com/plugins/magnific-popup/. Worry not! You do not need to go through the entire documentation in the above link. I have done the hard work for you so that you can get it done in the wink of an eye!