Cozi is a place where I share my software development journey.
Golang Create Combinations From N Arrays
This snippet is useful when you need create combinations from n arrays with picking one element from each array.
MongoDB query get n records of each group (aggregation)
For example, you might want to get 5 members of each group in your application.
Transfer files to new server using Ansible
This is a simple Ansible playbook to use when I need to transfer files from the current server to a new server.
Advanced Go Custom Error Implement
In the previous post, we have implemented our custom error:
Go Custom Error Implement
Have you ever checked the error definition to see what it is?
Clean Disk Space
Clean disk space You might run out of SSD space with your laptop or server.
Cozi Goes Dark
Today, I decided to change cozi.dev to dark mode and I found out a quite awesome CSS property: color-scheme.
How To Use Multiple SSH Keys Effectively
If you work on multiple projects, you might need to use multiple ssh key pairs for more security, right?
Building Golang Docker Image For Production
Today, we have modern applications and modern systems to manage and scale our containers.
Launching InformerCat
Yes, my another new project informercat.com :) that I wanna share with you today which currently in BETA mode.