felipesousa.space

Close

Translate to Portuguese

Results

No results found for .

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

Santiago - Chile
Progressive Web Apps Done Right
Event
Devfest Santiago
Date
Santiago - Chile
Shared web-components with StencilJS
Event
GDG Meetup Santiago
Date
Fortaleza / CE - Brasil
Front In Fortaleza 2018
Event
Front In Fortaleza
Date
Fortaleza / CE - Brasil
Progressive Web Apps Done Right
Event
GDG Extended 2018
Date

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