javascript.jpg
2.5 MB
π₯14β€2π€©1
π16π2
Interview w/ Brendan Eich
JavaScript, Firefox, Mozilla, and Brave
π https://youtu.be/krB0enBeSiE
Lex Fridman
JavaScript, Firefox, Mozilla, and Brave
π https://youtu.be/krB0enBeSiE
Lex Fridman
β‘7β€4π₯3π1
π17π€16β€5
π Issue 3 / 09.05.2023
π A Practical Guide to Not Blocking the Event Loop
Typically, JavaScript engines run JavaScript in a single thread with an event loop. However, the nature of mixing synchronous and asynchronous tasks, along with the increasing popularity of workers for running code on separate threads, makes the landscape harder to navigate than it used to be.
SLAVA KNYAZEV
π Deno announced Deno KV
A strongly consistent and globally replicated key-value database.
ANDY JIANG, RYAN DAHL
π A Practical Guide to Not Blocking the Event Loop
Typically, JavaScript engines run JavaScript in a single thread with an event loop. However, the nature of mixing synchronous and asynchronous tasks, along with the increasing popularity of workers for running code on separate threads, makes the landscape harder to navigate than it used to be.
SLAVA KNYAZEV
π Deno announced Deno KV
A strongly consistent and globally replicated key-value database.
ANDY JIANG, RYAN DAHL
π7
IN BRIEF
π Next.js 13.4 has been released and it pushes hard on the app router approach, the ability to use the filesystem to provide API structure, and a new experimental feature: server actions.
π Astro 2.4 just launched with experimental middleware, stronger scoping for CSS, and more.
πThe Amazon Prime Video team wrote about How they saved 90% on their AWS bill by moving from serverless microservices to a monolith. This sparked many heated debates like βserverless is goodβ and βserverless is badβ.
π Next.js 13.4 has been released and it pushes hard on the app router approach, the ability to use the filesystem to provide API structure, and a new experimental feature: server actions.
π Astro 2.4 just launched with experimental middleware, stronger scoping for CSS, and more.
πThe Amazon Prime Video team wrote about How they saved 90% on their AWS bill by moving from serverless microservices to a monolith. This sparked many heated debates like βserverless is goodβ and βserverless is badβ.
π₯9
π16β€8π1π€©1
Array Methods Explained
Understanding array methods is an important step towards being able to write clean, functional code, and it opens doors to more powerful techniques of functional and reactive programming.
Aleksandrs Bogackins
Understanding array methods is an important step towards being able to write clean, functional code, and it opens doors to more powerful techniques of functional and reactive programming.
Aleksandrs Bogackins
β€24π3
π19β€2
π Issue 4 / 11.05.2023
π The JavaScript Ecosystem Is Delightfully Weird
Bear with me, instead of starting with how JavaScript ecosystem is weird, I'm going to start with why the JavaScript ecosystem is weird.
SAM RUBY
π The New JavaScript Features Coming in ECMAScript 2023
The next JavaScript update brings smaller additions familiar from other languages, but there are more significant developments in the wings.
MARY BRANSCOMBE
Β©οΈNODE.JS WEEKLY
π The JavaScript Ecosystem Is Delightfully Weird
Bear with me, instead of starting with how JavaScript ecosystem is weird, I'm going to start with why the JavaScript ecosystem is weird.
SAM RUBY
π The New JavaScript Features Coming in ECMAScript 2023
The next JavaScript update brings smaller additions familiar from other languages, but there are more significant developments in the wings.
MARY BRANSCOMBE
Β©οΈNODE.JS WEEKLY
β€3π3π₯3β‘1
IN BRIEF
π React now has official 'canary' releases if you want to use newer features than in the stable releases but still be on an officially supported channel.
π Newly released Firefox 113 lets you override JS files in its debugger.
π Svelte is converting from TypeScript to JSDoc ...
π React now has official 'canary' releases if you want to use newer features than in the stable releases but still be on an officially supported channel.
π Newly released Firefox 113 lets you override JS files in its debugger.
π Svelte is converting from TypeScript to JSDoc ...
ARTICLES & TUTORIALS
π ES2023 introduces new array copying methods to JavaScript
The newest ECMAScript spec introduces some new methods on Array that youβll eventually find useful in your own programs. Phil gives us the tour.
PHIL NASH
π JS private class fields considered harmful
As a library author, Iβve decided to avoid private class fields from now on and gradually refactor them out of my existing libraries.
LEA VEROU
π¬ I'm Done With React
Going from least-to-most important, the reasons this developer isnβt choosing React for future projects make for interesting watching, particularly if you too are overwhelmed by upheaval in the React world. Solid is one of the alternatives he has warmed to.
ADAM ELMORE
π Running JavaScript in Rust with Deno
Denoβs use of Rust makes it a natural choice if youβre building a Rust app and want to integrate a JavaScript engine.
AUSTIN POOR
π ES2023 introduces new array copying methods to JavaScript
The newest ECMAScript spec introduces some new methods on Array that youβll eventually find useful in your own programs. Phil gives us the tour.
PHIL NASH
π JS private class fields considered harmful
As a library author, Iβve decided to avoid private class fields from now on and gradually refactor them out of my existing libraries.
LEA VEROU
π¬ I'm Done With React
Going from least-to-most important, the reasons this developer isnβt choosing React for future projects make for interesting watching, particularly if you too are overwhelmed by upheaval in the React world. Solid is one of the alternatives he has warmed to.
ADAM ELMORE
π Running JavaScript in Rust with Deno
Denoβs use of Rust makes it a natural choice if youβre building a Rust app and want to integrate a JavaScript engine.
AUSTIN POOR
π7π2