Skip to content

Instantly share code, notes, and snippets.

@NicknEma
NicknEma / list.md
Last active May 26, 2025 23:01
Programming resources

Programming Resources

This list is a collection of blog posts, videos or stream reuploads that in some way or another have been useful for my programming.

Mindset and Experience

Two blog posts discussing how a typical C programmer and a typical C++ programmer approach the same problem, and the implications that those styles have in regards to program correctness (in part I) and efficiency (in part II).