• Home
  • Projects
  • Blog
  • Contact

My Blog

  • Database Indexing

    2024-06-23

    As an application grows and the database accumulates more data, queries that used to be fast start slowing down. Database indexing is one of…

  • React Server Components

    2024-05-19

    React Server Components (RSC) represent a shift in how we think about rendering in React. Traditionally, React components run in the browser…

  • WebSockets and Real-Time Apps

    2024-02-11

    Most web applications use HTTP, which follows a request-response pattern. The client sends a request, the server responds, and the…

  • Tailwind CSS

    2023-12-03

    For a long time I wrote CSS the traditional way, either in separate stylesheet files or using CSS modules. Recently I started using Tailwind…

  • Technical Debt

    2023-10-21

    Technical debt is a concept that every developer encounters. It refers to the shortcuts or compromises we make in our code that save time…

←

← Previous Page

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

→

Next Page →

David Kurniawan © 2021