JavaScript - Optional Chaining Operator
JS optional chaining operator (?.) is a safe way to access nested object properties, even if the property doesn't exist. Read this comprehensive guide to learn much more.
- #javascript
JS optional chaining operator (?.) is a safe way to access nested object properties, even if the property doesn't exist. Read this comprehensive guide to learn much more.
Let's deep dive into how Awaited works and what are the differences between Awaited and Promise. Explore practical examples and step-by-step insights to learn more.
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. Read the full guide to learn.
Object.create() creates objects inheriting through the prototype chain, while 'new' with a constructor directly inherits properties. Dive into this step-by-step tutorial.
Let's learn about what is nullish coalescing operator and how it is different from a logical OR operator! Dive into this detailed tutorial to master the core concepts.
Reflected on my Next.js journey: app dir, API route files, Redux Toolkit for state mgmt, SQL queries through a game, and AWS Amplify deployment. Dive into the full post.
Part 1 covered setting up Redux Toolkit and topSlice function and then how would I refactor the codebase to make it cleaner and more readable way. Dive into the full post.
This guide provides a step-by-step process for setting up Redux Toolkit with Next.js, enabling you to easily manage state in your web applications. Dive into the full post.
Reflected on what I learned about run TS node app, ch 1 of the System Design, LCP and CLS from Lighthouse, and run a tests array with one of Jest's features. Read on.
Set up & deploy TypeScript Node.js app: Learn how to enable TypeScript, run locally 3 ways, & deploy the app with this guide. Discover essential tips and practical guides.