Blog
Learning, Building, and
Documenting
Insights and experiences from my journey as a developer—exploring ideas,
overcoming challenges, and sharing lessons learned along the way.
December 22, 2024 • 2 min read
Best Practices for Writing Dockerfiles
A guide to writing Dockerfiles that are easy to understand, maintain, and scale.
Read more
- docker
December 18, 2024 • 3 min read
How Next.js Font Works
A deep dive into how Next.js Font works and how to replicate it in Astro.
Read more
- react
- nextjs
- astro
- font
- css
January 8, 2025 • 2 min read
React Lifecycle in 4 Minutes
A quick overview of the React component lifecycle.
Read more
- react