MMaverickinjyanshu.hashnode.dev00State Design Pattern4h ago · 18 min read · The State Design Pattern is a behavioral design pattern that allows an object to alter its behavior when its internal state changes. The object will appear to change its class, making it seem like theJoin discussion
MMaverickinjyanshu.hashnode.dev00Proxy Design Pattern4d ago · 14 min read · Imagine you want to meet the CEO of a company. You don't just walk into their office. You go through a secretary — someone who controls access, schedules the meeting, maybe handles some requests on thJoin discussion
MMaverickinjyanshu.hashnode.dev00Cursor-Based Pagination 4d ago · 10 min read · Pagination is a fundamental technique for handling large datasets in web applications. While offset-based pagination (LIMIT and OFFSET) is the most common approach, cursor-based pagination offers signJoin discussion
MMaverickinjyanshu.hashnode.dev00Builder PatternMar 22 · 12 min read · The Builder Pattern is a creational design pattern that provides a flexible solution to constructing complex objects. Unlike other creational patterns that focus on object instantiation, the Builder PJoin discussion
MMaverickinjyanshu.hashnode.dev00🗄️ N+1 Query ProblemFeb 10 · 17 min read · A comprehensive guide to understanding Object-Relational Mappers and one of the most common performance pitfalls in database-driven applications. 🤔 What is an ORM? ORM stands for Object-Relational Join discussion