NodeJS Evolves

  Рет қаралды 7,213

Syntax

Syntax

Күн бұрын

Пікірлер
@karlstenator
@karlstenator 5 ай бұрын
I'm a big fan of node SQLite, Environment and Watch. Approaching node is so much easier now for new comers with these features.
@cg219
@cg219 5 ай бұрын
Scott you're talking about Channels (Go Pipe in the Podcast). Its a concurrency primative. It would be more similar to streams in JS but 100x better.
@robertbaindourov134
@robertbaindourov134 5 ай бұрын
Great talk. Exciting to see this thing get patched together into a RAD system for embedded systems, with Typescript support! :)
@TylerTriesTech
@TylerTriesTech 2 ай бұрын
You should have Charlie Marsh on to talk about what he is doing to make Python "just work". In the past he has referenced how he is trying to make the python ecosystem more like TypeScript. Especially with the AI hype where TS/JS devs might be looking at Python it might be a good intro to listeners who have tried python in the past but got frustrated with installation and package management. Charlie created Ruff, a python linter and uv, a python package manager. They are also working on a type checker and LSP
@thedelanyo
@thedelanyo 5 ай бұрын
Sqlite in node, could be used for stuffs like a cache system, probably a direct replacement of redis?
@erikslorenz
@erikslorenz 5 ай бұрын
Vitest has better assertions and such but node test is really quite good and just having no extra dependency is awesome. Plus it’s lightning fast. I don’t use many mocks but spies seem to work fine for me for the occasional use case. Yah no need for anything else except mock service worker for http testing
@JTWebMan
@JTWebMan 5 ай бұрын
Now we just need sqlite in browsers. I hate that it is not there as a feature. I know there are option to get it their but I never understood why browsers decided to not add it.
@weird_wyrd
@weird_wyrd 2 ай бұрын
Squeal gang rise up
@robertbaindourov134
@robertbaindourov134 5 ай бұрын
I just save the file as .mjs extension and it allows ESM import statements vs require statements.
@smallmountain0705
@smallmountain0705 5 ай бұрын
One annoying thing about the way they have implemented the .env support as a node.js command line option: What if you need to call something else that invokes node.js, but you need your .env to be loaded? We use sequelize, for which we have to run migrations using the sequelize CLI. Somewhere deep inside of the sequelize CLI, they invoke node.js on our migration configuration .js file. With dotenv middleware, we can load our environment within that config file. But we have no way to tell the sequelize CLI, "Hey, when you launch node.js on our migration config js file, please pass in this command line option to node.js so that our environment file gets loaded!". So this has blocked us from adopting native .env file handling. There needs to be a mechanism *within your JS code* to load your environment, not *just* a command line option. And, no, NODE_OPTIONS will not work either. That's just another environment variable we have to find a way to guarantee has been set.
@WesBos
@WesBos 5 ай бұрын
I do agree it needs a programatic API. There was talk of being able to put it in NODE_OPTIONS npmrc file, but im not sure that works nor is it a good solution IMO
@mospired
@mospired 5 ай бұрын
node:process comes with a loadEnv function for just that
@WesBos
@WesBos 5 ай бұрын
@@mospired oh perfect! I had missed that
@Stoney_Eagle
@Stoney_Eagle 5 ай бұрын
Ahhhwww but I like being next to other eagles 😢 hehe
The State of JavaScript
1:02:50
Syntax
Рет қаралды 6 М.
Deno 2 with Ryan Dahl
44:32
Syntax
Рет қаралды 21 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Coding Agents Cursor + Windsurf Tips
27:05
Syntax
Рет қаралды 2,3 М.
10 JavaScript changes you missed in 2023
5:56
Fireship
Рет қаралды 723 М.
Linus Torvalds: Speaks on Hype and the Future of AI
9:02
SavvyNik
Рет қаралды 324 М.
Hot New and Under-Utilized Browser APIs
59:24
Syntax
Рет қаралды 6 М.
How JavaScript Ruined the Web
15:02
Eric Murphy
Рет қаралды 119 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 885 М.
The Return of Procedural Programming - Richard Feldman
52:53
ChariotSolutions
Рет қаралды 64 М.