Zen Sepiol
Hi, I'm Zen Sepiol,
I'll talk about C++ and software development in general.
I love code and I love software. Especially the hidden part (backend) where all the magic happens. Stay if you are as interested in uncompromised performance and sustainable designs as I am. Not all software is web or scripts and at its core everything needs to be fast. So join me in discovering the world of C++.
All code related to this channel can be found on github (https://github.com/ZenSepiol/ZenSepiol)
How to build Snake with C++ and Dear ImGui
How C++23 made my Thread Pool twice as fast
How to write Thread Pools in C++
How to use Googletest and Meson to build C++ tests
How to calculate long tasks in GUI code (C++, Dear ImGui)
I challenged ChatGPT to improve my code
Building Tictactoe with Dear ImGui: #3 The Game Logic
The Dark Side of C++ - Coercion by Template Member
How to build a Web Scraper for Stock Market Data with Dear ImGui and C++
The Dark Side of C++ - Empty Base Optimization
The Dark Side of C++ - Checked Delete
The Dark Side of C++ - Copy-On-Write
The Dark Side of C++ - Base-from-Member Pattern
Setting up a GUI app in 5 minutes (Dear ImGui, Docker, Cpp)
The Dark Side of C++ - Attorney Client Pattern
Building a Sudoku Solver - But everytime it fails, 20% of the code is deleted
The Dark Side of C++ - Exception safety and Scope Guards (Scope Exit)
The Dark Side of C++ - Non-Addressable Types
Can I build Tetris from scratch in ONE session? (Uncut, Dear ImGui, C++)
Building Tictactoe with Dear ImGui: #2 The GUI
ONE click / TWO files - Recording of Screen and Webcam in OBS
Your C++ code is slow - 8 reasons why
How to write C++ unit tests with Catch2 and Meson
Building Tic-tac-toe with Dear ImGui: #1 Mouse event callbacks
Can I build a clock using Dear ImGui in under an hour?
How to use multithreading in C++
How to write better classes in C++
Can a robot learn by itself how to clean my appartement? (C++ reinforcement learning)
C++ Tutorial: How to use CRTP to extend your classes
How to use Dear ImGui to build a simple Gui-App Framework in C++