Serving AWS S3 private content with Golang and AWS SDK for Go v2February 5, 2024 go aws s3Have 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 →
Setting up a virtual environment with Vagrant for testingOctober 11, 2023 devops ansible tool vm vagrant virtualboxIn the world of software development, testing is a critical aspect of ensuring the reliability and functionality of your applications.Read More →
Golang Create Combinations From N ArraysSeptember 24, 2022 go combinationThis snippet is useful when you need create combinations from n arrays with picking one element from each array.Read More →
MongoDB query get n records of each group (aggregation)July 4, 2022 mongodb database nosql queryFor example, you might want to get 5 members of each group in your application.Read More →
Transfer files to new server using AnsibleJune 24, 2022 devops ansible toolThis is a simple Ansible playbook to use when I need to transfer files from the current server to a new server.Read More →
Advanced Go Custom Error ImplementJanuary 8, 2022 goIn the previous post, we have implemented our custom error:Read More →
Go Custom Error ImplementJanuary 1, 2022 goHave you ever checked the error definition to see what it is?Read More →
Clean Disk SpaceDecember 10, 2021 disk server commandClean disk space You might run out of SSD space with your laptop or server.Read More →
Cozi Goes DarkNovember 21, 2021 darkmode cssToday, I decided to change cozi.dev to dark mode and I found out a quite awesome CSS property: color-scheme.Read More →
How To Use Multiple SSH Keys EffectivelyOctober 10, 2021 ssh tips gitIf you work on multiple projects, you might need to use multiple ssh key pairs for more security, right?Read More →