Anwar

Posts

ReactJS vs PWA Studio vs Third

https://onilab.com/blog/reactjs-vs-pwa-studio-vs-third-party-themes-which-to-use-on-magento-2/     https://community.magento.com/t5/Magento-2-x-PWA-Theming-Layout/Magento-2-React-Ultra-fast-PWA/td-p/444524   https://magento.github.io/pwa-studio/technologies/theme-vs-storefront/   https://scandipwa.com/   https://inchoo.net/magento-2/magento-pwa-studio-general-overview/

React vs php

https://www.freecodecamp.org/news/php-vs-javascript-which-technology-will-suit-your-business-better/ If someone says “JavaScript is only for front end development, and PHP is for back end” — do not listen. Before I jump into...

Rapid Web Deployment for Laravel With GitHub

https://code.tutsplus.com/tutorials/rapid-web-deployment-for-laravel-with-github-linode-and-runcloudio–cms-30337   If you are a PHP programmer working with the Laravel framework, I am sure that you deploy your web application on cloud servers...

Query Performance Optimization

https://www.oreilly.com/library/view/high-performance-mysql/9780596101718/ch04.html     Chapter 4. Query Performance Optimization In the previous chapter, we explained how to optimize a schema, which is one of the necessary conditions for...

PuTTY Fatal Erro expected key exchange group packet from server

I discovered that the version of PuTTY that I had been using was an old development snapshot rather than a stable release. That version did...

Pm2 next js start

https://dev.to/reactstockholm/setup-a-next-js-project-with-pm2-nginx-and-yarn-on-ubuntu-18-04-22c9     Deploying a NextJS App in Production with PM2 Posted On : May 27, 2019 Published By : Aneh Thakur In this tip...

PM2 is a production process manager for Node

PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them...

Php composer

https://stackoverflow.com/questions/22155554/where-do-i-put-composer-json Yes you can simple type the above command and composer.json will install the latest version of your package. Composer.json (Respect Package) {    “require”: {        “respect/validation”:...

Php artisan migrate

You don’t have a user named ‘laravel’. You should change the DB_USERNAME to the one you’re actually using to access your DB. Mostly it’s root...