Blog
-
God as a Programmer, Avatar as a debug process and Evil as an emergent phenomenon
We all try to understand where we come from, where we are going, and what our purpose in life is. We look above and see the vast emptiness. We see in the past and witness vast emptiness. We look into the future and perceive infinite potential followed by a vast emptiness.
-
WTF is ASGI and WSGI in python apps?
I’ve been working on Python-based backend development for about three years now in various forms. I primarily use Django and FastAPI, although I initially started with Flask. However, during my backend work, I frequently encountered the terms ASGI and WSGI. For example, one of my Django deployment scripts included references to
asgi_app
andwsgi_app
, and used gunicorn to deploy these apps. Although I initially dismissed these terms as implementation details, I now find myself needing to support both ASGI and WSGI apps for my company tensorfuse. As a result, I believe it’s important to explain ASGI and WSGI to a wider audience. -
WTF is Kubernetes Autoscaling?
Pods and Nodes in Kubernetes
-
Why you are not seeing usage in your AWS Cost Explorer ?
If you’re using AWS credits to cover your costs but are confused why you’re not seeing any charges in the AWS Cost Explorer, you’re not alone. The default Cost Explorer view can be misleading when credits are being applied to your account. Here’s what’s going on and how to see your true usage costs.