Logo

All Posts

  • Published on
    React Server Components are powerful and extremely important new application architecture for building scalable, smart, and complex React applications. This post will cover everything you need to know about RSCs, and how to use Suspense for data fetching.
  • Published on
    This post contains interesting TS/JS questions (and answers) that probably every developer asks themselves several times. Why does this piece of code run before that one? Why this expression is so weird etc.?
  • Published on
    Superficially look at the worker_threads module in Node.js. In this post, we are going to take a look at the most trivial example (counting a big number).
  • Published on
    Git cheat sheet that serves as a quick reference for basic Git commands to help you learn Git. Git branches, remote repositories, undoing changes, and more.