Home
Blog
Welcome to
My Journal on
A space where I jot down ideas, explore techniques, and share my journey through coding, data science and mathematics
I am a
Recent Posts
A Simple Web App for Image Generation with Dall-E 3 using Go + HTMX
Build a single-page web app with Go and HTMX to generate multiple images concurrently with Dall-E 3.
Mar 23, 2025
Managing Configurations in Python Projects
Learn to manage Python configurations with dotenv and pydantic. Load environment-specific settings (dev, test, prod) using the ENV variable, keeping your app secure and scalable.
Jan 22, 2025
Secret Value Manager in Go
Build a simple secret value manager in Go.
Jan 3, 2025
The Publisher-Subscriber Pattern in React
Introuduce the publisher-subscriber pattern in React and how to define custom events.
Nov 12, 2024