João Augusto

Git tip: squash intermediate commits

Make the git history neater with `git rebase --interactive`

Trigger animations with Intersection Observer API

In this short article we explain how to use the Intersection Observer API to animate elements when they enter the visible viewport.

Getting started with Webpack 3

Webpack is a javascript module bundler that became one of the most popular and important front-end tools for modern web development. This blog post walks you through setting up Webpack 3 with Gulp so you can start to utilise it’s powerful features.