Crud
CRUD with MongoDB and Go - part #1
Oct 29, 2024
mongodb
go
golang
crud
docker
containers
I’ve always been fascinated by DataBases. Such a long history and, nowadays, so many different flavours.
Here’s my attempt to put together a simple application to Create, Read, Update, and Delete (hence, CRUD) records in a DB.
CRUD with MongoDB and Go - part #2
Oct 29, 2024
mongodb
go
golang
crud
docker
containers
In part #1 we’ve done a lot of manual interaction with MongoDB. Scratching the surface is easy but there’s a lot under the hood. As always, remember to read the manual.