A Beginner’s Guide on How to Improve Your Software Tests
Practices you might want to know when it’s time to write your tests
Last Updated on May 29, 2023 This article is recommended for you if you’re looking for ways to improve your software testing techniques. If you’re …
Exploring RSpec – Improving Your Testing Skills
Last Updated on May 29, 2023 Testing our apps has become mandatory these days. For an app to be considered reliable it must have 95% …
Multi-tenancy – Dealing With Multiple Contexts on a Single Platform
Last Updated on October 17, 2023 Have you ever stumbled across two e-commerces that looked very similar? An instance of a software that can serve …
A Short Guide to Web Accessibility
Getting into the basics of Web Accessibility
Last Updated on July 4, 2023 This post is based on a brown bag I gave at Codeminer. In Web Development, we often think about …
Next.js – The End of SPAs?
Find out more about Next.js and why it is a gamer changer for SPAs
Last Updated on April 11, 2024 Hello everyone! This is my first tech article and I will give you a quick introduction to the Next.js …
Vim Buffers, Windows and Tabs – An Overview
I have been using Vim since I started using Linux, many years ago, but it was just recently that I decided to use it as …
The Monotonic Clock and Why You Should Care About It
Last Updated on May 29, 2023 Recently, while getting into the GitHub woods to make some contributions to the Open Source community, I noticed myself …
IoT: What Can You Do with Your Stack?
Use your own stack to build an IoT application
Last Updated on May 29, 2023 Before we start, we need to know what exactly IoT is. Let’s use the definition from Oracle’s website: The …
Multiple Foreign Keys for the Same Relationship in Rails 6
Last Updated on May 29, 2023 As we all know, it is quite easy to create database tables with Ruby On Rails. However, some cases …
My Experience Migrating a Rails API to Crystal and AWS Lambda – Part II
Optimizing our solution with Crystal
Last Updated on May 29, 2023 Hey, this is the second part of my post, giving an overview of how I migrated a Rails API …