This is a space where I write about tech, coding, and much more sharing my thoughts and experiences. There are 8 articles here and all of them are listed in reverse chronological order.
Coding my portfolio from scratch is an opportunity to experiment and play with modern technologies.
The new firebase v9 uses a modular approach, such that your app imports only the services and functions it needs.
Object Relational Mapping is a technique that allows a program to interact with a database using Object Oriented concepts.
Coffee is probably one of the most amazing beverages the aroma, taste, color, everything about coffee is just amazing. So why did I quit it?
Python has a lot of built-in functions which reduces the complexity, keeps the code concise, and improves the readability of the code.
I am an intermediate speed solver. I can solve a cube in around 12 seconds on average and it took me about 2 years to get to this timing.
Retrieving millions of records in a single go is extremely slow and inefficient for the database. The solution is to paginate the data.
My initial reaction about vim was like 'why in the world anybody would use this?'.