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