PinnedPublished inCodeXRust adventure to develop a Game Boy emulator — Part 1: MemoryAfter an intro we ready to start with some Rust basics and a simple version of Game Boy memory structure.Sep 10, 2024Sep 10, 2024
On the Magical Rigidity of Azerothian Terrain and Biomagical Resistance of Creatures’ LimbsResearch on the survivability of adventure falls by mountains and elevators without disintegrating their kneesJun 23Jun 23
Published inCodeXData Structure: Singly Linked List — C++The first data structure we’ll introduce is the linear List, specifically the “Singly Linked List”. Here a C++ implement & analysisApr 21Apr 21
Data Structure: Programming PathWhen you start studying Computer Science and programming, one of the most difficult and “just a little” bit hated is the Data Structures…Apr 10Apr 10
Published inCodeXQuickstart: Run a DB PostgreSQL + pgAdmin Docker Container for DevelopmentDuring web server development, you need a quick up & down Database server to run on need and stop when the work day is ended.Apr 9Apr 9
Theorem of (not) infinite Monkey TypewritersA bizarre theorem states “infinite monkeys tapping random keys with infinite time can write a good book”. But what if they’re limited!Nov 13, 2024A response icon1Nov 13, 2024A response icon1
Published inCodeXMandelbrot Fractal but in Rust: back to High School programming — Part 2/2Hi Math Wolfie🐺! Last time we left with complex numbers. Today is time to program in Rust!Oct 31, 2024Oct 31, 2024
Published inCodeXMandelbrot Fractal but in Rust: back to High School programming — Part 1/2What’s the Complex set? What’s the Mandelbrot set? We’ll deep dive a bit into these with Rust programming language to develop them.Oct 8, 2024Oct 8, 2024
Published inCodeXRust adventure to develop a Game Boy emulator — Part 3: CPU InstructionsToday I’ll give you some extra utility functions for registers and a quick look at flags. Then we’ll analyze Machine Instruction appearenceOct 1, 2024A response icon1Oct 1, 2024A response icon1
Published inCodeXRust adventure to develop a Game Boy emulator — Part 2: CPU Registers & MacrosHey all, little devs wolfie🐺! In the last chapter, I gave you a first look at how a basic memory for a Game Boy emulation should work…Sep 17, 2024Sep 17, 2024