Recent Posts
Python_metaclasses
Metaclasses is a python concept which is said to be used only 2% of times. Meaning the usage is very rare. But the potential is vast. But here I’m specifying one area where the metalcasses is in action that you might have noticed but didn’t recongnized, which is Django / SQL Alchemy model defintion.
class Order(model.Model):
name = models.CharField()
amount = models.IntegerField()
...
Here it seems a normal class but despite declaring name as a model.CharField() or amount as models.IntegerField(). If you try to get the access the value of name or amount like this :
About
A curious human exploring the worlds of: 🖥️ Computer Science 🌏 Geology ✈ Aviation
By profession, I am a software engineer, primarily working with Python. My interests often lead me to dive deep into the internals of software until I hit the hardware layer—or even explore the hardware itself.
In my daily work, I navigate the challenges of building and maintaining a website that handles millions of requests per day, serving a similarly vast number of users. Beyond this, I carve out time to indulge my curiosity through tinkering and side projects. Some of my explorations include:
Restart of Blogging
hmm
After 2009 why am I feeling to write again… Well what was I thinking when I was posting amateurish content in the name of blog (surpised google still didn’t scrap it) .. Here I’m on a different part of life in 2025 writing again… 16 years after.