FrontEnd Development
25.7K subscribers
142 photos
1 video
7.8K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое.

Администратор: @andrey2019
Download Telegram
Setting up an Express.js App with TypeScript in 2024

This hour-long video doesn’t focus on building an Express.js app itself, but on getting everything set up and working in a very clear, easy to follow way with a variety of modern - https://www.youtube.com/watch?v=Be7X6QJusJA

#nodejs
__dirname is Back in Node with ES Modules

In an ES module, instead of using __dirname or __filename, you can now use import.meta.dirname and import.meta.filename - https://www.sonarsource.com/blog/dirname-node-js-es-modules/

#nodejs
Migrating 500+ Tests from Mocha to Node.js

A quick retrospective of how the Astro team migrated more than 500 test suites from Mocha to the Node.js test runner. - https://astro.build/blog/node-test-migration/

#nodejs
How to Implement Rate Limiting in Express.js

A practical walk through a simple setup. A viable option against certain bots and users, though not a universal solution for DDoS or determined attackers. - https://blog.appsignal.com/2024/04/03/how-to-implement-rate-limiting-in-express-for-nodejs.html

#nodejs
A Trip Report from the Latest Node.js Collaboration Summit

Twice a year, Node's collaborators and community members meet at collaboration summits to share knowledge, discuss problems, and flesh out new ideas. The last one took place in London earlier this month and featured discussion on Node’s HTTP stack, a new node --run feature, ES modules support, package management, and more. A good update! - https://nodejs.org/en/blog/events/collab-summit-2024-london

#nodejs
An Introduction to the Node.js Performance API

The perf_hooks module provides a subset of the W3C Web Performance APIs and additional APIs for Node-specific perf measurements. This guide shows how to use several of its features. - https://betterstack.com/community/guides/scaling-nodejs/performance-apis/

#nodejs
The April 10 Node.js Security Releases

Another week, another set of security releases, made up of v18.20.2 (LTS), v20.12.2 (LTS), and v21.7.3 (Current). The main issue relates to a command injection vulnerability on Windows. - https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2

#nodejs