Blog

TomΓ‘s
menu

Blog

Differences between ESLint of Google, Airbnb, and Standard

6 de marzo de 2024

Software development has become increasingly complex, leading to the need for tools that help maintain code quality. Among these tools, code linters play a crucial role, as they help identify and correct errors, as well as maintain a consistent coding style throughout a project. ESLint is one of the most popular linting tools for JavaScript, and there are several style guides that can be used with ESLint for different projects. In this article, we will explore the differences between the ESLi...

Continue reading

Arrow vs Normal Functions in JS

February 2, 2024

JavaScript, the friendly and flexible language that it is, offers developers a variety of ways to define functions. Among these, let's explore two primary approaches: the traditional normal functio...

Continue reading

Modify the history with HTML5

January 19, 2024

This week I ran into the problem of having to change a URL without refreshing the page. I was helping to develop a web application that allowed the URL to be updated according to the state of the p...

Continue reading

5 Trends in Web Design for 2024

January 12, 2024

In my last post, I wrote about the trends in web development that I believe will be relevant this year. Today, I want to talk about the web design trends that I think could stand out in 2024.

<...

Continue reading

Trends in Frontend Development for 2024

December 29, 2023

Frontend development stands as one of the most dynamic and diverse domains within the realm of web development. Tasked with the pivotal role of sculpting the user interface of web applications, fro...

Continue reading