/JavaScript

10 GitHub Repositories To Become A Better JavaScript Developer

- Pawel Borkar tl;dr: "In this post I've included 10 such GitHub repositories which will help you to become a better JavaScript Developer and will also help you to follow best practices, clear concepts and write scalable and clean code."

featured in #237


A Look At Building With Astro

- Chris Coyier tl;dr: For Chris, the "big thing" about Astro is that it allows "you to build a site like you’re using a JavaScript framework (and you are), but the output is a zero-JavaScript static site. You can opt-in to client-side JavaScript as needed, and there are clever options for doing so."

featured in #236


JS Is Weird

tl;dr: "In this quiz, you'll be shown 25 quirky expressions and will have to guess the output. Even if you're a JS developer, most of this syntax is probably, and hopefully, not something you use in your daily life."

featured in #235


2020 JavaScript Rising Stars

tl;dr: "The concept is the same as before: see by the numbers which projects got traction in 2020, by comparing the numbers of stars added on GitHub, over the last 12 months."

featured in #223


The State Of JS 2020

- Sacha Greif Raphaël Benitte tl;dr: "As the language itself keeps improving thanks to new features like Optional Chaining and Nullish Coalescing, TypeScript's widespread adoption is taking things to a whole other level by popularizing static typing."

featured in #222


3 JavaScript Features From 2020 That Will Make Your Life Easier

- Lars Grammel tl;dr: (1) Optional chaining (2) Nullish coalescing operator (3) Matching regexp with capture groups using string.matchAll.

featured in #220


We Rendered A Million Web Pages To Find Out What Makes The Web Slow

tl;dr: "We rendered the top 1 million pages on the web, tracking every conceivable performance metric, logging every error, noting every requested URL. In this article we analyze what the data can tell us about creating high performance web sites."

featured in #219


There's Always More History

- Hillel Wayne tl;dr: Hillel provides explanations around two historical questions: (1) Why Vim Uses hjkl (2) Why JavaScript months start from 0.

featured in #218


Here’s What People In Tech Had To Say About JavaScript When It Debuted In 1995

- Chris Brandrick tl;dr: "Here’s what members of the tech industry had to say about little old JavaScript back in 1995."

featured in #218


What The F*ck JavaScript?

- Denys Dovhan tl;dr: "We all know that JavaScript is quite a funny language with tricky parts. Some of them can quickly turn our everyday job into hell, and some of them can make us laugh out loud."

featured in #214