All Notes

  • Published on
    6 min read
    Creating visually stunning effects in computer graphics often involves leveraging mathematical concepts. One particularly mesmerizing effect is the tornado, which can be achieved by cleverly using the geometric properties of sine and cosine functions. In this article, we'll explore how to create a tornado effect and dive into the mathematical principles behind it.
  • Published on
    2 min read
    I'm excited about the upcoming release of React Router v7. At first, I was concerned because I have become very fond of Remix and worried that the release of React Router v7 would mean the end of Remix. However, after the announcement, I now know that the features I've come to enjoy about Remix are moving to React Router v7.
  • Published on
    2 min read
    As a designer and engineer, I've come to realize that there are three key concepts that every UI engineer should know to create a great user experience. These concepts are simple but can profoundly impact the usability and effectiveness of a user interface.
  • Published on
    6 min read
    Part 4 - Static Site Generation (SSG) is a technique used to build websites where the content is generated ahead of time and stored as static files. The static files are then served to users when they visit the website. This approach differs from traditional dynamic website generation, where content is generated on the fly in response to user requests.