Fresh uses a different model: one where you ship 0 KB of JS to clients by default.
https://deno.com/blog/fresh-is-stable
https://deno.com/blog/fresh-is-stable
Deno
Fresh 1.0 | Deno
Fresh is a new full stack web framework for Deno. By default, Fresh web pages send zero JavaScript to the client.
π31π₯4π3π3π€©2
PHP is better with Laravel.
CSS is better with Tailwind.
JavaScript is better with..?
CSS is better with Tailwind.
JavaScript is better with..?
π44π₯10β€9
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
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
Appsignal
An Introduction to Multithreading in Node.js | AppSignal Blog
Let's dive into multithreading and how to use worker threads in Node.
π35π₯5π4
How difficult is JavaScript?
Suggest a number randomly from 0(most easy) to 10(most difficult),
and tell how difficult is this ?
Suggest a number randomly from 0(most easy) to 10(most difficult),
and tell how difficult is this ?
π39
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
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
Medium
Understanding JavaScript/TypeScript Memoization
A JavaScript and TypeScript tutorial
π41π2
Python has π
PHP has π
What's your emoji for JavaScript?
PHP has π
What's your emoji for JavaScript?
π₯388π€―53π40π21π18π13π13β‘9π9π©9π€¬6
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/
https://byteofdev.com/posts/javascript-projects-2022/
ByteofDev
The 6 JavaScript Projects to watch in 2023
We look over some of the JavaScript projects to watch in 2023.
π27π₯7π―2
π18π1
JavaScript Daily
JS Promises While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready? Promises are becomingβ¦
Introducing the WebAssembly JavaScript Promise Integration API v8.dev/blog/jspi
v8.dev
Introducing the WebAssembly JavaScript Promise Integration API Β· V8
This document introduces JSPI and provides some simple examples to get you started in using it
π6π₯4
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 π₯
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 π₯
π₯21π19β€1π―1
There wouldn't be any need to use Typescript?
https://dev.to/smpnjn/types-may-finally-be-coming-to-javascript-56a2
https://dev.to/smpnjn/types-may-finally-be-coming-to-javascript-56a2
DEV Community
Future Javascript: Types may finally be coming to Javascript
With the promotion of Type Annotations to Proposal Level 1 Stage, Javascript is one step closer to...
π19β€2π₯°2π’1
There has been some buzz recently in the frontend world around the term "Signals". In seemingly short order they seem to be everywhere showing up in everything from Preact to Angular.
But they are not a new thing. Not even remotely if you consider you can trace roots back to research in the late 1960s. At its foundation is the same modeling that enabled the first electronic spreadsheets and hardware description languages (like Verilog and VHDL).
Even in JavaScript, we've had them since the dawn of declarative JavaScript Frameworks. They've carried various names over time and come in and out of popularity over the years. But here we are again, and it is a good time to give a bit more context on how and why.
π₯ Follow @javascriptdaily π₯
https://dev.to/this-is-learning/the-evolution-of-signals-in-javascript-8ob
But they are not a new thing. Not even remotely if you consider you can trace roots back to research in the late 1960s. At its foundation is the same modeling that enabled the first electronic spreadsheets and hardware description languages (like Verilog and VHDL).
Even in JavaScript, we've had them since the dawn of declarative JavaScript Frameworks. They've carried various names over time and come in and out of popularity over the years. But here we are again, and it is a good time to give a bit more context on how and why.
π₯ Follow @javascriptdaily π₯
https://dev.to/this-is-learning/the-evolution-of-signals-in-javascript-8ob
DEV Community
The Evolution of Signals in JavaScript
There has been some buzz recently in the frontend world around the term "Signals". In seemingly short...
π8β€1π’1