Back-End
MongoDb, Go and Docker Compose
In this brief post, I’ll share how to use MongoDB in a Golang application executed within a Docker container, using docker-compose. The challenge is ensuring
In this brief post, I’ll share how to use MongoDB in a Golang application executed within a Docker container, using docker-compose. The challenge is ensuring
For a side project I need a simple server, so i choosed an AWS LightSail Linux Server. I installed the Amazon Linux distribution, then using
I’m writing a complex query (for a beginner user) for mongodb using the golang official driver, i’d like share my code to help other user.