I'm picking up InceptionDB again after two months of focusing the free time I have left on getting flowtest.io off the ground (I like to think it will be the service that will revolutionize how APIs are tested). Despite the time that has passed, I clearly remember that I was...
Actually, it was already January 1, 1970. For many it is just another date, for others it is the origin of time, also known as UNIX Time , the number of seconds elapsed since midnight on Jan 1 1970. But I don't want to talk about UNIX Time this time,...
At hola.cloud we migrated a MongoDB 3.6 between machines. To ensure we don't have any issues with versions, we used exactly the same version with the official Docker images. Here are a couple of scripts that have come in handy. export.sh #!/bin/bash
# check argument
if [ -z "${1:-}" ]; then echo...
I would like to put a recognizable logo for gopress, something simple that captures the essence of blogging and the wordplay. Let's try to get GPT to give us a hand: "We need branding for a blogging system called "gopress". It paraphrases to wordpress (the biggest blogging platform). My initial...
Gopress, a blog in Golang (part 8) Hello everyone! We continue with our series on how to build a blog using Golang, the programming language created by Google that is becoming increasingly popular. If you missed the previous parts, I invite you to go to our previous articles and catch...