JavaScript Room - all about web dev
Відкрити в Telegram
Blog about web development - news, tips & tricks and more… #webdevelopment, #frontend #programming #programmer #webdev #webdeveloper #backend #nodejs #javascript #tech #typescript Join our dev chat: @room_js_chat
Показати більшеКраїна не вказанаТехнології та додатки73 651
640
Підписники
+124 години
-37 днів
+2830 днів
Архів дописів
‼️ Something important to keep in mind when working with events in Node.js. This video demonstrates a simple example of potential memory leaks in case of asynchronous event handlers.
https://youtube.com/watch?v=Ra7Ji9LmG9o
#webdev #webdevelopment #nodejs #webdeveloper #javascript #typescript #backend
Getting back to Bun that recently released a stable version. Just found a large curated list of related resources.
You can find there several alternatives to Express.js built on Bun. One of the hottest seems to be Elysia.js
Check it out on GitHub:
https://github.com/oven-sh/awesome-bun
Elysia.js: https://elysiajs.com/
#webdev #webdevelopment #webdeveloper #javascript #typescript #programming
If you want to improve your knowledge of TypeScript here's a great set of articles for Advanced TypeScript. I promise you will pick up something new.
https://fettblog.eu/advanced-typescript-guide/
#typescript #javascript #webdev #nodejs #webdeveloper #webdevelopment #programming
Google has released Chirp - its “next generation of speech-to-text models”.
It’s available in the Speech-to-Text API v2. You can leverage it like any other model.
Chirp processes speech in much larger chunks than other models do, meaning it might not be suitable for true, real-time use.
Unfortunately, no JavaScript support yet. Only Python SDK is available so far.
https://cloud.google.com/speech-to-text/v2/docs/chirp-model
The first stable version of Bun has been released. It’s another JavaScript server environment like Node.js and Deno. According to the tests it’s much faster and more performant 🔥 Have you tried it already?
https://bun.sh/blog/bun-v1.0
#webdev #nodejs #javascript #typescript #programmer #webdeveloper #webdevelopment #reactjs
Node.js starts supporting env config files out of the box. Finally!
https://www.infoworld.com/article/3706095/nodejs-upgrade-adds-environment-variable-config.html
[Node.js] Prefixed Node.js core modules are available now in Node.js v 18+. A stricter and safer way of importing node core modules.
.
#nodejs #javascript #typescript #backend #webdev #webdevelopment #webdeveloper
[JavaScript] Promise Pools - an advanced pattern to use asynchronous actions in more flexible way. Great replacement of the Promise.all() method when you need to configure a concurrency limit.
.
#javascript #typescript #nodejs #backend #webdeveloper #webdevelopment #programmer
[JavaScript] Quick tip on improving error handling. Use the property cause to refer to the initial error or just to pass any context when throwing an error. This prop is optional, and it’s missing if you don’t pass anything. Also, it’s important to mention that it’s currently not supported by the Opera browser. All other browsers support it.
.
#javascript #programmer #typescript #webdev #webdeveloper #frontend #backend #nodejs
[JavaScript] Quick tip on finding the last element in an array that matches your criteria. lastFind() method works the best here. It became available not that long ago, but already well supported by browsers. So you can use it safely now.
.
#javascript #jsdeveloper #webdev #webdeveloper #webdevelopment #nodejs #programmer #frontend
[JavaScript] A quick tip on the relatively new method at() in #javascript. See how it can improve your code too!
.
#frontend #backend #typescript #nodejs #webdev #webdeveloper
