Burnout

This is still a WIP but I wanna to read this in my other device and am too lazy to download the markdown so I just post on the actual blog for now. I wasn’t really writing something here besides code stuff, but I figured since nobody really read my blog I would do whatever I want. So if somehow you are reading this expecting code or something, this post is not gonna be about anything code related....

August 20, 2024

Building My Own JSON Parser in Rust

Introduction I recently took on a challenge to build my own JSON parser in Rust. This project was a fantastic opportunity to dive deep into parsing techniques, which are crucial for everything from simple data formats to building compilers. You can find the full details of the challenge here and the source code in my GitHub repository. The Challenge The challenge was structured to incrementally build a JSON parser, starting with simple JSON objects and progressively handling more complex structures....

June 18, 2024

[Coding Chalenge] - Building my Own wc Tool in Rust

I found myself not really excited to code anything and that was really bothering me. I was always excited to code something, learning something new and not being able to enjoy it or have the motivation to do it was really driving me crazy. I don’t really know what was the cause but I can’t do anytthing, I felt like I was justing being lazy, tried to read a book, or take a time for myself but nothing really helped....

June 18, 2024

My First Zig API

There’s this event, which is conceived by Zanfranceschi. Essentially, Zan gave us a specification that we followed to implement an API. For this first quarter edition of 2024, we have a kind of “Bank” where some pre-registered clients check their statements and make transactions. If you want to read more details, I invite you to take a look at the repository of the event, where you can find the specifications along with the rest of the participation instructions and related information....

June 5, 2024