The Path to Clean Code - Insights from Robert Martin
Master the art of clean code: Improve readability, reduce duplication, apply SOLID principles, and embrace continuous refactoring.
- #growth
Master the art of clean code: Improve readability, reduce duplication, apply SOLID principles, and embrace continuous refactoring.
JavaScript's bind(), call(), and apply() methods control function context, allowing explicit this binding and argument passing.
Unlock your productivity potential with deep work. Embrace focus, eliminate distractions, and achieve remarkable results in a distracted world.
Reflecting on what I learned from Harvard CS50 from memory to HTML, rate limiting, and my thoughts on the tracking system for posts and books.
Atomic Habits by Clear offers a practical guide to harnessing the power of small habits for remarkable personal transformation.
Discover the concepts of Promises, Promise.all(), and async/await in JS, along with example code for each. Learn to handle asynchronous operations effectively.
Unlock your brain's potential, learn faster, and embrace a positive mindset with practical techniques from the Limitless book.
JS optional chaining operator (?.) is a safe way to access nested object properties, even if the property doesn't exist.
Let's deep dive into how Awaited works and what are the differences between Awaited and Promise
Reflected on what I have learned for the May, what is docker and its usage, Harvard CS50, Back of the Envelope Estimation from System Design.