4 Things I Wish I Knew Before Starting My Internship

5 years ago

Hello readers, it has been a long time since I last wrote anything. My last article about motivation was written…

How to setup GatsbyJS starter with TypeScript and ESLint

5 years ago

Gatsby has become fairly popular in the last couple of years and it has starting becoming the go to static…

JavaScript Promise combinators: race, all, allSettled, any

5 years ago

Promises have not been a new concept in the javascript community. They have existed in the ecosystem for a long…

Rest and Spread operator: Three dots that changed JavaScript

5 years ago

The rest and spread operator have changed the way I do a lot of things in JavaScript and I have…

Using Retrofit 2 and GSON for parsing JSON in Android

5 years ago

We have previously written about parsing JSON in Android without using any libraries in this post. In this one, we…

Using Emotion js in a react project

6 years ago

CSS in JS is a fairly controversial topic depending on who you talk to. What it gives you is the…

How to use a Service Worker to create Progressive Web Applications?

6 years ago

The web is and probably always be an ever-evolving platform. Even though most of us have a decent internet connection…

How to setup Jest in a TypeScript, Babel and Webpack project

6 years ago

As you might know, I have been diving into setting up a boilerplate for a TypeScript project with React. And…

How to setup ESLint for Typescript code

6 years ago

The Typescript team recently announced its road map. Interestingly, they have decided to not focus on TSLint any more and…

How to setup Typescript with Babel and Webpack

6 years ago

After seeing a lot of projects making the move to Typescript, I recently started to give it a shot as…

Advertisements