All Notes

  • Published on
    10 min read
    JavaScript generators and iterators are powerful features that allow developers to control the flow of code execution in a more flexible and efficient manner. Here's an overview of both
  • Published on
    6 min read
    Part 1 - Server-Side Rendering (SSR) is a technique that enables web applications to render web pages on the server-side before sending them to the client-side. This technique improves web application performance, increases search engine optimization, and improves the user experience. Both Remix and Next.js are popular web frameworks that support SSR.