Jacob Sorber
Welcome to my channel. I post videos that help you learn to program and become a more confident software developer. I cover beginner-to-advanced systems topics ranging from network programming, threads, processes, operating systems, embedded systems and others. I help you get under-the-hood to better understand how computers work and how you can use them to become stronger students and more capable professional developers.
About me: I'm a computer scientist, electrical engineer, researcher, and teacher. I specialize in embedded systems, mobile computing, sensor networks, and the Internet of Things.
More about me and what I do:
https://www.jacobsorber.com
https://people.cs.clemson.edu/~jsorber/
http://persist.cs.clemson.edu/
To Support the Channel:
+ like, subscribe, spread the word
+ contribute via Patreon --- [https://www.patreon.com/jacobsorber]
Source code is also available to Patreon supporters. --- [https://jsorber-youtube-source.herokuapp.com/]

A better C makefile with automatic header make dependences

Let's do a little image processing in C

PPM might be the best DIY image format (at least for beginners).

Using Environment Vars for More Portable Code

Can we create a destructor or automatically clean up variables in C?

What is computer architecture?

Can I create a constructor in C?

Detect Errors the Easy Way (with AddressSanitizer)

How to reverse execution when debugging in GDB.

Testing interactive terminal programs with expect.

Making allocators and object pools faster using a free list

What is an object pool, and how to create one in C?

How to set a socket timeout (setsockopt) in C

Can I use connect with UDP sockets?

How to Send and Receive UDP packets (in C)

The two main types of network socket

Portably print integers in C? It's more complicated than it should be.

Using read write locks (example in C)

I Am Hiring!

A design pattern for cleaner recursive functions.

Student programmers, ChatGPT is not your friend

How to sort part of an array in C

Sorting in C: Why the double pointers when sorting pointers? (qsort)

How to keep Programming from Hurting You.

How do I Set, Clear, and Toggle a Single Bit?

How does fork work with open files?

How do I access a single bit?

How to make memory read-only in your C programs.

Another way to check pointers at runtime in C

Is the C programming language still worth learning?