Overview Handling form is an extremely common usecase for web applications. In this post,...
Blog
Simple JWT Authentication with Golang (Part 3)
This is part three of a three-part series tutorial that builds a small but complete JWT authenticatio...
Simple JWT Authentication with Golang (Part 2)
This is part two of a three-part series tutorial that builds a small but complete JWT authentication...
Simple JWT Authentication for Golang (Part 1)
When it comes to an API, we need authentication for users to access their information. JWT is widely...
Firebase Firestore Initial Payload with onSnapshot
Simple way to check for initial payload returned by Firebase subscription.