Hi, I'm Borislav.
I'm a software engineer and writer who enjoys creating software. This site is my personal logbook where I document my journey, share the code I'm working on, and explore new concepts in engineering that interest me.
Recent posts
All posts- Feb 03, 2026How I study DSAAfter 500+ LeetCode problems, practical strategies like focused practice, handwritten notes, tracking patterns, and regular review made a real difference in my DSA progress. Key lessons and takeaways for improving problem-solving skills.
- non-technical
- Jan 27, 2026OSTEP Study Notes: Limited Direct ExecutionNotes on limited direct execution: Running processes effectively while retaining control over the CPU
- technical
- operating-systems
- unix
- study-notes
- Jan 21, 2026OSTEP Study Notes: Process APIsStudy notes on the fork(), wait(), exec() syscalls.
- technical
- operating-systems
- unix
- study-notes