Dev w/Sel
Hi! I'm Selçuk, a software engineer, game developer, and tech explorer.
I create tutorials on programming, software engineering, and game development, diving into languages like C, C++, C#, Python, and more. I also explore Unreal Engine 5, Godot, and Blender to bring creative ideas to life.
Join me as I navigate the ever-evolving world of technology, share insights on game design, and uncover the art of problem-solving through code. Let’s build, learn, and create together! 🚀
Build Your Own BC Calculator in C | Part 5 - Shunting Yard to RPN (Infix → Postfix)
Build Your Own BC Calculator in C | Part 4 - Writing the Lexer & Turning Input into Tokens
Build Your Own BC Calculator in C | Part 3 - Understanding Tokens & Lexing Explained
Build Your Own BC Calculator in C | Part 2 - Dynamic Arrays & Token System
Build Your Own BC Calculator in C | Part 1 - Project Setup & Error Handling
Stacks, Queues, and the Shunting Yard Algorithm Explained Simply
MacBook Air 13" (Early 2015) Assembly Timelapse
I hate how good this is :(
vcpkg + CMake on Windows | Easy C++ Library Management
Chaotic Beauty in 4K - Lorenz Attractor in Motion (Math + Color Loop)
Java OOP Essentials - 4 | Java GUI, Event Listeners, and File I/O Streams
Java OOP Essentials - 3 | Exception Handling & Garbage Collection
Java OOP Essentials - 2 | Inheritance, Polymorphism & Core Concepts
Java OOP Essentials - 1 | Classes, Objects & JVM Explained (Beginner-Friendly)
SQL Normalization with MySQL | Episode 3.5 – Build a Clean Database Schema
Database Normalization Explained | Episode 3 – From ER Models to 3NF
ER Modeling Explained | Episode 2 - Entities, Relationships, Cardinality & Real-World Examples
Database Fundamentals | Episode 1 - DBMS vs File System, IPO Model, ANSI/SPARC Architecture
Getting Started with CUDA in Python (WSL + CuPy Setup & Speed Test) 🚀
Mandelbrot Zoom Animation | 500 Frames @CUDA GPU
How I Built an Online Pong Game in 24 Hours (Java + WebSockets + Free Hosting)
Random Password Generator in C (CLI Tool)
I tried Vibe Coding with Chat-GPT!
Build Your Own Redis Server in C++ | Final Overview & Full Project Recap
Build Your Own Redis Server in C++ | Part 14 — Final Testing & Fixes for All Commands
Build Your Own Redis Server in C++ | Part 13 — Implementing Hash Operation Bodies
Build Your Own Redis Server in C++ | Part 12 — Declaring & Fixing Hash Operations
Build Your Own Redis Server in C++ | Part 11 — Writing Hash Command Handlers (Skeleton Code)
Build Your Own Redis Server in C++ | Part 10 — Testing Our Server, Database & Implemented Commands
Build Your Own Redis Server in C++ | Part 9 — Implementing List Operation Bodies, Command Functions