SSoftware Engineering Read More 6 minute read Mastering the Observer pattern in JavaScriptbyfernando.trasvinaMarch 24, 2024 Reading Time: 6 minutesMastering the Observer pattern in JavaScript Introduction The Observer pattern is a design pattern that allows an object…
RReact Read More 5 minute read React 18 features: batching, useTransition and useDeferredValuebyFabian AlejandroJune 27, 2023 Reading Time: 5 minutesA Fresh Look For React I love React applications, but there is always the problem that in applications…
RReact Read More 5 minute read Expo vs React Native CLI in 2023byArmando DuranMarch 8, 2023 Reading Time: 5 minutesIn the React Native community, there are two popular ways to create an app, you can use the…
RReact Read More 4 minute read React Best Practices: useEffect Hookbyfernando.trasvinaDecember 19, 2022 Reading Time: 4 minutesBy using useEffect Hook, you tell React that your component needs to do something after rendering. This hook…
AAutomation Read More 8 minute read How To Set up E2E Testing for Single Page ApplicationsbyheridevDecember 5, 2022 Reading Time: 9 minutesHave you ever had the need to work on Integration or End-to-end (E2E) tests for a Single Page…
RReact Read More 7 minute read React Styled Components: Give Life To Your ProjectbyFabian AlejandroSeptember 29, 2022 Reading Time: 7 minutesHave you ever wonder how cool it will be to have accessibility to props and to the creation…
RReact Read More 4 minute read How to use GyroscopebyleyaimMagmaDecember 21, 2021 Reading Time: 4 minutesOne of the most used features in mobiles is the use of gyroscopes; it is used in several…
RReact Read More 2 minute read Best Custom HooksbyleyaimMagmaSeptember 23, 2021 Reading Time: 3 minutesLearn how Custom Hooks can help you to solve specific problems in your React Projects. Here is a…
SSoftware Engineering Read More 3 minute read Understanding Redux SagabycinthyawAugust 19, 2021 Reading Time: 3 minutesYou may ask yourself: Why do I need Redux Saga if I already have Redux? When working with…
RReact Native Read More 8 minute read Amazon Web Services for React Native Developers – The Series: Chapter 1byfernandoamzMay 13, 2021 Reading Time: 8 minutesAWS provides libraries that can be used easily. Even the documentation on its site is well documented. So,…