SNThank you for your time and patience. Hope it was helpful to you.Reply·Article·Jun 23, 2021·Why you should start using Next.js in 2021
SNNice post. I have written a Next.js setup guide. You can check it out... https://blog.nawaz.info/my-nextjs-setupComment·Article·Jun 18, 2021·Why you should start using Next.js in 2021
SNIts my pleasure. I am glad that this article helped you in some way. Cheers.Reply·Article·Jan 19, 2021·Deploy FastAPI Application on Ubuntu with Nginx, Gunicorn and Uvicorn
SNUse the following command: gunicorn -w 4 -k uvicorn.workers.UvicornWorker -b :5000 main:app This will run the server on port 5000.Reply·Article·Dec 8, 2020·Deploy FastAPI Application on Ubuntu with Nginx, Gunicorn and Uvicorn
SNHey nice post. I also did something like this. Thanks for sharing your setup.Comment·Article·Oct 23, 2020·How To Use Next.js With TypeScript And TailwindCSS
SNVery useful article. Thanks for sharing.Comment·Article·Aug 20, 2020·6 modern ES6 code snippets to solve JS problems