DevOps

CI/CD with Google Cloud Run and Xcode Cloud

Recently, I had a really smooth experience working with CI/CD — it made deploying my apps so much easier! I set it up first with a Spring project on GCP(cloud run): building the app, pushing it to the container registry, and running it, all automatically. Watching the whole process happen without manual steps was honestly very satisfying!

Read
Random

Useful Mac Tools

Im sure you often find yourself drowning in a sea of open browser tabs, each representing a different task or topic you're working on, the best thing about Arc is that it allows users to create customizable “Spaces” to organize tabs and offers built-in note-taking and whiteboard tools for productivity.

Read
Backend

Bearer Auth and Basic Auth Vapor 4

Bearer authentication and Basic authentication are two common types of authentication mechanisms. In Vapor 4, these authentication mechanisms can be easily implemented using the built-in authentication middleware.

Read