JavaScript
32.1K subscribers
1.04K photos
10 videos
33 files
723 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
❓ CHALLENGE #95
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘5
What is the output?
Anonymous Quiz
21%
1 1 2
17%
2 1 2
62%
2 2 2
πŸ€”21❀7πŸ”₯4🀣1
πŸ“Œ Issue 28 / 04.08.2023


πŸ“„ A Tale of Evading JavaScript Anti-Debugging Techniques

When you’re poking around debugging code written and distributed by a third party, there might be some sneaky traps thrown in your path to prevent your usual techniques from working. What next? Disable breakpoints in DevTools? Use a proxy? What about.. recompiling your entire browser? πŸ˜†

VERITAS


πŸ“„ VanJS 1.0: A 1KB Reactive UI Framework Without React/JSX

VanJS is particularly light and elegant, and its author has put some serious effort into documenting it and offering tools to convert your HTML to its custom format. This week’s v1.0 release is a relatively big step forward for what is still a young project. GitHub repo.

TAO XIN


πŸ‰ dnt: A Tool to Publish a Hybrid npm Module for ESM and CommonJS

From the Deno team comes a tool that lets you write modules in JavaScript or TypeScript and then transforms them to support CommonJS, ESM, browsers, Deno, Node, and more.

ANDY JIANG (DENO)


©️JS WEEKLY
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘6πŸ”₯3❀2
CHALLENGE #96
πŸ‘1
What is the output?
Anonymous Quiz
20%
7
23%
8
36%
Aug
21%
August
πŸ‘8πŸ”₯5πŸ€”4❀1🀣1
πŸ†’ Linux's new and shiny asynchronous I/O technology, io_uring, is based on completions rather than readiness, and it boasts support for all file descriptors.

linux: introduce io_uring support #3952

Prototype using io_uring for true async fs I/O in libuv/Node.js
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯5❀2πŸ‘1
CHALLENGE #97
πŸ”₯9🀣8πŸ‘3❀2
➑️Full Stack Serverless (2020)
Modern Application Development with React, AWS, and GraphQL

Cloud computing is typically associated with backend development and DevOps. But with the rise of serverless technologies and a new generation of services and frameworks, frontend and mobile developers ...

Nader Dabit
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘9πŸ”₯5❀1
CHALLENGE #98
❀1
What is the output?
Anonymous Quiz
16%
24
25%
48
42%
12
17%
0
πŸ€”17πŸ‘4❀2πŸ”₯1
➑️Mastering React Test-Driven Development (2022)

Learn test-driven and behavior-driven development techniques that will give you greater confidence when building React applications key features. Explore the TDD process, how it works, and why it will help ...

Daniel Irvine
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘9πŸ”₯6❀3
CHALLENGE #99
🀣10πŸ€”1
What is the output?
Anonymous Quiz
57%
deleted
43%
not deleted
πŸ”₯9πŸ‘4🀣4πŸ€”3❀2
πŸ‘€ How to Build a Drag-and-Drop Kanban Board

A complete screencast walkthrough of using React to build a Trello-like app based around the familiar Kanban board pattern. It also serves as an introduction to the dnd-kit drag-and-drop toolkit.

KLITON BARE
Please open Telegram to view this post
VIEW IN TELEGRAM
❀5πŸ‘3πŸ”₯3
CHALLENGE #100
πŸ€”1
πŸ‘20πŸ€”13❀2🀣11
πŸ“Œ Issue 29 / 09.08.2023


πŸ“„ npmgraph: A Way to Visualize Dependency Graphs

Give this Web-based tool one or more package names (or a package.json of your own) and you can see a visualization of the dependency graphs for those packages, including where they intersect. Packages can be colored by various criteria (such as number of maintainers) and you can download a SVG of the resulting graphs to paste into your reports and presentations if you like scaring people that way. There’s a lot more to this tool than meets the eye so have a play.

KIEFFER, BRIGANTE, ET AL.


πŸ“„ A Compilation of Outstanding JS Testing Articles

Since we’re taking a couple of weeks off, you might be keen to have some Node related reading stacked up, and Yoni delivers with his opinionated list of 10 outstanding testing articles, all with a Node slant to them. He also mentions his own list of JavaScript and Node.js Testing Best Practices which is worth revisiting too.

YONI GOLDBERG


©️NODE.JS WEEKLY
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘5❀2πŸ”₯2
CHALLENGE #101