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...
As you probably know, I enjoy developing things when I have some spare time (sometimes with a friend of mine ). I have a long-term side project called HolaCloud which is a tiny cloud with some services crafted from scratch: a database engine, API Gateway, logs service, computing with lambdas...
InceptionDB , a versatile NoSQL database similar to MongoDB, now includes a powerful new feature: "Defaults". This feature allows users to define default values for new documents within a collection, streamlining data entry and ensuring consistency. The "Defaults" feature in InceptionDB simplifies document creation by automatically populating fields with predefined...
Viaje a Mordor Era el séptimo día de viaje a lomos de un conejo Uruj-ai convenientemente ensillado para la travesía. La vasta extensión de la llanura de Serindë se desplegaba ante mí, un mosaico de verdes y dorados que se extendía hasta donde alcanzaba la vista. El aire fresco de...
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...
Inspirado por este artículo https://duenaslerin.com/diccionario-palabras-espanol-en-texto-script/ que explica cómo hace webscrapping para descargar el diccionario de la Real Academia Española, me he animado a escribir el script en Go para descargar el diccionario más rápido sacando partido de la concurrencia que go trae de serie, o built-in como dirían los ingleses....
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...