#javascript

Found 139 articles tagged with #javascript

JavaScript Code Linters

Linters are tools that analyze source code to detect problems based on formatting rules and code quality rules then output as warnings or errors.

JavaScript Static Type Checkers

Using static type checkers like Flow or TypeScript can greatly improve the safety of your JavaScript code.

Asynchronous Programming in JavaScript

On the evolution of asynchronous programming style including callbacks, promises, and async/await.

Become a Fullstack JavaScript Developer, Part 6: The Monorepo

Many companies are adopting monorepo but the decision to use it or not is quite tricky.

Become a Fullstack JavaScript Developer, Part 5: The DevOps

Minimum technologies to manage own product on private server using containerization.

Become a Fullstack JavaScript Developer, Part 4: The Frontend

Frontend development has been flooded with insane amount of technologies.

Become a Fullstack JavaScript Developer, Part 3: The Backend

Curated list of must-know backend related knowledge and technologies.

Become a Fullstack JavaScript Developer, Part 2: The Basics

Whether you are going to focus on frontend or backend, these are my curated list of knowledge or technologies you must master.

Jul 19, 2019#career#javascript

Become a Fullstack JavaScript Developer, Part 1: The Motivation

The motivation behind my decision to become a fullstack one and whether should you.

Jul 16, 2019#career#javascript