January 16, 2025
Looking back on 2024
I'm not entirely sure what to say right now. I was feeling so unmotivated and unsure if I should even write this, but somehow, here we are. 2024 felt like a mes...
Software Engineer
Hey there! 👋 I'm Hòa.
Software Engineer with 2+ years of experience. I am confident in my knowledge of software development concepts, industry best practices, and modern software technologies.
Tech stacks: Golang Python PostgreSQL MongoDB AWS GCP
Feel free to connect with me on Github and Linkedin!
January 16, 2025
I'm not entirely sure what to say right now. I was feeling so unmotivated and unsure if I should even write this, but somehow, here we are. 2024 felt like a mes...
December 24, 2024
Live reload is a handy feature that enables developers to view updates to their code instantly, streamlining the workflow by removing the need to manually stop ...
November 28, 2024
In today's rapidly evolving software development landscape, automation plays a crucial role in meeting the demands of modern development cycles. Among the most ...
October 23, 2024
After reading the Concurrency chapter in Learning Go - An Idiomatic Approach to Real-World Go Programming, I was surprised by how different Golang’s approach to...
September 24, 2024
In the current technical landscape, there is a growing trend toward scaling systems by adding more resources, such as compute and storage, to efficiently manage...
August 26, 2024
In the previous article, we covered creating a URL shortener, and I explained that I selected the Twitter snowflake algorithm for generating IDs. In this articl...
July 6, 2024
This tutorial will show how to build a URL shortener similar to TinyURL, covering both the design and implementation aspects. Technologies Golang Gin Framewor...