Day 1 of learning backend with Go 🚀
Today I learned CRUD:
- Create
- Read
- Update
- Delete
These are the core operations behind most apps.
I’ll be building and sharing my progress daily 💪
#GoLang#BackendDevelopment#BuildInPublic#100DaysOfCode
Day 5 of my Go backend journey 🚀
Reviewed HTTP methods today and how they map to CRUD:
Going over the basics again made everything clearer.
Consistency is key.
#GoLang#BackendDevelopment#BuildInPublic#10daysofcode
Day 3 of my Go backend journey 🚀
Integrated PostgreSQL into my Library API.
Now data is stored in a real database instead of memory.
Learned:
- Connecting Go to PostgreSQL
- Basic queries
This made everything feel more real.
#GoLang#PostgreSQL#BuildInPublic#100days
Day 2 of my Go backend journey 🚀
Built a simple Library API and pushed it to GitHub.
Implemented:
- Create books
- Read books
- Update books
- Delete books
First time putting a full CRUD system together.
#GoLang#BackendDevelopment#BuildInPublic#100DaysOfCode