Coding A Database Server From Scratch In C

Posted By: ELK1nG

Coding A Database Server From Scratch In C
Published 1/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 12.99 GB | Duration: 17h 18m

A real-world project for mid-level C coders who wants to reach the next level and learn databases/network programming.

What you'll learn

Learn how to structure a real-world programming project

Learn sockets and network programming

Learn about database structure, datastructures, hash tables and binary trees

Learn how to measure and optimize your code and learn to make your code secure

Requirements

It is recommended to first do the beginner C course, and then this one.

Description

Coding a database server in CHigh 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 course00:00:00 Intro00:00:41 Designing your own database00:25:21 Coding a binary tree01:55:37 Coding a fast Redis database server04:49:42 Keep writing a faster-than-Redis DB server07:32:13 Coding a Pretty-printer08:37:46 A linear search algorithm+ 3 new episodesAbout the instructordr. 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 :)#advancedc, #cproject, #database, #sockets, #tutorial

Overview

Section 1: Database server

Lecture 1 Introduction: Designing your own database

Lecture 2 Coding a binary tree

Lecture 3 Coding a fast Redis database server

Lecture 4 Keep writing a faster-than-Redis DB server

Lecture 5 Coding a Pretty-printer

Lecture 6 A linear search algorithm

Lecture 7 Optimization: How fast is your code?

Lecture 8 Coding a hash table from scratch

Lecture 9 Coding the inner database structure

Lecture 10 Bonus episode

This course is for mid-level C coders who wants to take it to the next level and try out a real project