Jaime Rios

Jaime Rios @jrioscloud

About: I teach aspiring devs how to code modern Front End Applications in a way that is easy to understand so they can get their first job in tech.

Location:
🇲🇽
Joined:
May 6, 2018

Jaime Rios
articles - 24 total

How to enable Tailwind Intellisense on TSX Files

A step by step guide to activating Tailwind Intellisense on TSX files.

Learn More 5 0Jan 26 '21

Array.reduce() for newbies

A beginner friendly explanation on how to use Array.reduce() that you actually understand.

Learn More 22 6Oct 6 '20

As a BackEnd Dev, what is your biggest struggle while learning Front End Technologies?

For me, the biggest struggle while learning Front End Technologies was to distiguish between what is...

Learn More 12 8Mar 23 '20

Solving my own problem with Software

TLDR : I made a mobile-only, PWA. Link to the app ➡ https://simpleunitconverter.netlify.com/ Link to...

Learn More 11 4May 27 '19

Progressive Enhancement: Respecting web browser preferences in a post ES6 world

Cover Image By: Tom Davidson on Flickr. Intro After Google IO, and watching a few talks,...

Learn More 13 2May 22 '19

Accessible fonts for people in a hurry

TLDR: Fonts can be more a11y friendly by: Using a bigger font size. Having ...

Learn More 14 0Apr 20 '19

A hitchhikers guide to web images on 2019

Cover photo by JfXie The goals of this post is to give you some exposure to th...

Learn More 125 6Mar 23 '19

If you could only achieve one thing as a programmer during the next year, what would it be?

For me it would be reaching 150 customers. It implies launching my SaaS and m...

Learn More 4 17Dec 3 '18

Flipping the coin: Should developers design?

We all know and have different and loosely held opinions about designers coding...

Learn More 13 9Nov 28 '18

Front End Development Automation. Part 4

Intro In this post we will create part of a system that is part of a...

Learn More 54 0Nov 25 '18

My impressions about mentoring

Hi everyone. I have been serving as a mentor for Front End Development for abou...

Learn More 6 2Nov 11 '18

A gentle explanation of Github Webhooks

In this context, *hooks are events you can subscribe to* in order to trigger some action. It is possible that you have been using them for a while without knowing.

Learn More 22 0Sep 12 '18

What are the key metrics that you look for Web App optimization?

Let's talk about what you do when you want/need to make better web apps.

Learn More 17 7Aug 24 '18

My impressions after trying to use ES Modules in 2018

A brief description of my attemps to use ES Modules on different projects.

Learn More 24 5Aug 22 '18

Front End Development Automation with Puppeteer. Part 3

Comparing a snapshot of local vs test environments.

Learn More 39 4Aug 18 '18

How to test High Order Components in React

How to test High Order Components in React

Learn More 39 6Aug 13 '18

In praise of accessibility, outline.

TLDR; Let's be empathic and never remove it, or at least, use some alternatives.

Learn More 20 0Jul 7 '18

What are the amazing things you do with the terminal?

A discussion to share all awesome things you do with the terminal.

Learn More 17 7Jun 20 '18

A quick explanation of Redux Observable.

A gentle explanation about how to use observables with Redux

Learn More 46 1Jun 10 '18

Front End Development Automation with Puppeteer. Part 2

Link to Part 1 Intro Paragraph As I've told you before, this series was inspired on...

Learn More 34 0May 27 '18

Front End Development automation with Puppeteer. Part 1

A brief guide of how my laziness drove me towards automation.

Learn More 130 3May 21 '18

What I learned trying to connect Firebase to an app with React and Redux

Lessons from my side open source project

Learn More 23 3May 14 '18

Filtering an array on ES6

A gentle explanation about how to filter arrays with ES6

Learn More 62 0May 8 '18

Looping over object properties with ngFor in Angular

An interesting solution to a problem I found at work.

Learn More 13 2May 8 '18