Sumit Pore

Sumit Pore is a detail-oriented software engineer with extensive experience in developing sites using Laravel, WordPress and WooCommerce to solve business problems. He has been working on ES6, VueJS, jQuery, HTML5, CSS3, Bootstrap & TailwindCSS. He has experience of architecting Softwares & demonstrated knowledge of SOLID principles, Clean Code Principles, and Design Patterns.

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 »