In Part 2https://dev.to/abhisheksharmaa9792aee8/i-stopped-watching-tutorials-and-started-building-a-rest-api-in-go-51h5, I had a working REST API with two endpoints. You could create entries and query them. But anyone could hit the API — no login, no...
In my last posthttps://dev.to/abhisheksharmaa9792aee8/why-i-decided-to-learn-go-and-what-my-first-commit-looked-like-38ii, I talked about my first week learning Go — the confusion, the messy first commit, and why I picked Go over sticking with JavaSc...