Author: Julian Celeita

Latest Posts
What every developer should know about testing in React (Jest and React Testing Library)

Testing is an essential part of building reliable and secure React applications. As developers, it allows us to verify that React components are working correctly before implementing…

¡Typescript for dummies!

TypeScript is a programming language that builds on top of JavaScript by adding static typing and other useful features. In this article, I will explain some of…

How to use APIs in Reactjs without dying in the attempt

In our daily work, we constantly need to communicate with some API to obtain data and perform certain actions. In this article, I will explain…

3 reasons why Next.js 13 is better than Next.js 12

Next.js is one of the most popular tools for building web applications in React. Its ability to render on both the server and client, along with its…