HomeAboutBadges
Blog Author Picture

Ganesh Agrawal

Hi, I’m Ganesh. I write about Javascript stack, DS & Algo, and productivity hacks. If you’d like to say hello, follow me on Twitter or Github.

Subscribe to my newsletter and never miss my upcoming articles

How to setup HTTPS locally with create-react-app

Jul 31, 20203 min read

Generally, we saw that the React app running locally on http://localhost:3000. But when we deploy and run the app on production we mostly host on HTTPS. Running HTTPS in development is helpful when you need to consume an API that is also serving requ...

How to use environment variables in Node.js application

Jul 23, 20206 min read

Deploying an application requires developers to put thought and consideration into how it is configured. Many apps are deployed in a development environment before being deployed to the production environment. We need to ensure each environment is co...

Hello World!

Jul 9, 20203 min read

A “Hello World!” program is often used as a simplistic introduction to programming languages, as it’s generally quite self-explanatory, and simple enough that even those with little or no programming experience can understand its function. However, d...

© 2021 Ganesh Agrawal

PrivacyTerms
Proudly part of