JavaScript generators are a special type of function that can be paused and resumed, allowing you to...
A few months ago, I deleted a file. Today, I realized that actually, I need it! I picked a random...
In JS is quite of easy to replace chars by using str.replace for example, but, what happens when you...
I had a situation this week, I wanted to read and validate some data from a private Google...
Hi there! The last time I posted How to add a dynamic title on your React app using react-helmet. Si...
Photo by Gerson Repreza on Unsplash The banner is a Cancún beach because I miss it some much. Well,...
Today we gonna write a REST API using Deno. Deno is a simple, modern, and secure runtime for JavaScr...
This is a short post about how we can manage a common situation with our propper implementation. Des...
TypeScript introduced rest parameters to accommodate n number of parameters easily. When the number...
TypeScript introduced the keyword readonly, which makes a property as read-only in the class, type or...
tl;dr: You should make a habit of thinking about the time and space complexity of algorithms as you...
Hi! This is a short post about how to use React Hooks with TypeScript. Hooks are a new addition in...
tl;dr There's a new TypeScript flag/config called --resolveJsonModule that lets us import...
A React component that displays console logs from the current page, an iframe or transported across...
Hi! This is a short post about how to create a useful import/export strategy on Typescript. Now, thi...
Original post here. PSA: Go 1.13 Default Module Proxy Privacy Go 1.13 was just released a...
Original posted here tl;dr Consider use bcrypt Use bcrypt. Use bcrypt. Use bcrypt. Use b...
An easy way to deal with the title of your react app
A simple and useful example of how to use React on a very simple way.
Request to understand better the React Component Lifecycle
List of recommendations of best practices using TypeScript
If you still use Angular 1.X, i recommend you to master this two methods.
Do you need to return an HTML page from your API Gateway & Lambda function? Are you rendering HTML for web crawlers to read? This article is for you.