Blog

Tomás
menu

Blog

Introduction to Programming

17 de febrero de 2025

In today's digital age, technology permeates every facet of our lives. From the smartphones we carry to the complex systems that power our cities, computers are at the heart of it all. But how do these machines understand what to do? The answer lies in the fascinating world of programming.

Programming is, at its core, the art of communicating with machines. It's about crafting a set of precise instructions that tell a computer exactly how to perform a specific task. Think of it like g...

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