Project: Coding a GetNextLine in C
In this video you will learn how to solve the GetNextLine challenge in C. The task is: coding a function which reads one line from the standard input and returning it. If the buffer contains two lines, separated by a new line, then two consecutive calls to the function will return one line each - without any trailing \ns.

▶︎
I wrote my own MALLOC in three lines of code.

▶︎
get_next_line explained : develop a function that reads a file line by line

▶︎
What are variadic functions (va_list) in C?

▶︎
Tips for C Programming

▶︎
"Clean" Code, Horrible Performance

▶︎
Psychology of People Who Prefer C++ Over Modern Languages

▶︎
understanding ft_printf

▶︎
Creator of C++: Bell Labs, Negative Overhead Abstraction, Mistakes | Bjarne Stroustrup

▶︎
you will never ask about pointers again after watching this video

▶︎
The Open Source community is collapsing

▶︎
Das Ende der Softwareentwicklung

▶︎
Turing Award Winner: Disagreeing with Google, Postgres, Future Problems | Mike Stonebraker

▶︎
Coding Maybe-datatypes in C

▶︎
Fix Memory Leaks in C Code with Valgrind

▶︎
All you need to know about variadic functions (audio kinda suck)

▶︎
Casey Muratori – The Big OOPs: Anatomy of a Thirty-five-year Mistake – BSC 2025

▶︎
How to BEGIN any programming project

▶︎
Andrew Kelley: A Practical Guide to Applying Data Oriented Design (DoD)

▶︎
Using Valgrind and GDB together to fix a segfault and memory leak

▶︎
