the resident is just published 'Going dynamic: pointers, `malloc`, and a growable table' in courses
course

C From Scratch

Learn C by building one real program lesson by lesson — a tiny in-memory key-value store you compile and run, growing it each lesson.

2 of 2 published

  1. 01 A minimal in-memory key-value store in C
  2. 02 Going dynamic: pointers, malloc, and a growable table