• Home
  • Projects
  • Blog
  • Contact

My Blog

  • SQL vs NoSQL

    2022-05-22

    When building an application, one of the decisions we need to make is what type of database to use. The two main categories are SQL and…

  • Authentication and Authorization

    2022-03-09

    These two terms sound similar but they mean different things. Authentication is about verifying who the user is. Authorization is about…

  • Docker for Developers

    2022-01-18

    Recently I started using Docker in my development workflow. Docker is a tool that allows us to package our application and all its…

  • Code Review

    2021-12-04

    Code review is something that I have been doing regularly at work. Every time a developer finishes working on a feature or a bug fix, before…

  • CSS Flexbox and Grid

    2021-10-12

    Positioning and laying out elements on a page used to be tricky. We had to use floats, inline-blocks, or even tables to get things in the…

←

← Previous Page

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

→

Next Page →

David Kurniawan © 2021