Cozi
  • About
  • Posts
  • Tags
  • Portfolio
  • Archives
  • Hire me

go

8 posts

Serving AWS S3 private content with Golang and AWS SDK for Go v2

February 5, 2024 go aws s3
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?
Read More →

Golang Create Combinations From N Arrays

September 24, 2022 go combination
This snippet is useful when you need create combinations from n arrays with picking one element from each array.
Read More →

Advanced Go Custom Error Implement

January 8, 2022 go
In the previous post, we have implemented our custom error:
Read More →

Go Custom Error Implement

January 1, 2022 go
Have you ever checked the error definition to see what it is?
Read More →

Gmob - Go Mongodb Driver document builder

October 3, 2020 go mongodb driver
When I worked with Mongo Go Driver, it was complicate to make a search, or update query document(s) with dynamic conditions.
Read More →

Debugging Go http server with VS Code

June 28, 2020 debug go vscode
Like the title said, in this article we will do debugging go application with VS Code and Go extension.
Read More →

Building a simple microservices using Go Micro and Echo frameworks

June 10, 2020 go microservices go-micro echo framework
Introduction In this article, we will learn how to build a simple microservices using Go Micro and Echo frameworks.
Read More →

Writing Simple Go Echo Websocket Test Recipe

May 5, 2020 go echo test websocket
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 😄
Read More →

About

Cozi is a place where I share my software development journey, exploring programming languages, frameworks, design patterns, and more.

Recent Posts

Serving AWS S3 private content with Golang and AWS SDK for Go v2 Feb 5, 2024
Setting up a virtual environment with Vagrant for testing Oct 11, 2023
Golang Create Combinations From N Arrays Sep 24, 2022
MongoDB query get n records of each group (aggregation) Jul 4, 2022
Transfer files to new server using Ansible Jun 24, 2022

Tags

announcement (1) ansible (3) api (1) application (1) aws (1) channels (1) chat (1) ci/cd (1) cicd (1) cli (1) combination (1) command (1) component (1) css (3) darkmode (1) database (2) debug (1) deployment (1) devops (2) disk (1) django (1) docker (2) driver (1) drone (1) echo (2) framework (1) git (1) gitlab (1) go (8) go-micro (1) golang (1) graceful-shutdown (1) html (1) ide (1) iframe (1) informercat (1) insomnia (1) javascript (1) json (1) k8s (1) launch (2) life (1) macbook (1) macos (1) microservices (1) mongo (1) mongodb (2) nosql (1) online (1) pre-processors (1) query (1) review (1) s3 (1) server (1) ssh (1) supics (1) tailwind (1) test (2) tips (1) tool (3) vagrant (1) vim (1) virtualbox (1) vm (1) vscode (1) vue (6) vue-cli (1) webpack (2) websocket (2) zero-downtime (1)
© 2025 Cozi
Powered by Hugo