Tag: vanilla-javascript

The V8 Javascript engine can help front-end developers achieve Javascript optimization.

How JavaScript works: Optimizing the V8 compiler for efficiency

Dev

Front-end devs can use Javascript optimization methods to reduce deoptimization and avoid unoptimizable megamorphic functions.

Alvin Wan
Sep 13, 2019 ⋅ 7 min read
Understand Array Methods By Implementing Them

How to implement every JavaScript array method

Dev

There’s no better way to learn than by taking things apart and putting them back together.

Maciej Cieślar
Sep 11, 2019 ⋅ 15 min read

Is JQuery dead?

Dev

Should we still be learning jQuery in 2019?

Anjolaoluwa Adebayo-Oyetoro
Aug 18, 2019 ⋅ 8 min read
The History And Legacy Of jQuery

The history and legacy of jQuery

Dev

Though jQuery has fallen out of favor, its legacy and ubiquity still resounds today.

Danny Guo
Aug 13, 2019 ⋅ 6 min read

The 7 best JavaScript date libraries

Dev

Adding working dates to your application isn’t easy. Here are the libraries that can help.

Fernando Doglio
Jul 24, 2019 ⋅ 9 min read

Anomalies in JavaScript arrow functions

Dev

Arrow functions can be considered regular JS functions with anomalies. Learn how to use that to your advantage.

Glad Chinda
Jun 26, 2019 ⋅ 14 min read

To mutate, or immutate, that is the question

Dev

This is the second post in the not all compilers are created equal series, in which we compare TypeScript (TS) […]

Hernan Rajchert
Jun 13, 2019 ⋅ 9 min read

The visual learner’s guide to async JS

Dev

Have you ever watched or read hours’ worth of tutorials but were still left confused? That’s how I felt when […]

Eden Adler
May 22, 2019 ⋅ 5 min read
Clean And Scalable JavaScript

12 tips for writing clean and scalable JavaScript

Dev

JavaScript has its origins in the early web. Starting out as a scripting language, it has now evolved into a […]

Lukas Gisder-Dubé
May 7, 2019 ⋅ 7 min read

Common JavaScript “gotchas”

Dev

JavaScript has been getting a lot of new, sugary features ever since we got over Harmony, while more features can […]

Casper Beyer
Apr 26, 2019 ⋅ 4 min read

TensorFlow.js: An intro and analysis with use cases

Dev

What is TensorFlow.js? TensorFlow.js is a JavaScript library developed by Google for training and using machine learning (ML) models in […]

Ben Gubler
Apr 24, 2019 ⋅ 3 min read

5 must-read JavaScript tutorials

Dev

JavaScript has become the most popular programming language for web developers today. It’s the only language that is implemented in […]

Nathan Sebhastian
Apr 12, 2019 ⋅ 3 min read