Skip to content

Latest commit

 

History

History
637 lines (630 loc) · 90.2 KB

File metadata and controls

637 lines (630 loc) · 90.2 KB

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.

Notes

Links