Mon Jul 19 2021
If you're using PHP or any PHP framework/library for the first time, you've probably noticed when you tried to use composer to create a project that y...
Mon Feb 22 2021
As stated in my...
Sat Feb 20 2021
After implementing authentication to my webapp, I decided to reuse the styles I used from the Express version and a navba...
Fri Feb 19 2021
After creating a web app with ExpressJS (with EJS as the template engine) and MongoDB as the database, I deployed the app to Heroku. Everything worked...
Thu Feb 11 2021
Instead of writing individual html pages or embedding an article from an external blog site, you may want to make your own customization to your artic...
Fri Feb 05 2021
If you have tried to implement CodeMirror in a NextJS project, you may have seen an error like this everytime you refresh the page:
![Navigator not d...
Wed Feb 03 2021
After Implementing Server Side Rendering using NextJS on one of my projects, I noticed that my project is now slow when navigating between pages. If u...