November 2023

frameworks más usados de Node.js

Most used Node.js frameworks: the definitive list

Using a framework speeds up the development process by avoiding repetitive code writing, ensuring best practices, and code consistency. In this post, we share with you the list of the most commonly used Node.js frameworks. But first, what is Node.js? Node.js is a JavaScript runtime environment based on Google Chrome’s V8 JavaScript engine. Unlike other […]

Most used Node.js frameworks: the definitive list Read More »

design patterns

Design patterns: what they are and what they’re used for

The use of design patterns allows developers to consistently and effectively solve problems, thereby improving the quality, efficiency, and maintainability of software. In this article, we define them and explain their advantages and utility. What are design patterns? Design patterns are proven and reusable solutions to recurring problems that arise in software development. They provide

Design patterns: what they are and what they’re used for Read More »

The Testing Pyramid

The Testing Pyramid: an efficient testing strategy

In the realm of software development, conducting tests is an essential practice to ensure the quality and proper functioning of an application. However, comprehensive testing can be costly and time-consuming. To address this challenge, an approach known as the Testing Pyramid has been developed. It is a strategy that suggests a hierarchical distribution of different

The Testing Pyramid: an efficient testing strategy Read More »

Sentry

When to use Sentry: the tool for error management and real-time monitoring

Whether we are building a web application, a mobile app, or any other type of software, it’s inevitable that we’ll encounter situations where something goes wrong. It’s in these moments that Sentry comes into play, a powerful error management and real-time monitoring tool. In this article, we’ll explain how it works, its benefits, and when

When to use Sentry: the tool for error management and real-time monitoring Read More »