Anwar

Posts

Next.js Setup a Next.js project with PM2, Nginx and Yarn on Ubuntu 18.04

https://dev.to/reactstockholm/setup-a-next-js-project-with-pm2-nginx-and-yarn-on-ubuntu-18-04-22c9 So, I recently had to deploy a Next.js project to a Ubuntu-server. Quite straight forward but you might run into some quirks. We tend...

Next.js Host a Next.js SSR app with real time data on AWS Amplify

https://aws.amazon.com/blogs/mobile/host-a-next-js-ssr-app-with-real-time-data-on-aws-amplify/ This article was written by Nikhil Swaminathan, Principal Product Manager Technical, AWS. Today, AWS Amplify Hosting announced support for continuously deploying server-side rendering (SSR)...

Next.js custom webpack config

Before continuing to add custom webpack configuration to your application make sure Next.js doesn’t already support your use-case: CSS imports CSS modules Sass/SCSS imports Sass/SCSS...

Next.js bpack5 getting warnings cant resolve fsev

Upgrade Node.js Delete package-lock.json and node_modules Run npm install again It works Apparently something doesn’t install when you run with an older Node.js version. My package.json looked like { "scripts": { "dev":...

Next.js server setup

https://mxd.codes/articles/hosting-next-js-private-server-pm2-github-webhooks-ci-cd   This article shows you how can host your Next.js site on a (virtual private) server with Nginx and a CI/CD pipeline via PM2...

Nexcess deploy wordpress with github actions

https://blog.nexcess.net/deploy-wordpress-with-github-actions/ A while back I showed you how to deploy your WordPress site with Deploybot. I’ve used this service for years now, but when I started,...

Nexcess deploying with deploybot

https://blog.nexcess.net/deploying-with-deploybot/ If you’ve been in web development for a while, you’ve probably screwed up a file transfer as you’re trying to update a site. In...

Mysql mysqli real connect HY000 1698 Access denied for user rootlocalhost

https://devanswers.co/phpmyadmin-access-denied-for-user-root-localhost/ Introduction This error may be due to one of the following reasons: Due to changes in MySQL 5.7 / MySQL 8+, you cannot log...

Mysql how to rename a mysql databass

https://phoenixnap.com/kb/how-to-rename-a-mysql-database   https://stackoverflow.com/questions/67093/how-do-i-quickly-rename-a-mysql-database-change-schema-name   Introduction As an administrator, you may need to change the name of a database. However, for security, the command to rename...