About 3 results (0.003 seconds)

juancruzfl.com blog devtools

My Developement Tools

January 16th 2026 — Why I ditched VS Code for Neovim and Tmux (hint: my laptop couldn’t handle it). A walkthrough of my dotfiles, from managing configs with bare Git repos to my full LSP setup. Proof that "skill issues" can lead to a better workflow
juancruzfl.com blog life

Infinite and Finite Games

February 9th, 2026 — How learning about the different games we engage in changed my perspective on why I do certain activities. Some reflections on what I've been up to recently and how I plan to move forward.
juancruzfl.com blog programming

An Implementation of the HTTP Protocol

March 10th, 2026 — One day I woke up and was tried of not fully understanding what happens when an http request is sent and when a respons is generated. So, I decided to build an http server only using the standard libaries in go. I utilize the http from scratch course by the primagen, the appriopate RFC's, and some of the documentation of the net/http standard library. 10/10 experience, I recommend anyone to implement the protocol and build a the server if you're curious.