The Path of Open Source: What I learned
I began my career as a trainee software developer at Codeminer 42. Throughout a three-month period, I studied web development, specifically focusing on Ruby on …
Codeminer42’s Engineering Blog
I began my career as a trainee software developer at Codeminer 42. Throughout a three-month period, I studied web development, specifically focusing on Ruby on …
Armed with an unknown weapon called Lean4, I ventured into an arena known as ‘Rinha de Backends‘, a challenge to determine (for fun) the fastest …
Hello, fellow readers! It’s been a while since I showed up here, and today, we’ll talk about a hot topic: Artificial Intelligence (AI) and Machine …
A Generative Pre-trained Transformer, or simply, GPT, is one specific model of a kind known as Large Language Models (LLMs). LLMs are a subset of …
Imagine you just got paid and can finally buy the laptop you have been dreaming about for months. Since it is expensive (and you are …
In this article, we will perform the modeling and queries of a simple e-commerce domain using the NoSQL database, DynamoDB, and address its main concepts. …
What you’re looking for You saw that joke telling that JavaScript doesn’t know math because of the expression below. 0.1 + 0.2 === 0.3 This …
In the realm of web development, iframes have long been an essential tool for integrating content from one website into another. Whether it’s by embedding …
In web development, we typically have two main goals: displaying the desired content to users and enabling them to interact with it by modifying the …
Hello everyone! I will talk about SQL in this article, more precisely on how to have two completely different order rules for your returning records …