Programming
Joel On Software :: Things You Should Never Do
A classic that deserves perennial review: Things You Should Never Do, Part I
They did it by making the single worst strategic mistake that any software company can make:
They decided to rewrite the code from scratch.
As if source code rusted.
Thursday, November 2, 2023
12 Factor App Revisited
A revist of the 12-factor app after a few years. One persons take.
12 Factor App RevisitedTuesday, December 20, 2022
Little Languages Are The Future Of Programming
Little Languages Are The Future Of ProgrammingI’ve become convinced that “little languages” — small languages designed to solve very specific problems — are the future of programming, particularly after reading Gabriella Gonzalez’s “The end of history for programming” and watching Alan Kay’s “Programming and Scaling” talk.
Tuesday, December 20, 2022
Everything I Wish I Knew When Learning C
Everything I Wish I Knew When Learning CThis page is a living collection of summaries, signposts, and advice for these broader points that made my journey with C and other compiled languages easier.
Wednesday, December 14, 2022
Go Style Styleguide
This is the foundational Go style guide at Google.
Go Style | StyleguideThe Go Style Guide and accompanying documents codify the current best approaches for writing readable and idiomatic Go.
Friday, November 18, 2022
Bit Twiddling Hacks
A useful collection of bit manipulation techniques and hacks.
Bit Twiddling HacksFriday, October 28, 2022
C++ Core Guidelines
C++ Core GuidelinesThis document is a set of guidelines for using C++ well. The aim of this document is to help people to use modern C++ effectively. By “modern C++” we mean effective use of the ISO C++ standard (currently C++20, but almost all of our recommendations also apply to C++17, C++14 and C++11).
Monday, February 8, 2021
Mind Your Body: Going Through the Motions | Psychology Today
Athletes have long used mental imagery to complement physical practice, and research indicates that going through the motions only in your head can enhance performance just as well as—and sometimes better than—actually working up a sweat.
Sunday, May 2, 2010
Hg Init: a Mercurial tutorial by Joel Spolsky
Hg Init: a Mercurial tutorial
Thursday, March 18, 2010
Up to all Tags