Skip to main content
Preslav Rachev

My Writings

“If you write, you are a writer.” – Leigh Bardugo

Writing is a big part of my life. This is a collection of the essays and long-form post I have throughout the years.

I also keep a separate collection of my shorter posts and fleeting thoughts - I call that my Scratchpad.


2023


Successful Interviews Start with Why

·3 mins

It is essential to understand the motivation behind why a company is posting a job offer before taking it on. Asking the right questions can help you assess if the job is a good fit for what you are looking for and if the company is on the same page.

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.