Databases and SQL in Racket | Schema Programming Part 22
Persist your data. Learn how to connect Racket applications to SQL databases like SQLite and PostgreSQL using the db library.
Read article321 articles to explore
Persist your data. Learn how to connect Racket applications to SQL databases like SQLite and PostgreSQL using the db library.
Read articleConnect your C programs with the internet! Learn the fundamentals of network programming using the Berkeley Sockets API. Understand client-server architecture, TCP/IP, and master key functions like socket(), bind(), listen(), accept(), and connect() with practical C examples.
Read articleUnlock the power of concurrent execution in your C programs! Learn how to create, manage, and synchronize threads using the POSIX Threads (pthreads) library for improved performance and responsiveness. Covers thread creation, joining, mutexes, and common practices.
Read articleExplore complex subjects like multithreading, network programming, IPC, low-level systems, optimization, and debugging.
Read articleDon't break your code. Master Test-Driven Development (TDD) in Racket using the powerful RackUnit framework.
Read article