#web-development
Read more stories on Hashnode
Articles with this tag
We are currently living in a dark mode in everything era. Most apps nowadays come with a switch either at the navbar or just somewhere around its...
You ever want to automate certain tasks on your app, saving you the hustle of doing them manually such as deletion of log files, automated emails or...
If you started building your application with next and you want it to access environment variables in your .env file here is away. Why you need a .env...
Next.JS is a javascript framework that allows developers to create server-rendered react web apps also comes with other perks that make frontend...
Brief History A year ago I built an e-commerce API with Flask and consumed it with React on the frontend. It was the first time I built a web app like...