JavaScript
32K subscribers
1.03K photos
10 videos
33 files
714 links
A resourceful newsletter featuring the latest and most important news, articles, books and updates in the world of #javascript ๐Ÿš€ Don't miss our Quizzes!

Let's chat: @nairihar
Download Telegram
๐Ÿ‘€ ESLint v9.10.0 released

We just pushed ESLint v9.10.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.

- Types now included

eslint
Please open Telegram to view this post
VIEW IN TELEGRAM
2๐Ÿ‘11๐Ÿ”ฅ3โค1
nodejs_web_development_fifth_edition.pdf
7.1 MB
๐Ÿ“Œ Node.js Web Development Fifth Edition

Server-side web development made easy with Node 14 using practical examples

David Herron
Please open Telegram to view this post
VIEW IN TELEGRAM
2๐Ÿ‘8โค4๐Ÿ”ฅ3
โœŒ๏ธ The State of ES5 on the Web

Some of the earlier JavaScript build tools focused on allowing developers to write modern JavaScript code that could still run on the browsers of the time by compiling code down to ES5. Time has moved on, but have the tools or popular libraries? Philip investigates, and shares some recommendations.

Philip Walton
Please open Telegram to view this post
VIEW IN TELEGRAM
4๐Ÿ‘8โค1๐Ÿ”ฅ1
Professional_JavaScript_for_Web_Developers_4th_Edition.pdf
19.5 MB
๐Ÿ“Œ PROFESSIONAL JAVASCRIPTยฎ FOR WEB DEVELOPERS

A comprehensive guide to mastering JavaScript for building dynamic, modern web applications.

Matt Frisbie
Please open Telegram to view this post
VIEW IN TELEGRAM
2๐Ÿ‘18๐Ÿ”ฅ5โค4
Fullstack React: The Complete Guide to ReactJS and Friends

Stop wasting your time learning React with incomplete and confusing tutorials. There are so many incorrect, confusing, and out-of-date blog articles One tutorial says one thing and another says something completely different. ...

Anthony Accomazzo, Nate Murray, Ari Lerner
2โค13๐Ÿ”ฅ3๐Ÿ‘2
๐ŸŒฒ nano-spawn: Tiny Execa-Inspired Process Execution

If youโ€™re familiar with Sindreโ€™s powerful Execa for running commands from a Node app in a robust manner, nano-spawn offers its core functionality in a smaller package and remains a better option than child_process in any case.

Sindre Sorhus and ehmicky
Please open Telegram to view this post
VIEW IN TELEGRAM
2๐Ÿ‘4โค2๐Ÿ”ฅ1
rest-api-development-with-node-js.pdf
6.4 MB
๐Ÿ“Œ REST API Development with Node.js

Manage and Understand the Full Capabilities
of Successful REST Development

Fernando Doglio
Please open Telegram to view this post
VIEW IN TELEGRAM
2๐Ÿ‘15โค4๐Ÿ”ฅ3
Eloquent_JavaScript.pdf
2.3 MB
๐Ÿ“Œ ELOQUENT JAVASCRIPT

A Modern Introduction to Programming

Marijn Haverbeke
Please open Telegram to view this post
VIEW IN TELEGRAM
โค11๐Ÿ‘6๐Ÿค”2
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘10โค4๐Ÿ”ฅ4
Full_Stack_Serverless_Modern_Application_Development_with_React.pdf
4.7 MB
๐Ÿ“Œ Full Stack Serverless

Modern Application Development with React, AWS, and GraphQL

Nader Dabit
Please open Telegram to view this post
VIEW IN TELEGRAM
2โค4๐Ÿ‘3๐Ÿ”ฅ2
๐Ÿ“Œ 'Oracle, Itโ€™s Time to Free JavaScript.'

Itโ€™s long been a bone of contention that Oracle owns the trademark for โ€˜JavaScriptโ€™ (we put out a call two years ago) but this marks the first serious effort to try and change that, including petitioning the USPTO, if necessary. You can support the effort by signing this open letter, joining a vast array of JavaScript luminaries.

The JavaScript Community
Please open Telegram to view this post
VIEW IN TELEGRAM
2๐Ÿ‘13โค5๐Ÿ”ฅ3
real-nextjs-scalable-performance.pdf
8.9 MB
๐Ÿ“Œ Real-World Next.js

Build scalable, high-performance, and modern web applications using Next.js, the React framework for production

Michele Riva
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘11โค2๐Ÿ”ฅ2
โ€ผ๏ธ โœŒ๏ธ Hey! Weโ€™re excited to offer 3 FREE FULL ACCESS tickets (worth $149 each) to the JavaScript online conference organized by Geekle!

To participate, simply enter your email for a chance to win.

Weโ€™ll announce the 3 lucky winners tomorrow on our channel, selected randomly. Donโ€™t miss out on this amazing opportunity!

Join us here: https://t.me/javascript

Check out the event details here: https://events.geekle.us/javascript/
Please open Telegram to view this post
VIEW IN TELEGRAM
โค5๐Ÿ‘5๐Ÿ”ฅ1
Media is too big
VIEW IN TELEGRAM
The winners ๐Ÿ•บ ๐Ÿ‘†
Please open Telegram to view this post
VIEW IN TELEGRAM
2โค4๐Ÿ”ฅ4๐Ÿ‘1๐Ÿคฉ1
Proof ๐Ÿคค

Check your emails
Please open Telegram to view this post
VIEW IN TELEGRAM
2๐Ÿคฉ7โค4๐Ÿ‘4๐Ÿ”ฅ3
Please confirm that you have received your ticket and that the email is valid. @nairihar
๐ŸŒ date-fns v4.0 Released with First-Class Time Zones Support

date-fns is a hugely popular and comprehensive suite of 200+ functions for working with dates in JavaScript, and now thereโ€™s first-class time zone support too.

Sasha Koss
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘5โค3๐Ÿ”ฅ2
CHALLENGE โ“


function tag(strings, ...values) {
return strings[0] + values[0] * 2 + strings[1] + values[1] + strings[2];
}

const num1 = 5;
const num2 = 10;

const result = tag`Double ${num1} and add ${num2}!`;

console.log(result);
Please open Telegram to view this post
VIEW IN TELEGRAM
1๐Ÿค”15๐Ÿ‘8โค3๐Ÿ”ฅ3
๐Ÿค”9๐Ÿ‘7
๐Ÿ’Ž Sponsored

๐Ÿš€ Tired of bugs and frontend-backend conflicts?

Our expert devs have created a cutting-edge platform just for IT professionals! ๐ŸŒŸ

๐Ÿ‘‰ Join our Telegram channel to access:

๐Ÿ”น Latest industry news ๐Ÿ“ฐ 
๐Ÿ”น Practical developer tips ๐Ÿ’ก 
๐Ÿ”น Exclusive content on our products & projects ๐Ÿš€

Stay informed about the most relevant tech trends and events. It's both fun and productive here! ๐ŸŽ‰

๐Ÿ‘‰ OneEntry Headless CMS ๐Ÿ‘ˆ

Don't miss out โ€” level up with us! ๐Ÿ”๐Ÿ‘จโ€๐Ÿ’ป
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”ฅ10โค3๐Ÿ‘3