es
Feedback
JavaScript Daily

JavaScript Daily

Ir al canal en Telegram

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.

Mostrar más
El país no está especificadoTecnologías y Aplicaciones7 299

📈 Análisis del canal de Telegram JavaScript Daily

El canal JavaScript Daily (@javascriptdaily) en el segmento lingüístico de Inglés es un actor destacado. Actualmente la comunidad reúne a 13 265 suscriptores, ocupando la posición 7 299 en la categoría Tecnologías y Aplicaciones.

📊 Métricas de audiencia y dinámica

Desde su creación el невідомо, el proyecto ha mostrado un crecimiento acelerado, reuniendo a 13 265 suscriptores.

Según los últimos datos del 03 diciembre, 2024, el canal mantiene una actividad estable. En los últimos 30 días la variación de miembros fue de 0, y en las últimas 24 horas de 0, conservando un alto alcance.

  • Estado de verificación: No verificado
  • Tasa de interacción (ER): El promedio de interacción de la audiencia es 0%. Durante las primeras 24 horas tras publicar, el contenido suele obtener N/A% de reacciones respecto al total de suscriptores.
  • Alcance de las publicaciones: Cada publicación recibe en promedio 0 visualizaciones. En el primer día suele acumular 0 visualizaciones.
  • Reacciones e interacción: La audiencia responde de forma activa: el promedio de reacciones por publicación es 0.

📝 Descripción y política de contenido

El autor describe el recurso como un espacio para expresar opiniones subjetivas:
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...

Gracias a la alta frecuencia de actualizaciones (últimos datos recibidos el 04 diciembre, 2024), el canal mantiene la vigencia y un amplio alcance. La analítica demuestra que la audiencia interactúa activamente con el contenido, lo que lo convierte en un punto de referencia dentro de la categoría Tecnologías y Aplicaciones.

13 265
Suscriptores
Sin datos24 horas
Sin datos7 días
Sin datos30 días
Archivo de publicaciones
Did JavaScript just got faster ? Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch to focus on
+2
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/

Introducing the WebAssembly JavaScript Promise Integration API v8.dev/blog/jspi

Develop desktop apps from websites, using system installed browsers and NodeJS. https://gluonjs.org/

State of JS 2022 2022.stateofjs.com
State of JS 2022 2022.stateofjs.com

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/

JavaScript is here to make you feel better.
JavaScript is here to make you feel better.

Evil, Chaotic, Screaming... but still mine. 😅
Evil, Chaotic, Screaming... but still mine. 😅

Python has 🐍 PHP has 🐘 What's your emoji for JavaScript?

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

How difficult is JavaScript? Suggest a number randomly from 0(most easy) to 10(most difficult), and tell how difficult is this ?

What did JavaScript promise you?

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 is your favorite thing in JavaScript?

PHP is better with Laravel. CSS is better with Tailwind. JavaScript is better with..?

Fresh uses a different model: one where you ship 0 KB of JS to clients by default. https://deno.com/blog/fresh-is-stable

[OLD] ECMA License(doesn't allow forks) ⬇️ [NEW] Document and Software License(permissive, allows forks) https://hacks.mozilla.org/2022/06/the-specification-for-javascript-has-a-new-license/

📢 WebContainers are now officially supported in Firefox, desktop & mobile! You can now build Node.js apps directly in the browser using Firefox and debug them natively with FirefoxDevTools 🔥 > Use the Web to Build the Web! < https://blog.stackblitz.com/posts/webcontainers-are-now-supported-on-firefox/

Quasar is an open-source Vue.js based framework, which allows you as a web developer to quickly create responsive websites/apps in many flavours: - SPAs (Single Page App) - SSR (Server-side Rendered App) (+ optional PWA client takeover) - PWAs (Progressive Web App) - BEX (Browser Extension) - Mobile Apps (Android, iOS, …) through Cordova or Capacitor - Multi-platform Desktop Apps (using Electron) Quasar’s motto is: write code once and simultaneously deploy it as a website, a Mobile App and/or an Electron App. Yes, one codebase for all of them, helping you develop an app in record time by using a state-of-the-art CLI and backed by best-practice, blazing fast Quasar web components. When using Quasar, you won’t need additional heavy libraries like Hammer.js, Moment.js or Bootstrap. It’s got those needs covered internally, and all with a small footprint! https://quasar.dev/