Serving AWS S3 private content with Golang and AWS SDK for Go v2
Have you ever wanted to serve private files from your AWS S3 storage to your users, but making the bucket public is not a safe option?
Have you ever wanted to serve private files from your AWS S3 storage to your users, but making the bucket public is not a safe option?
This snippet is useful when you need create combinations from n arrays with picking one element from each array.
In the previous post, we have implemented our custom error:
Have you ever checked the error definition to see what it is?
When I worked with Mongo Go Driver, it was complicate to make a search, or update query document(s) with dynamic conditions.
Like the title said, in this article we will do debugging go application with VS Code and Go extension.
Introduction In this article, we will learn how to build a simple microservices using Go Micro and Echo frameworks.
Introduction Today, I’ll show you how I set up a simple test for WebSocket using gorilla/websocket in Echo framework and how it makes me more confident with my code 😄