Home
About
Blog
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
Deploying a Image Recognition Service to AWS Lambda
Deploy a ResNet50 image recognition service to AWS Lambda using docker.
Oct 10, 2024
Pagination with Shadcn
How to make a pagination component in Next.js with Shadcn.
Oct 2, 2024