PinnedUnlocking the Power of Spring Boot: Writing Your Own Autoconfiguration Class for Effortless…By creating your own autoconfiguration class, you can encapsulate common setup tasks and dependencies for your application, making it…Apr 24, 2023Apr 24, 2023
Demystifying 2PL, Predicate Locking, and Index-Range Locking: A Comprehensive Guide with ExamplesUnderstand database concurrency control, consistency models, and distributed system challenges to build efficient and reliable…Oct 20, 20241Oct 20, 20241
Published inTowards DevUnderstanding Memory Management in JavaScript: A Beginner’s GuideDiscover how JavaScript handles memory behind the scenes, Learn to prevent memory leaks, understand garbage collection,and optimize your…Oct 14, 2024Oct 14, 2024
Published inTowards DevThe Hidden Traps of React State: Handling Edge Cases Like a ProMastering state in React can be tricky, especially with asynchronous updates and merging issues. In this article, we break down common edgeOct 11, 2024Oct 11, 2024
Published inJavarevisitedOptimizing Longest Palindrome Problem: Fixed-Size Array vs. HashMapLearn how to optimize the Longest Palindrome problem using different data structures. Compare the fixed-size array vs. HashMap approachOct 11, 2024Oct 11, 2024
Published inTowards DevDBMS architectureLearn about the high-level architecture and the various components associated with database management systems.Oct 9, 2024Oct 9, 2024
Published inTowards DevAdvanced JavaScript Patterns and React TechniquesUnlock the secrets of modern web development with this in-depth guide that takes you from foundational JavaScript concepts to advanced…Oct 8, 2024Oct 8, 2024
A Deep Dive into Advanced React Hooks: Unlocking the Power of useRef, useMemo, useCallback…As a FullStack developer, I’ve always been fascinated by the elegance and efficiency that react hooks bring to our code. While the basic…Oct 7, 2024Oct 7, 2024
Published inDev GeniusMastering Two-Pointer Algorithms: A Comprehensive GuideWhat is a Two-Pointer Algorithm?Apr 1, 2024Apr 1, 2024
Published inDev GeniusSorting with Supervillains: How Thanos and Stalin ‘Eliminate’ the Chaos in Arrays + A MiracleaStalin Sort, Thanos Sort, Miracle SortJan 16, 2024Jan 16, 2024