Firstname Lastname

I write about building software. Previously at X, and Y.

The Joke Tax Chronicles

Once upon a time, in a far-off land, there was a very lazy king who spent all day lounging on his throne. One day, his advisors came to him with a problem: the kingdom was running out of money.
Date
Read more, The Joke Tax Chronicles

System design interviews

A system design interview is a common part of the interview process, especially for software engineering and IT roles. It assesses a candidate's ability to design and plan a complex system, such as websites, applications, databases, or any IT system.
Date
Read more, System design interviews

What is github

GitHub is a web-based platform for version control and collaboration. It allows developers to store, manage, track, and control changes to their code projects using the Git version control system.
Date
Read more, What is github

Ava tests

In the context of Ava, a test runner for Node.js designed to run tests concurrently by default, `test.serial` is a method used to specify that certain tests should be run serially
Date
Read more, Ava tests