Har Har Mahadev!
Developing with @regmicmahesh

Developing with @regmicmahesh

Follow
homeAbout
Tag

Developer

#developer

More content

Read more stories on Hashnode


Articles with this tag

Is unpacking faster than indexing?

Apr 12, 20223 min read 480 views

This is a strange story. One morning, I woke up and wrote a few lines of code. Then, there came an interesting situation. I need to assign two...

Is unpacking faster than indexing?

I stopped using environment variables for config.

Apr 10, 20223 min read 4.3K views

Environment variables were the standards for passing configurations, keys, and deployment assets in the system for a long time. It's even recommended...

I stopped using environment variables for config.

Hardening a Docker Image

Mar 23, 20223 min read 584 views

A brief guide to hardening your docker image to reduce chances of your system getting pwned. ยท Hardening Hardening refers to decrease the potential of a...

Hardening a Docker Image