Navigation X
https://leakforum.io/images/care/like.gif

Coding a database server from scratch in C

posted by Sauron and Last Post: 3 days ago


Coding a database server from scratch in C  87
Sauron Moderator
2,009
Posts
1,972
Threads
Moderator
#1
[Image: Screenshot-at-2025-05-02-12-52-40.png]
 Requirements
  • It is recommended to first do the beginner C course, and then this one.
DescriptionCoding a database server in C
High quality 1080p. This is a C programming course, "Create your own database server", including several regular videos and two live stream recordings. In this series you will learn how to design data structures and how to think when designing and coding a fast in-memory database server.

You will learn about Tcp network connections and parsing of Cli (command-line interface) commands. You will learn about linear searches, performance measuring, binary trees and hyper-optimized hash tables using different kinds of algorithms. You will also improve your knowledge in structs, linked lists, pointers and function pointers as well as the other advanced concepts of the C language.
List of video lessons of this course
00:00:00 Intro
00:00:41 Designing your own database
00:25:21 Coding a binary tree
01:55:37 Coding a fast Redis database server
04:49:42 Keep writing a faster-than-Redis DB server
07:32:13 Coding a Pretty-printer
08:37:46 A linear search algorithm

+ 3 new episodes
About the instructor
dr. Jonas Birch is one of the most popular Youtube stars when it comes to low-level programming languages such as C and Assembly. He's famous for creating calm videos, almost without any cuts so you will see the real story when it comes to programming. This includes mistakes, bugs and how to troubleshoot and fix them. Almost all his courses on Udemy is among the highest rated and after watching the free preview videos, you will probably understand why.

The source code for many of the projects is available at the code repo.
If you are a beginner at C you will get most out of this course if you first do the beginner C course. This is primarily a course for mid-level C coders who's done the beginner stuff and wants to take it to the next level and try out a real-world programming project. With that said, I do think you'll enjoy this either way - perhaps you just want to watch what is possible, and how the top guys write their code.
Check out the free preview videos - hours of free content. Then you can make an informed decision to purchase the course. Maybe even buy two, and give one as a birthday present Smile
#advancedc, #cproject, #database, #sockets, #tutorial
Who this course is for:
  • This course is for mid-level C coders who wants to take it to the next level and try out a real project
Hidden Content
You must register or login to view this content.

[Image: tumblr-b540b318feeef992063cb2e5ff500a57-...resize.gif]
Reply
Cr0cki0g0 Member
82
Posts
0
Threads
Member
#2
Thank
Reply
king34 Junior Member
3
Posts
0
Threads
Junior Member
#3
thanks
Reply

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Users browsing this thread: 1 Guest(s)