Back to all articles

Coding And Development

4 articles

Building Scalable Modular Monoliths with FastAPI: Architecture & Project Structure Standards

Building Scalable Modular Monoliths with FastAPI: Architecture & Project Structure Standards

A deep dive into building maintainable and scalable software systems using a Modular Monolith architecture with FastAPI. Learn how proper project structure can save your codebase from tech debt.

Construct Binary Tree from Preorder and Inorder Traversal

Construct Binary Tree from Preorder and Inorder Traversal

Understanding how to build a binary tree using preorder and inorder traversal data

How this Sliding Window Problem Changed My Approach to Problem Solving

How this Sliding Window Problem Changed My Approach to Problem Solving

Learning efficient problem-solving techniques through understanding the sliding window algorithm

Understanding the Generalized Two-Pointer Approach for Removing Duplicates

Understanding the Generalized Two-Pointer Approach for Removing Duplicates

A comprehensive guide to using the two-pointer technique for efficiently handling duplicates in sorted arrays