Home
Close

Translate to Portuguese

Results

No results found for .

Welcome, I'm Felipe

Hi! I'm a Brazilian software developer, currently living in Chile. I like travels, technology, vinyls and books.

Talks

Santiago - Chile

Progressive Web Apps Done Right

Event

Devfest Santiago

Date

Slides

Check slides
Santiago - Chile

Shared web-components with StencilJS

Event

GDG Meetup Santiago

Date

Slides

Check slides
Fortaleza / CE - Brasil

Front In Fortaleza 2018

Event

Front In Fortaleza

Date

Slides

Check slides
Fortaleza / CE - Brasil

Progressive Web Apps Done Right

Event

GDG Extended 2018

Date

Slides

Check slides

Latests Posts

Cover Image for JS Async: async/await

The keyword async was implemented in ES2017. It makes it possible to create naturally asynchronous functions using the following notation...

Cover Image for JS Async: Promises

This post is the second in a series of 3 posts to explain and show how to work with asynchronous data in JavaScript.

Cover Image for JS Async: Callbacks

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...