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

JavaScript - Logical AND Assignment Operator

Logical AND assignment (&&=) in programming: Efficiently update variables based on conditions.

#javascript

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.

#growth

TypeScript Utility Types - Omit

Explore TypeScript's Omit utility type for precise property exclusions and enhanced type control.

#typescript

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.

#growth

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.

#monthly-log

Ultralearning - Accelerated Learning Strategies

Discover 'Ultralearning': Master hard skills, and accelerate career growth. Insights & techniques shared by Scott Young. Embrace the transformative journey.

#growth

TypeScript Utility Types - Exclude

Enhance TypeScript code with Exclude utility type: tailor types for precision and flexibility.

#typescript

Clean Architecture - Building Robust Systems

Clean architecture focuses on modular, maintainable software design. It emphasizes clear separation of concerns and business logic centrality.

#growth

TypeScript Utility Types - Record

Record in TypeScript: Defines fixed-key objects with specific value types.

#typescript