Essential Design Patterns -An Easy Explanation through Real-World Examples — Part 2: Observer and…Welcome! to the second part of the series on Object-Oriented Design Patterns through Python. Read the first part here. In this post, we…May 7, 2023May 7, 2023
Essential Design Patterns -An Easy Explanation through Real-World Examples — Part 1: Singleton and…Welcome! to the first part of the series on Object-Oriented Design Patterns through Python. In this series, we will explore different…May 7, 2023May 7, 2023
Thinking ServerlessWelcome to this article, where we will try to understand serverless architecture together. We will dive into its essence, understand the…Apr 30, 2023Apr 30, 2023
Demystifying fit_transform and transform in Scikit-learn: Which Method to Use for Data…Machine learning models often require data preprocessing before being trained. Preprocessing involves transforming the raw data into a…Apr 24, 2023Apr 24, 2023
Breaking Down PostgreSQL Partitioning- Range, List, Hash: Use Cases, Limitations, and Practical…“Partitioning refers to splitting what is logically one large table into smaller physical pieces” — PostgreSQL.Apr 23, 2023Apr 23, 2023
The Evolution of Online Identity: A Comprehensive Guide to All Authentication MechanismsAuthentication is the process of verifying the identity of a user or device. It is a critical aspect of online security, and it ensures…Apr 14, 20231Apr 14, 20231
Python Speed Hacks: Boosting Your Code’s Performance with These Tips and TricksHaving programmed for a significant portion of my career in Python, I too share your love for this language. It is an incredibly popular…Apr 12, 2023Apr 12, 2023
Published inTowards DevExploring Aurora Serverless v2: Architecture, Scaling, High Availability, and FailoverAmazon Aurora Serverless is a fully managed, on-demand, auto-scaling relational database service(RDBMS) provided by AWS. It allows users to…Apr 10, 20231Apr 10, 20231
A Simple Explanation of Consistent Hashing: From background to how it is an efficient tool for Data…In a distributed system, data is often partitioned across multiple nodes to achieve horizontal scalability and fault tolerance. Each node…Apr 10, 2023Apr 10, 2023