A Step-by-Step Guide to Kubernetes Using MinikubeI wrote this article by following “The Feynman Technique” which is “Learning by Teaching”, and make my understanding of the subject better.Jan 26Jan 26
Understanding GIL and Running Python without GIL in Python 3.13In this article, we shall understand the new feature in Python 3.13, using which we can disable global interpreter lock or GIL for short.Dec 10, 2024Dec 10, 2024
MITM Proxy Server from Python ProgramIn this article, we shall see how we can create a HTTP/HTTPS mitm proxy server in Python.Nov 19, 2024Nov 19, 2024
Useful and cool Python tricks and tips I’ve learned.Throughout my journey with Python, I’ve encountered some lesser-known features and tips that many people might not be aware of. I’d love to…Nov 18, 20241Nov 18, 20241
Using JSON Config in GoIn this article, we’re going to see how we can use json files an config for out Go applications.Apr 8, 2024Apr 8, 2024
ANTLR with PythonIf you don’t know what ANTLR is, here is what the official site says about it:Nov 29, 20233Nov 29, 20233