uk
Feedback
JavaScript Daily

JavaScript Daily

Відкрити в 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.

Показати більше
Країна не вказанаТехнології та додатки7 299

📈 Аналітичний огляд Telegram-каналу JavaScript Daily

Канал JavaScript Daily (@javascriptdaily) у мовному сегменті Англійська є активним учасником. На даний момент спільнота об'єднує 13 265 підписників, посідаючи 7 299 місце в категорії Технології та додатки.

📊 Показники аудиторії та динаміка

З моменту свого створення невідомо, проект продемонстрував стрімке зростання, зібравши аудиторію у 13 265 підписників.

За останніми даними від 03 грудня, 2024, канал демонструє стабільну активність. Хоча за останні 30 днів спостерігається зміна кількості учасників на 0, а за останні 24 години на 0, загальне охоплення залишається високим.

  • Статус верифікації: Не верифікований
  • Рівень залученості (ER): Середній показник залученості аудиторії становить 0%. Протягом перших 24 годин після публікації контент зазвичай збирає N/A% реакцій від загальної кількості підписників.
  • Охоплення публікацій: В середньому кожен допис отримує 0 переглядів. Протягом першої доби публікація в середньому набирає 0 переглядів.
  • Реакції та взаємодія: Аудиторія активно підтримує контент: середня кількість реакцій на один пост – 0.

📝 Опис та контентна політика

Автор описує ресурс як майданчик для висловлення суб'єктивної думки:
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...

Завдяки високій частоті оновлень (останні дані отримано 04 грудня, 2024), канал підтримує актуальність та високий рівень охоплення публікацій. Аналітика показує, що аудиторія активно взаємодіє з контентом, що робить його важливою точкою впливу в категорії Технології та додатки.

13 265
Підписники
Немає даних24 години
Немає даних7 днів
Немає даних30 день
Архів дописів
Today, Cloudflare – in partnership with Vercel, Shopify, and individual core contributors to both Node.js and Deno – is announcing the establishment of a new Community Group for Web-interoperable JavaScript runtimes. https://blog.cloudflare.com/introducing-the-wintercg/

This one weird trick reduced a JavaScript library from 160MB to 64KB 🤯 https://twitter.com/Swizec/status/1519708770707939329
This one weird trick reduced a JavaScript library from 160MB to 64KB 🤯 https://twitter.com/Swizec/status/1519708770707939329

ECMAScript excitement 😉 This week TC39 advanced these proposals 🎉 3️⃣ Change Array by Copy 3️⃣ Decorators 3️⃣ RegExp set notation + string props 2️⃣ Decorators metadata 1️⃣ Function.prototype.once() 1️⃣ Intl units conversion 1️⃣ Intl.MessageFormat 1️⃣ Type Annotations

Updates from the 89th TC39 meeting There were several items on the agenda, this post focuses on feature proposals and their progress from the meeting that was held between March 28th-31st, 2022. https://dev.to/hemanth/updates-from-the-89th-tc39-meeting-5bkf

A boilerplate for Node.js web applications. https://github.com/sahat/hackathon-starter

ECMAScript excitement 😉 https://github.com/tc39/proposal-decorators Congrats to https://twitter.com/pzuraq on advancing TC39 proposal Decorators to Stage 3 🎉 This is conditional advancement based on separating out metadata into a follow-on proposal.

Create your own text editor for websites/blogs you are building. How do text typing and editing work on the web? Although this process might seem straightforward, there is a lot of technical nuance behind its apparent simplicity. This article looks at how typing on the web works. https://www.smashingmagazine.com/2022/02/develop-text-editor-web/

The ECMAScript Language specification (aka. the JavaScript specification, or ECMA-262) is a great resource for learning the intricacies of how JavaScript works. However, it is a huge text that can be confusing and intimidating at first. This document aims to make it easier to get started with reading the best JavaScript language reference available. https://timothygu.me/es-howto/

photo content

In this blog post, you can find a list and description of dependencies and other host Specs inside package.json. https://nodesource.com/blog/understanding-dependencies-inside-your-packagejson

Pipeline operators are an upcoming feature to Javascript which gives us another way to pass values through a series of transformations. It gives more context to what developers were trying to achieve when they wrote their code, and allow us to do some cool things to boot. Here, we'll take a quick look at pipeline operators, how they work, and how you can use them today. https://dev.to/smpnjn/future-javascript-javascript-pipeline-operators-5jj

We now have 8000+ followers 🎉

photo content

The package.json file is the key element of any Node project. It records important metadata about a project which is required before publishing to NPM, and also defines functional attributes of a project that npm uses to install dependencies, run scripts, and identify the entry point to our package. https://nodesource.com/blog/the-basics-of-package-json

Deno is a JavaScript and TypeScript runtime similar to Node.js, built on Rust and the V8 JavaScript engine. It was created by Ryan Dahl, the original inventor of Node.js, to counter mistakes he made when he originally designed and released Node.js back in 2009. https://blog.appsignal.com/2022/02/09/an-introduction-to-deno-is-it-better-than-nodejs.html

'Fetch' is coming to nodejs 🎉 Bye bye node-fetch and axios! 👋
'Fetch' is coming to nodejs 🎉 Bye bye node-fetch and axios! 👋

JavaScript solved the mystery.
JavaScript solved the mystery.

Top 5 JavaScript Frameworks for web developers in 2021 1. Vuejs (🌟 190k) 2. React (🌟 177k) 3. Angular (🌟 77.5k) 4. Next (🌟 76.1k) 5. jQuery (🌟 55.5k) 6. Svelte (🌟 51.9k) Which one is your favorite?