Hi Folks, I’m super excited that I will try starting a live coding channel on Twitch: I’ll be live next Thursday at 16:00 UTC! This edition packs a few releases and articles I found interesting!
Check out matteocollina stream schedule, and set reminders so you don’t miss out!
|
The talk recordings of NodeConf.eu are now available on YouTube! Here is mine:
|
I would never use an ORM - Matteo Collina | NodeConf EU 2022 |
On November 10th I will speak at JetBrains JavaScript Day 2022 and present Platformatic DB!
JetBrains JavaScript Day is a free online event with talks about JavaScript and related technologies. Join us on November 10!
|
- watch mode
- add default value option to parsearg
- Early Hints support
- Improve the performance of AbortSignal by making it non-transferable
This Node.js release include a few new features:
- watch mode
- add default value option to parsearg
- Early Hints support
- Improve the performance of AbortSignal by making it non-transferable
|
Did you know you can support ESM named imports without converting your module to ESM? It’s extremely simple and it improves the developer experience of ESM users without breaking your existing commonjs users. Read up the excellent explanation:
This blog post explores how to write CommonJS modules so that their exports can be name-imported from ESM modules on Node.js. How to import CommonJS modules from ESM modules This is what the Node.js documentation says about this topic:
|
TypeScript is already 10 years old? It’s almost incredible! Read up this reflection from the TS team:
Today is TypeScript’s birthday! But this birthday is a special one – 10 years ago today, on October 1st, 2012, TypeScript was unveiled publicly for the first time. The Early Days
|
How many deadlines have you met? How many did you not meet?
Deadlines are the bane of every software engineer’s existence. We’ve all been there: the project is “due” in two weeks, and we’re nowhere near done. So we pull all-nighters, do poor testing, and cut corners just to get it done.
|
In the span of a few months, the lerna project “died” (read https://blog.nrwl.io/lerna-is-dead-long-live-lerna-61259f97dbd9) and is now reborn!
|
|
Logging, on its own, is a key aspect of any application. Logging helps developers comprehend what it is that their code is doing. It also helps save developers hours of debugging work.
|
|
Logging, on its own, is a key aspect of any application. Logging helps developers comprehend what it is that their code is doing. It also helps save developers hours of debugging work.
|