Install JetBrains Mono Font and Customize Visual Studio Code4/9/2024One of the things I really enjoy is changing the theme of the applications I work with; it gives them a fresh look that is always welcome from time to time.Read more
Next.js: The good, the bad, and everything you need to know4/8/2024YouTubeNextJS is a technology that is widely used nowadays for web development. Personally, I quite like it and have used it in multiple projects. After several years of using both React and NextJS, I want to tell you about the good, the bad, the advantages, and the problems I have encountered while creating products.Read more
The value of optimization4/3/2024One of the things I value the most is optimization, whether it be a website, a native application, or an algorithm. Behind an optimized program, there are people who care about understanding the use case, how it works, and taking care of their product. And I love that.Read more
Security Alert: liblzma/xz versions 5.6.0 and 5.6.1 [CVE-2024-3094]3/31/2024While catching up on the news, I stumbled upon the security alert CVE-2024-3094, a vulnerability that seems to endanger the sshd service through a backdoor under certain conditions.Read more
Solving the '1 Billion Row Challenge' in Go in 3.8 seconds3/29/2024YouTubeI share the process of how I optimized the problem of reading a 14GB file and processing it in 3.8 seconds.Read more
What are OKRs? Definition with examples3/25/2024YouTubeOKRs are a method that helps you reflect on what your goals are, and allows you to think about what actions you need to take to achieve them, establishing metrics to know if these actions truly contribute to the objectives.Read more
Migrating a MySQL Server. Goodbye, Cloud.3/21/2024Recently, Planetscale announced that they were closing their free tier, and in my case, it was time to migrate to another provider. In this post, I share my experience and the process of migrating to a VPS.Read more