josegallegoen.hashnode.devLocal First PhilosophyHave you ever felt frustrated because an app doesn’t work without an Internet connection? Imagine a tool that works just as quickly and efficiently, whether you’re on a plane, in the subway, or in an area with poor coverage. This is the promise of th...Sep 19, 2024·3 min read
josegallego.hashnode.devLocal First Philosophy¿Alguna vez te has frustrado porque una aplicación no funciona sin conexión a Internet? Imagínate una herramienta que funcione con la misma rapidez y eficacia, sin importar si estás en un avión, en el metro o en una zona con mala cobertura. Esta es l...Sep 18, 2024·3 min read
josegallegoen.hashnode.devimprove Storage in React Native: Comparison Between AsyncStorage and React-Native MMKVHave you ever wondered if you’re using the best storage method in your React Native application? You’ve probably used AsyncStorage to save data. It’s easy and does its job, but is it the best option? I discovered React-Native MMKV, an alternative tha...Sep 18, 2024·5 min read
josegallego.hashnode.devMejora el almacenamiento en React Native: Comparación entre AsyncStorage y React-Native MMKV¿Alguna vez te has preguntado si estás utilizando el mejor método de almacenamiento en tu aplicación React Native?, probablemente hayas usado AsyncStorage para guardar datos. Es fácil y cumple su función, pero ¿es la mejor opción? Descubrí React-Nati...Sep 17, 2024·5 min read
josegallegoen.hashnode.devFile Upload to S3: Directly from the Frontend or through the Backend?When it comes to handling files or images, Amazon S3 is a very popular solution due to its scalability and flexibility. However, a common question arises when implementing it: should we upload files directly from the frontend to S3 or go through the ...Sep 14, 2024·2 min read