javascript

Rest and Spread operator: Three dots that changed JavaScript

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

5 years ago

Using Emotion js in a react project

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

6 years ago

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

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

6 years ago

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

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

6 years ago

How to setup ESLint for Typescript code

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

6 years ago

How to setup Typescript with Babel and Webpack

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

6 years ago

How React, Relay, and GraphQL fit together

If you are a javascript developer, chances are you would have heard about React, Relay, and GraphQL recently. And if you…

7 years ago

Using Prettier to format your JavaScript code

If you have been programming for a while, you would be familiar with the hassles of writing clean code and…

7 years ago
Advertisements