delgadociterioReact Testing Library — My Notes #1Some quick answers to common RTL-related questions.Dec 17, 2021Dec 17, 2021
delgadociterioCORS Policy Error: The easy way.If you are here it’s maybe because you have come across the annoying CORS Policy error.Dec 17, 2021Dec 17, 2021
delgadociterioBasic backend with Node, Express, and MongoDBIn my last post, I introduced some of the most common concepts of Node. Now, let’s create something more useful, a local database and API.Mar 2, 2021Mar 2, 2021
delgadociterioNode.js Quick GuideMy intention with this guide is to explain, in a very basic and compressed way, some of the most and important things about Node.js in…Feb 23, 2021Feb 23, 2021
delgadociterioTypeScript Quick Guide 01One appropriate next step for the React application would be to integrate TypeScript in order to add a layer of robustness and security.Feb 11, 2021Feb 11, 2021
delgadociterioLearning by example: React 05 — The Important Parts of ReduxAmong developers, in the last years, a very popular way to manage the state of an application is to integrate Redux into the project.Feb 7, 2021Feb 7, 2021
delgadociterioLearning by example: React 04 — Working with contextFor small apps, as we’ve seen so far until this lecture, working with a main component that provides “children” components with data and…Feb 4, 2021Feb 4, 2021
delgadociterioLearning by example: React 03 — Maintaining the dataUntil now, we’ve seen how to create a totally functional Todo app, but there is clearly one big problem. Every time we reload our SPA, the…Feb 1, 2021Feb 1, 2021
delgadociterioLearning by example: React 02 — Function-based ComponentsFollowing the previous post, this continues with the same idea. A small basic project you can use as a sandbox for experimenting and that…Jan 28, 2021Jan 28, 2021
delgadociterioLearning by example: React 01 — Todo ListI know there are thousands of React tutorials out there, from YouTube video tutorials to paid courses, the amount of information is…Jan 26, 2021Jan 26, 2021