Newest content
FDF Chronicles: Navigating the Pro World of 2D Projections
FDF Chronicles: 2D Projections It’s been a while since my last article! Last time, I wrote about Virtual Machines. Check my article by clicking. To be honest, this project FDF was a huge challenge in my journey. Creating an abstract perspective from matrix conversions was my biggest and toughest goal. To give you a better…
Born2beroot: VM, Debian, And Secure Server Mastery At 42
Recently, I wrote about ft_printf project, you can check my article by clicking. As we finished our first three projects at Fundamentals Trail, we had the opportunity to create a deep understanding of virtual machines and how this very powerful tool can leverage our technical network knowledge. Debian, shell script, network fundamentals (such as SSH,…
Recoding printf in c : a big challenge
Introduction Recoding printf in c : a big challenge. Is not just a programming exercise, it’s a journey into the world of variadic functions and the powerful stdarg.h library. This project will challenge your coding skills, broaden your understanding of C, and equip you with the ability to handle a variable number of arguments in…