Day: November 12, 2023
8 posts
How I Learned Generics in Go
Introduction Added in Go 1.18, generics were a controversial and long-awaited addition to the language. Go purists feared…
Automating your API tests using Python and Pytest
Did you ever thought how you can tests your APIs using python? In the article we will learn…
20,000 Followers on Dev.to
This is my 250th article on Dev and marks my 20,000 followers here on the platform. It is…
Are You Ashamed of Your Old Code?
The code below is one of my earliest Python codes and I find it terribly cute :3 My…
Indexes 101: What They Are, Why They Matter, and How to Use Them in PostgreSQL
Introduction In the intricate realm of databases, indexes stand as silent heroes, enhancing the performance of queries and…
Data warehouse without using SQL
Currently the vast majority of data warehouses employ SQL to process data. Following decades of development, SQL has…
Top 6 System Design Patterns to Ace Every System Design Interview
In the realm of system architecture, distributed systems reign supreme, providing a robust framework for handling vast amounts…
Is “Work Less, Earn More” an Achievable Dream?
Achieving a work-life balance and high earnings can be challenging in the tech industry. How do high-performing developers…