Skip to content
On this page

Programming

CodeCrafters projects are nice. bun is a well designed project I use for inspiration (although it's in Zig). Love the way everything is commented out and the focus on performance.

Most useful thing to know when trying to solve problems especially related to programming is to stop thinking about shortcuts and abstractions early. Do the simplest thing that solves the problem. Then make pretty (add docs, nice designs, ..). Then make fast.

Weathering Software Winter is inspiring talk in building things for yourself.

My current stack for writing software is described here.

I have repo test, I use for code I want to just test execution of or share with others. It serves as nice way to share code snippets with others, way to try new libraries/frameworks or learn. It's mostly write only kind of repo with focus on ideas exploration.

Notes