Filed away

Archive.

Older field notes kept online for reference. Some details may no longer reflect the current toolchain.

18 Filed notes
Current journal Newest archived notes first

Undated

1 note
  1. Undated
    Archived tailwind

    Why Tailwind

    No pun intended, but Tailwind is a breeze to use

2025

5 notes
  1. Archived react

    Using use-query-params in a React Application

    Store your state in the URL

  2. Archived react

    You Might Not Need to Use Context in React

    Why React Query replaces most classic Context use cases

  3. Archived You know what really grinds my gears ⁉️

    FE Devs' That use `npm start` instead of `npm run dev`

    Don't mix up your scripts!

  4. Archived tooling

    Resources

    List of things..

  5. Archived JavaScript

    Abort Controllers are awesome

    They just removes event handlers without the need of references

2024

12 notes
  1. Archived JavaScript

    JavaScript - for...of vs .forEach in JavaScript: Understanding the Differences

    TLDR; Stick to for...of

  2. Archived NextJS

    NextJS - about 'use client'

    TLDR; don't abuse it

  3. Archived random

    Cursor - pointer

    Basics of UIs should be familiar for users and uniform across websites

  4. Archived random

    Common date format

    YYYY-MM-DD

  5. Archived tooling

    What's up with Biome

    How to add Biome to your project and why you might want to

  6. Archived tailwind

    Dynamic classes caveat

    Something to keep in mind when using dynamic classes in Tailwind CSS

  7. Archived TypeScript

    Generic paged response type

    How to create reusable generic paged response type in TypeScript

  8. Archived react

    React - data fetching

    Different ways to fetch data in React

  9. Archived react

    React - unit testing

    Everything about unit testing in React

  10. Archived tailwind

    Keep footer at bottom of the page

    Content too short and footer is not at the bottom of the page? Here is a simple solution.

  11. Archived tailwind

    Using fonts in Tailwind 4

    By far easiest and fastest way to add fonts to your project

  12. Archived react

    React - custom hooks

    Reusable logic in react