2 followers
Embark on a journey with me to create a website from scratch and go through every piece of technology in the way to become a Full Stack Developer. I hope to learn a lot and engage you! Stay curious!
This is part 2 of a two-part series about authentication and concepts around it. · First of all, if you haven't read Part 1, "Is that really you?", STOP!...
In this two-part series, I'm going to talk about user authentication and some concepts around it. · Remember a few posts ago, when I created a UserId...
Creating POST for an activity · So this morning I went for a bike ride (not really, it was raining, but bear with me) and now I want to log it in...
My GitHub repo wasn't available yet for a simple motive: my DB hostname, user and password were explicitly written in my code. So I had to find a way...
How I used GORM and Gin to create my API · Today's post is more of a study that I would like to share with you. What is GORM? It's an ORM library for...
Creating a Postgres database in AWS · All right! I have my first goal in sight! Giving you some context: I've completed a few courses to learn Go and...