Ten JavaScript

Newsletter Image

Messages

12/19/2020
20 : 44

#233 — History of console, callback haven, and more

TENJAVASCRIPT #233 How did JavaScript's console.log get its name? ✨ A fascinating journey back in time from JavaScript consoles to organs and architecture. #Story From Callback Hell to Callback
12/4/2020
15 : 14

#232 — React hooks in retrospect, Vue vs Svelte, and more

TENJAVASCRIPT #232 The React Hooks Announcement In Retrospect: 2 Years Later 🦞 A great and rather long retrospective judgement on React hooks. Also, can you believe its been only 2 years since hooks
12/4/2020
3 : 54

#231 — BBC journey from PHP to React, TypeScript performance guide, and more

TENJAVASCRIPT #231 How the BBC World Service migrated 31 million weekly readers to an isomorphic react app and improved page performance by up to 83% 👏 A great write-up from BBC after they migrated a
11/13/2020
15 : 34

#230 — Insights from the introducing TypeScript at Bloomberg, managing React state, and more

TENJAVASCRIPT #230 "Before and after when you first start learning CSS 😅" => That looks embarrassingly familiar // @denicmarko 10 Insights from Adopting TypeScript at Scale 🔥 Rob Palmer of
11/6/2020
14 : 24

#229 — ES2021 new features, updated redux tutorial, and more

TENJAVASCRIPT #229 What new in ES2021 (aka ES12)? 🆕 ES2021 includes pretty inteesting updates to the language such as String.prototype.replaceAll, private methods (with ugly # syntax), ||= and
10/19/2020
2 : 44

#228 — Npm 7, a great event loop explanation, and more

TENJAVASCRIPT #228 Sometimes the job interview has nothing to do with the actual job // Vincent Déniel Npm v7 released 🔧 Great news! Npm finally supports workspaces. On my previous project that was for
9/18/2020
9 : 54

#227 — Moment.js declared legacy, useful Node packages, and more

TENJAVASCRIPT #227 Couldn't find out who's the original author 😒 Moment.js project status 👋 Moment.js authors officially declare it a legacy project. That's a wise and timely decision.
8/28/2020
14 : 39

#226 — Reasons not to use GraphQL, making WAVs, and more

TENJAVASCRIPT #226 "Me writing JavaScript" // by @KassandraSanch Transduction in JavaScript 🔥 The functional approach may sometimes lead performance issues. But there are ways to remedy those
8/23/2020
9 : 24

#225 — S

TENJAVASCRIPT #225 JavaScript ecosystem in a nutshell / @XKCD Microsoft will bid farewell to Internet Explorer 👋 Goodbye, IE! We've all expected it to happen sooner, but it's better late than
8/14/2020
16 : 54

#224 — State of Frontend 2020, TypeScript exercises, and more

TENJAVASCRIPT #224 State of Frontend 2020 Report 📈 4500 developers took part in this fresh Frontend survey. Just some highlights. Perhaps, unsurprisingly, React still dominates the frontend minds with
8/8/2020
8 : 23

Ten JavaScript #223 — Front-end interview question, shared state with React, and more

TENJAVASCRIPT #223 Know someone who might benefit from this email? Forward it! Newbies, subscribe here. All front end Interview questions asked during my recent job hunt This readme is a compilation of
7/31/2020
14 : 34

Ten JavaScript #222 — Tuples proposal, React Context, and more

TENJAVASCRIPT #222 Know someone who might benefit from this email? Forward it! Newbies, subscribe here. GitHub - tc39/proposal-record-tuple: ECMAScript proposal for the Record and Tuple value types.
7/17/2020
15 : 56

Ten JavaScript #221 — Closures, Array functions, event delegation, and more

TENJAVASCRIPT #221 Know someone who might benefit from this email? Forward it! Newbies, subscribe here. What the fuck is a closure? By the time most people approach closures, they have already used
7/10/2020
15 : 57

Ten JavaScript #220 — Debounce explained, generators, and more

TENJAVASCRIPT #220 Know someone who might benefit from this email? Forward it! Newbies, subscribe here. Debounce Explained – How to Make Your JavaScript Wait For Your User To Finish Typing The most
6/26/2020
10 : 46

Ten JavaScript #219 — TypeScript 4, New Chrome DevTools, and more

TENJAVASCRIPT #219 Know someone who might benefit from this email? Forward it! Newbies, subscribe here. What's coming in TypeScript 4? TypeScript 4 is coming up fast: a first beta release is
6/19/2020
5 : 37

Ten JavaScript #218 — Bootstrap 5, GitHub Actions auto deployment, and more

TENJAVASCRIPT #218 Know someone who might like this email? Forward it! Newbies, you can always subscribe here. 1. Bootstrap version 5 alpha is officially here! What's new? The first alpha version
6/12/2020
17 : 56

Ten JavaScript #217 — Brief History of JS, generative art, and more

TENJAVASCRIPT #217 Know someone who might like this email? Forward it! Newbies, you can always subscribe here. 1. How to Use Recursive Components in React to Display Deeply Nested Data I'm sure you
5/29/2020
13 : 56

Ten JavaScript #216 — Making Vue 3, Microsoft improving PWA, and more

TENJAVASCRIPT #216 Know someone who might like this email? Forward it! Newbies, you can always subscribe here. 1. The process: Making Vue 3 Over the past year, the Vue team has been working on the next
5/24/2020
11 : 6

Ten JavaScript #215 — Deno 1.0 released, The State of Microframeworks, and more

TENJAVASCRIPT #215 Know someone who might like this email? Forward it! Newbies, you can always subscribe here. 1. Deno 1.0 Deno version 1, a runtime engine from the Node.js original author has just
5/9/2020
7 : 6

Ten JavaScript #214 — Under-the-hood of type systems, VSCode updated, and more

TENJAVASCRIPT #214 1. Under-the-hood of type systems (eg TypeScript) This article will aim to shine a light on some of the fundamentals at work under-the-hood. It is not possible to focus on everything