Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

The Purpose of Life

To me, the purpose of life is 1. to SPREAD LOVE ❤️ 2. to live in the current moment 3. to preserve humanity and make it better (I don’t mean human revolution here. I am referring to becoming a better human) This post is going to be a long one! I believe in God. The …

The Purpose of Life Read More »

Semantic Versioning

Semantic versioning is a formal convention for specifying compatibility. It uses a three-part version number: major version; minor version; and patch. Version numbers convey meaning about the underlying code and what has been modified. For example, versioning could be handled as follows Code status Stage Rule Example version First release New product Start with 1.0.0 1.0.0 Backward compatible …

Semantic Versioning Read More »

9 Steps Strategy to introduce Vue in existing project without loosing SEO Ranking

If you are introducing Vue in existing project where html is being generated on server side, then below process will help in not loosing current SEO score of the site. We’ll be introducing Vue progressively in the project. Wrap everything from first to last html element within body tag inside a new div with id …

9 Steps Strategy to introduce Vue in existing project without loosing SEO Ranking Read More »

How to install v8js pecl extension on Ubuntu having PHP 7.3

sudo wget -O phpv8js-installer.sh https://gist.githubusercontent.com/sumitpore/339df4326c6a6f9275dd43b4568c1a69/raw/2abce2b00e85535aeba4656c318876e6902bbe39/phpv8js-installer.sh && bash phpv8js-installer.sh References: https://github.com/phpv8/v8js/blob/php7/README.Linux.md https://hub.docker.com/r/gytist/php-fpm-v8js/dockerfile https://stackoverflow.com/questions/40091987/compiling-v8js-extension-after-v8-was-built-with-gn-build-as-opposed-to-gyp/40092109#40092109 https://gist.github.com/aozisik/a522e3b602daff6ae51f134aa949eec9

Installing pear & pecl under Local By Flywheel on Ubuntu

1) Open Local App. Right click on your site in the Site Sidebar and select Open Site Shell. It will open a terminal 2) In that terminal, enter the command which php. It will output the path of PHP. e.g. in my case, it shows this path: /opt/Local/resources/extraResources/lightning-services/php-7.3.5+8/bin/linux/bin/php. Remove trailing /bin/php from that path and …

Installing pear & pecl under Local By Flywheel on Ubuntu Read More »