JavaScript Daily
12.5K subscribers
34 photos
2 videos
270 links
Daily JavaScript / JS community news, links and events.

"First, software ate the world, the web ate software, and JavaScript ate the web."

'JavaScript' is a trademark of Oracle Corporation in the US. We are not endorsed by or affiliated with Oracle.
Download Telegram
PHP is better with Laravel.

CSS is better with Tailwind.

JavaScript is better with..?
What is your favorite thing in JavaScript?
Computers are becoming more powerful, thanks to GPUs and multi-core CPUs. Equally, applications are getting more complex as they leverage threads (independent execution units in a process) for maximum application performance and responsiveness.

In this article, we will explain what multithreading is, and how Node.js handles asynchronous operations using the event loop and worker pools. We'll also discuss how to use the Node.js worker-threads module to create and manage threads.

Let's get started!



https://blog.appsignal.com/2022/07/20/an-introduction-to-multithreading-in-nodejs.html
What did JavaScript promise you?
How difficult is JavaScript?

Suggest a number randomly from 0(most easy) to 10(most difficult),
and tell how difficult is this ?
Did you use Memoization in JavaScript ?

In a nutshell, Memoization is a programming technique which allows you to reduce the function’s time cost for space cost. That is, the functions which are memoized gain speed for a higher use of memory space.

https://betterprogramming.pub/understanding-javascript-typescript-memoization-6e0333b62406
Python has 🐍
PHP has 🐘

What's your emoji for JavaScript?
Evil, Chaotic, Screaming... but still mine. 😅
JavaScript is here to make you feel better.
As 2022 ends, we will start looking forward to 2023. The JavaScript world is evolving quickly, and there are lots of growing projects, some of which deserve your attention, and some that do not. In this article, we will look at six JavaScript projects to watch in 2023.

https://byteofdev.com/posts/javascript-projects-2022/
State of JS 2022

2022.stateofjs.com
Develop desktop apps from websites, using system installed browsers and NodeJS.

https://gluonjs.org/
Did JavaScript just got faster ?

Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch to focus on three main things:
- Start fast (it has the edge in mind).
- New levels of performance (extending JavaScriptCore, the engine).
- Being a great and complete tool (bundler, transpiler, package manager).

Bun uses the JavaScriptCore engine(WebKit), which tends to start and perform a little faster than more traditional choices like V8.

Bun is written in Zig, a low-level programming language with manual memory management.

Most of Bun is written from scratch including the JSX/TypeScript transpiler, npm client, bundler, SQLite client, HTTP client, WebSocket client and more.

https://bun.sh/


🔥 Follow @javascriptdaily 🔥