GoLang Error Codes: API design and Go generators Learn about error codes in APIs and their respective docs using the wonderful Go generator.
About us Elder Interview with Diogo Simões, Cloudoki Senior Backend Developer Learn all about the role of a Cloudoki Senior Backend Developer with Diogo Simões, as he shares insights into his role.
GoLang Generating PDFs with Go Find out about what our Back-End Tech Lead, Diogo Simões, learned when he worked on a Go project where PDFs had to be generated.
Tech Database singleton table Despite not a being common pattern, I've ran into situations where I needed to use a sort of singleton pattern in the database. Here's a way to handle it. Usually
git Do you really know Git? Git. Everyone knows it. Everyone uses it. Maybe you love it, maybe you don't. Either way, do you really know it? Personally, I like to have a deep understanding of
GoLang Golearnings: HTTP requests Golearnings will (hopefully) be a series of posts with stuff that I've been learning during my Go journey. This is not a tutorial. :) One of things I love about Go
MongoDB MongoDB on Docker: a short tale Recently I had to setup a MongoDB instance on one of our servers to use in an internal application we're building during Hackfridays. I went with MongoDB because my experience
Tech Docker for Development Databases During development I usually do a lot of database related tasks or tests that generate/modify data. If you consider the project based approach here at Cloudoki (meaning a considerable