Latest Posts

react tutorial

Day 4: Side Effects & Lifecycle

Master the useEffect hook. Learn how to handle side effects, fetch data, and understand the component lifecycle.

Read Article
react tutorial

Day 3: State & Interactive Components

Bring your apps to life with State. Learn about useState, event handling, and how to make components interactive.

Read Article
react tutorial

Day 2: Components & Props

Learn the building blocks of React: Functional Components and how to pass data between them using Props.

Read Article
react tutorial

Day 1: React Introduction & Environment Setup

Start your React journey here. Learn what React is, how it works, and set up a modern development environment with Vite.

Read Article
typescript finale

Day 30: Final Recap and Publishing

You did it! A review of the journey and next steps: publishing your own NPM package.

Read Article
typescript project

Day 29: Project - Type-Safe API Client

Putting it all together. Build a generic, type-safe API client wrapper using fetch.

Read Article
typescript tools

Day 28: Linting and Formatting

Keep your code clean and consistent. Integrating ESLint and Prettier with TypeScript.

Read Article
typescript config

Day 27: Configuration Deep Dive (tsconfig.json)

Master the compiler. Understand strict mode, target versions, paths, and build options.

Read Article
typescript config

Day 26: Declaration Files (.d.ts)

Using legacy JS libraries? Learn how to write .d.ts files to describe types for libraries that don't have them.

Read Article