en
Feedback
JavaScript Daily

JavaScript Daily

Open in 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.

Show more
The country is not specifiedTechnologies & Applications7 299

📈 Analytical overview of Telegram channel JavaScript Daily

Channel JavaScript Daily (@javascriptdaily) in the English language segment is an active participant. Currently, the community unites 13 265 subscribers, ranking 7 299 in the Technologies & Applications category.

📊 Audience metrics and dynamics

Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 13 265 subscribers.

According to the latest data from 03 December, 2024, the channel demonstrates stable activity. Although there has been a change in the number of participants by 0 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 0%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.

📝 Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
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...

Thanks to the high frequency of updates (latest data received on 04 December, 2024), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

13 265
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
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?