The keyword async was implemented in ES2017. It makes it possible to create naturally asynchronous functions using the following notation...
Hello!
Welcome,
I'm Felipe Sousa, Software Developer, Brazilian and since 2019 living in Chile. I am curious, passionate about technology and automation. I like to share knowledge, learn new skills and travel.
Here you can find some stuff about technical content, talks, and personal experiences.
Talks
Progressive Web Apps Done Right
Event
Devfest Santiago
Date
Shared web-components with StencilJS
Event
GDG Meetup Santiago
Date
Front In Fortaleza 2018
Event
Front In Fortaleza
Date
Progressive Web Apps Done Right
Event
GDG Extended 2018
Date
Latests Posts
This post is the second in a series of 3 posts to explain and show how to work with asynchronous data in JavaScript.
Asynchronous patterns are part of everyday life, can be a timer, reading a file or making a request, etc., at some point, you will need to manipulate this pattern and it is very important to know how to work with them and which strategy is...