Skip to main content
P5V
  1. Categories /

Programming

2023


2022


The Big Thing in Unix

·2 mins

The big thing in Unix was the realization that instead of building large monolithic systems, one could build smaller programs which could communicate with each other.

Consistent > Idiomatic

·2 mins

As a software engineer, I’ve learned that consistency in code is crucial for the long-term success of a project, even when it means deviating from idiomatic principles.