Blog
JavaScript - Logical OR Assignment Operator
Explore the use of JavaScript’s logical OR assignment operator with various data types and understand its real-world applications.
JavaScript - Logical AND Assignment Operator
Logical AND assignment (&&=) in programming: Efficiently update variables based on conditions.
Jumpstart Your Day with 'Eat That Frog' Wisdom
Discover practical strategies for boosting productivity and time management while aligning with effective planning, akin to Atomic Habits and Deep Work.
TypeScript Utility Types - Omit
Explore TypeScript's Omit utility type for precise property exclusions and enhanced type control.
The Unfair Advantage - Harnessing Your Unique Abilities
Discover how to elevate your skills and game with this valuable book, unlocking your true potential for success.
September Reflection 2023
Reflected on what I learned from System Design Primer on databases, cache, and application layer. And the 2-minute rule on getting small tasks done ASAP.
Ultralearning - Accelerated Learning Strategies
Discover 'Ultralearning': Master hard skills, and accelerate career growth. Insights & techniques shared by Scott Young. Embrace the transformative journey.
TypeScript Utility Types - Exclude
Enhance TypeScript code with Exclude utility type: tailor types for precision and flexibility.
Clean Architecture - Building Robust Systems
Clean architecture focuses on modular, maintainable software design. It emphasizes clear separation of concerns and business logic centrality.
TypeScript Utility Types - Record
Record in TypeScript: Defines fixed-key objects with specific value types.