My Journey to Becoming a Software Engineer
From a curious student in Dhaka to a Software Engineer building enterprise cloud platforms - this is my story of late nights, small victories, and never giving up on the dream.
Read MoreFrom a curious student in Dhaka to a Software Engineer building enterprise cloud platforms - this is my story of late nights, small victories, and never giving up on the dream.
Read MoreEver committed and then realized you forgot a file or made a typo in the message? Learn how to use git commit --amend to fix your most recent commit without creating unnecessary clutter.
Read MoreEver been in the middle of a feature when you suddenly need to switch branches? Git stash is your superhero - it temporarily stores your unfinished changes so you can work on something else.
Read MoreEver wondered how objects are actually created in different programming languages? Explore the fundamental differences in object instantiation across Python, Java, and C#.
Read MoreEverything you need to know about JSON Web Tokens - from basic structure to security best practices, common mistakes to avoid, and real-world use cases.
Read MoreEver wondered what happens when you upload a PDF from React to Django? Learn the complete flow from file selection to server processing with simple analogies.
Read MoreBuilding a robust Library Management API using Django REST Framework, with Celery for background task processing and Redis for high-performance caching.
Read MoreDjango's Serializers and .NET's DTOs serve the same purpose - controlling what data goes in and out of your APIs. Learn how these patterns translate between ecosystems.
Read MoreLINQ is much more than just an ORM syntax - it's a querying language built into C#. Learn the key differences between Django ORM and .NET LINQ.
Read More