// blog
Thoughts & Writing
Notes on development, tools, configuration and things I learn along the way.
5 min read
7 Authentication Concepts
Know Authentication Concepts — Diagram Flows
AuthenticatedJWTOAuthAuthHashPKCETOTPSession
Read 10 min read
Go Best Feactures
Go is perfect for backend development, microservices, DevOps tools, infrastructure, and distributed systems. The manual includes when to use it and when NOT to use it, with learning resources at the end.
GoMicroservices
Read 5 min read
How to configure Nginx to serve static files from a Docker container with FastAPI
Configured Nginx to serve static files from a FastAPI container.
FastAPINginxDockerGitVPS
Read 