Welcome to my blog! 👋 This is a space where I write tech articles and share my thoughts and experiences.
Firebase released its version 9 Web SDK around last year September. The new version implements a modular approach instead of the traditional...
Object Relational Mapping is an approach to interact with a SQL database with the use of an object-oriented paradigm. Since most programming languages...
Functions in programming are just reusable chunks of code, but a popular high-level language like Python can do more with it. Python also has a lot of...
Imagine building an API, which retrieves data from a SQL database and sends them to the client app. And let's say that database has millions of...
Vim is one such skill that I'm truly happy that I learned and I wish I learned it a few years before. Whether you are a developer or just a person...