Recent Posts
Top 5 Lessons from SICP Every Full-Stack Developer Should Know
08-12-2024Mastering SQL Joins: Unlocking the Power of Relational Databases
19-10-2024🇻🇳My Experience Working Remotely from Vietnam as a Software Engineer
13-10-2024- javascriptasynchronous
A Comprehensive Guide to Asynchronous Programming in JavaScript
Master JavaScript asynchronous programming with callbacks, promises, async/await, Promise.all, error handling, and performance tips for fast, non-blocking web applications.
12-10-2024 - javascriptrecursion
Understanding Recursion in JavaScript
Learn how to use recursion in JavaScript to solve problems like factorials, Fibonacci sequences, deep-cloning objects, and summing arrays, and understand when to prefer iterative approaches for performance.
06-10-2024 - javascriptmap
JavaScript Map and Big O Notation
Master JavaScript Map operations and their Big O complexities—learn constant-time set, get, delete, and practical patterns like counting, grouping, duplicate detection, and LRU caching for more efficient code.
27-09-2024 - javascriptset
JavaScript Set and Big O Notation
Master JavaScript Set operations and their Big O complexities—learn constant-time add, delete, has, and practical patterns like duplicate removal, intersection, sliding-window substring, and performance considerations.
19-09-2024