5 injection vulnerabilities hackers don't want developers to know about (and how to prevent them)Jul 10, 2023·7 min read·234
Why you should use Kubernetes for your enterprise software?The Story In the previous story, I discussed why we use Docker. We saw that Docker has many features like Environment Abstraction, Network Management, etc. Docker can help us deploy and manage containers anywhere and run them seamlessly. But, is usin...Nov 28, 2022·4 min read·85
Python Date Time String FormatDiscussion of usage of strfttime and strptime functions in python to produce and consume Date time stringsOct 7, 2022·6 min read·154
What is Docker? Beginner friendlyDocker is a software platform that allows you to build, test, and deploy applications quickly.Sep 15, 2022·4 min read·144
Understanding Pub/Sub ArchitecturePub/Sub or Publish-Subscribe is a form of asynchronous service-to-service communication used in serverless and microservices architectures.Aug 21, 2022·3 min read·200
Create your first NPX scriptNPX script is so useful when you want to execute an NPM package without installing it locally.Aug 17, 2022·2 min read·509