How to use the Effect Hook in React

Hooks have changed the way we use React. Let’s explore how we would handle side effects with Hooks.

January 13, 2020

How to use the state hook in React

Hooks have changed the way we use React. Classes components are no longer mandatory when we want to use state. Let’s see how to use the state hook.

December 29, 2019

Create a drawer navigation in React Native

In this article, we will explain how to create a simple drawer navigation for your React Native application.

December 15, 2019

Technology's war on Death

Big tech companies and transhumanism united to create an immortal human race…

November 5, 2019

6 principles for efficient learning

In a society where we are bombarded with informations, how do we make sure we create a proper mindset to learn what we need to improve?

October 20, 2019

The perfect career path

Do you know how many you should do in order to have the perfect career in software development? No??!! Read on…

October 13, 2019

Want to be a good developer? Take care of your sleep

In our very busy lives today, it seems like sleep is always the easiest thing to sacrifice. We couldn’t be more wrong…

August 4, 2019

Scraping dev.to with Puppeteer to make a command line application

Let’s explore a bit deeper how the Puppeteer library allows us to scrape websites.

May 27, 2019

Generate a PDF from HTML with Puppeteer

After long hours of trial and error, I finally managed to generate a proper PDF file from HTML using the Puppeteer library. Maybe you’ll find some things to help you.

April 19, 2019

Getting started with Docker and Node.js

Let’s get started with the Docker technology in a Node.js context.

April 12, 2019