Posts

Basic introduction to Astro Framework

13/08/2023

Discover the Astro framework: speed and modernity in website creation! ✨🚀

Authentication flow with Expo Router

17/02/2024

Learn how to create an authentication flow with Expo Router in your React Native app.

Managing states in a minimalist way in React Native with Jotai

09/03/2024

In this article, I will talk about Jotai, a global state management library for React, explaining how it works and how to use it in a React Native project.

How to create a Node project with Typescript

31/12/2023

Learn how to create a Node project with Typescript and Express

Optimistic UI updates with React Native and React Query

31/12/2025

About optmistic updates using a React Native app as example

Testing SSR in Next.js with Jest

18/02/2024

How to test a SSR page in Next.js using Jest

Testing JWT Authenticated APIs with PHPUnit and Pest in Laravel

16/04/2024

How to test your Laravel APIs with PHPUnit and Pest, using Factory, Traits, and custom commands

Equivalence Classes: What should I test during software development?

16/07/2024

Talking a bit about equivalence classes and how they can help determine what to test and when to stop during software development.