no it doesnt, deno executable is already massive so saving a few megabytes without using node modules is useless. if you want lightweight then you wouldnt code in javascript at the first place
The character in logo looks like a worm. Though, I rechecked, the previous one also looked like a worm... They are unable to draw an appealing dinosaur :(
I mean I get it, but at some point it becomes a self-fulfilling prophecy because everybody stops even trying to unify anything. If you try to unify the ecosystem but fail, you haven't caused more damage to the ecosystem. But if nobody ever tries, you guarantee that it will never be done.
Been to Split and Omiš this year on our honeymoon, I recognized the Rivia in the video immediately! Also went to Pučišća by ship. Beautiful places, never forget! Hello from Hungary, neighbor 👋 (I don't get why we don't have Ćevapčići here, that's like my top 1 food from the time we spent in Croatia)
@@csondika haha it's because ćevapi come from Bosnia, and you're not neighbour with them :D Jokes aside, Croatia is incredibly beautiful. I highly recommend anyone to visit it at least once 😁
I love Deno. Always have. Bun is great too, but I never felt like I got any benefit from using it over node, especially since I couldn't use it on windows for a long time. Deno was my go-to for building scripts that I carried with me across platforms, kinda like a home-grown chef cookbook that I knew would just work wherever I used it. No downloading python, no fidgeting with bash scripts and batch scripts, just a single executable on a flash drive doing everything I need. Plus, dinosaurs are cool.
CLI scripting languages will evolve into web dev languages (Python, Perl) Web dev languages will evolve into CLI scripting languages (JS) And then there's PHP.... 💀
When I saw the Deno commercial I downloaded it for the first time and tried the compile function and I've been hooked since. It is fun to play around with.
For me, the biggest feature of Deno is the ability to automatically import packages from URLs (so I can have one-file minimal examples for bugreports and such). It's not v2 change, but I think still worth mentioning.
Except that's just wrong? Look up "nodejs standard library" or "nodejs api" and you'll see it has a lot of builtin modules. Deno probably has more, but node's aren't inadequate either.
Node has pretty much all the modules a standard library needs built-in. Networking, filesystem, encryption, streams, hardware operations, etc. They're definitely missing a lot of utilities though like proper parsers, string helpers, etc. but that's not really the purpose of a standard library anyways and most of the web apis are already fulfilling those needs (like internationalization, additional primitives such as dates and whatnot, regular expression, etc.) To me the reason why Deno is such a breeze to work with is because of how convenient it is. You don't spend hours fighting with 3rd party tooling. Kind of like Vue being better than React.
Coming from Python and PHP. Yesterday I wanted to give TypeScript a try and I coded an API in TypeScript with Deno 2.0 and what can I say … its really Great!
@@datoubipython is fine for scripting and I'd rather use requests library than fetch api for simple http services and web scraping. Laravel is also very good.
Since these other numbnuts only gave useless negativity that no one asked for, here is a positive comment: Great that you found a technology you enjoyed! Keep trying stuff and have an open mindset! Unlike some others..
Both Bun and Deno are making Javacript way cooler. Love the two Bun features you mention at the end, for scripting and embedding C into JS. I'll go with Deno but both seem much better than Node for sure.
ah now i will spend entire day learning how to integrate it with existing frameworks and libraries and then an entire week to work on my personal project that i won't touch again
Dont feel too bad about goofing the release plan. Your video got the initial hype up for me and got me to look forward for the RC to be done. I think it's the same for other people.
I'm a beginner, and for my Bachelor's (not in CS), I chose deno, mostly for its standard library and typescript support. I feel like it's way more beginner friendly, especially because fetch() is just built in Also the dinosaur mascot is cute
I would love to see a Deno course! I have just started learning to code and I am beginning to feel like it might be painful to jump into Node-especially because I mostly want to build my own stuff rather than work as a hired dev.
FSPro member here. I would appreciate getting my money's worth with a full course of Deno 2. Thank you in advance. P.S. Please don't skimp on the STD's.
Would absolutely love a Deno course if you're considering creating one. Every single thing I'm seeing about Deno is starting to sell me on it, might be time to learn real soon.
I hope it grows even further, I'm pretty sick of working with node's npm/yarn/pnpm problems. I played a bit with Deno and it truly takes away some of the node's bureaucracy, not having to transpile code makes it be very clean.
This just scrambles my brain because it is yet another way of doing things. The JS world is so nuts.... like JS itself there are a billion convoluted ways of doing the same thing. Choose your runtime, choose your framework, choose a billion things and get sucked into dependency hell with the added bonus of having typescript shout at you continuously. Still, all of this is part of the fun with JS.
as a beginner to this javascript ecosystem, I didn't understand 80 % of the video but did find it hilarious and entartaining, The curriculum i am using still recommends node js and using npm packages, so my key take away from here is that deno 2 is better than node js
I've been using Vite with Node.js and I really like Vite so I was wondering if I move to Deno or Bun should I keep using Vite or is Vite obsolete with Deno and Bun?
@@anonymousalexander6005 Yeah, I like Vite but maybe Deno and Bun does the same thing as Vite does? Vite makes TypeScript just work and Deno supposedly does TypeScript too. Vite does these instant page updates but apparently Deno have a built-in watcher too.
@@fred.flintstone4099 No, Deno & Bun don't do the same thing as Vite. They are *runtimes*, and Vite totally can run on both of them. Bun does have some experimental bundling capabilities of its own, but Vite is very robust and feature complete, so unless you have a specific reason to bundle with Bun, you can just stick with Vite.
I’ve just got into js work after being a developer for a few years, and the fact I’m coming in to this release is so much fun because I cannot tell you how much hair pulling I’m not having to go through which makes my coworkers lose their minds
Deno is looking good. Although I did not know that Bun is developing a compiler. I'm messing with Arduino and in that world you're often writing in c code. Which isn't awful, but the idea of being able to take typescript and compile it down to machine code could be pretty cool for the maker community. Again no shade at c, but TS is probably easier for most people
I just googled "std testing", not a single result was about Deno's standard library.
best comment 😂😂
You need some protection 😂😂😂
I love STDs
The fate of Go, C++, and Rust developers, now also shared by Deno developers. 😔
Search results may be personalised.
"All these stds will help solve common problems" he said, unironically.
"Who knew stds could bring so much happiness" - ruclips.net/video/Vj83G4D3oJU/видео.html
I've been using that line for years with no success
Before deno: "these stds are common problems"
After deno: "these stds solve common problems"
Bro is very naive if you think that wasn't an intentional joke.
Just like in Shameless: ruclips.net/video/Vj83G4D3oJU/видео.htmlsi=RMoLMpcE9GGv3XlH&t=269
Bun and Deno solve one of Javascript big problems: a massive node_modules directory because JS doesn't have a standard library
i agree, but tbf pnpm already kinda solves that problem
@@masterflitzer bun is nice too as package manager.
no it doesnt, deno executable is already massive so saving a few megabytes without using node modules is useless. if you want lightweight then you wouldnt code in javascript at the first place
solves big problems ...
like instead of 1 ecosystem of packages... now you have npm📦 and jsr📦
javascript people are literally mentally ill
@@Microphunktv-jb3kj xkcd 927
I will never lose my job, keep releasing JS frameworks faster than GPT can be trained xD
that might be just what we have to do to beat AI, keep making more frameworks.... thanks JS
@@OzzyTheGiant 🚀
But when ChatGPT can learn faster than you, you are screwed.
@@DendrocnideMoroides Don't worry, that stupid thing still doesn't know about many things from 2016, you're safe.
bro thinks that he can learn faster then a f*king AI
A good standard library is so nice. Watching this I could literally feel parts of my brain relaxing
I love the Deno mascot. It's cute. I want to hug it.
It looks like a thumb 😂
how to prevent my self from seeing thumb now 🙂
The character in logo looks like a worm. Though, I rechecked, the previous one also looked like a worm... They are unable to draw an appealing dinosaur :(
Eldenring ptsd
i love that of gleam
We have 15 different standards, we need to unify it under one universal standard.
*some time later*
We have 16 different standards....
Ah yes, I've read that XKCD (927)
@@maxverse :D
😂😂😂😂
relevant XKCD!
I mean I get it, but at some point it becomes a self-fulfilling prophecy because everybody stops even trying to unify anything. If you try to unify the ecosystem but fail, you haven't caused more damage to the ecosystem. But if nobody ever tries, you guarantee that it will never be done.
Deno with the testing and std is reminding me of Go and it's very tempting.
Nah, GO has so many std's. Hard pass
Also built-in formatting
first prototype of Deno was written in Go, then he replaced it with Rust
What? Tempted to get STD?😅
I was skeptical about Deno, but I'm now sold. Now let's appropriate all those features into Node.
Hello from Croatia 👋
And yes, we do, indeed, have a working internet. Jeff simply went to some remote location to think about the next AI video
Hahaha tocno da
i can confirm. way better net than in germany. And better food as well.
Yes, I was just thinking "no wifi" might be the worst excuse I've ever heard.
Been to Split and Omiš this year on our honeymoon, I recognized the Rivia in the video immediately! Also went to Pučišća by ship. Beautiful places, never forget! Hello from Hungary, neighbor 👋 (I don't get why we don't have Ćevapčići here, that's like my top 1 food from the time we spent in Croatia)
@@csondika haha it's because ćevapi come from Bosnia, and you're not neighbour with them :D
Jokes aside, Croatia is incredibly beautiful. I highly recommend anyone to visit it at least once 😁
Yes. Definitely want a full Deno course on Fireship Pro. (Especially getting it to friggin' work with Vite!)
lol ...? there's so many free starter templates out there bro hit the search bar one time
I love Deno. Always have. Bun is great too, but I never felt like I got any benefit from using it over node, especially since I couldn't use it on windows for a long time. Deno was my go-to for building scripts that I carried with me across platforms, kinda like a home-grown chef cookbook that I knew would just work wherever I used it. No downloading python, no fidgeting with bash scripts and batch scripts, just a single executable on a flash drive doing everything I need.
Plus, dinosaurs are cool.
CLI scripting languages will evolve into web dev languages (Python, Perl)
Web dev languages will evolve into CLI scripting languages (JS)
And then there's PHP.... 💀
@@vlc-cosplayerPerl is still worse than all
Deno 2.0 on fireship pro? Yes please.
Please please please please do this. I will pay to get good deno (and Fresh framework) courses.
Pls
why?
@@cryptonativeyou know why, pull the stick out; "ugh i dont wanna learn ugh 😩 im used to node ugh 😩"
@@pookiepats why learn it?
3:00 "I write perfect code that doesn't need to be tested" I nearly spat out my drink.
😂😂😂
That one had me giggle, it's the one right after .. "now let's go write some perfect code" that took me out 🤣🤣
I completely missed that reference to Bun and Next.js. 😂
i like to read this in Homer's voice 😂
"I have a funny story" then cuts directly to an ad segment 🔥😆
uBlock Origin + Sponsorblock
When I saw the Deno commercial I downloaded it for the first time and tried the compile function and I've been hooked since. It is fun to play around with.
6:52 The STDs that you actually want
Imagine hearing this out of context.
Gotta catch them all!
not necessarily the ones you want, but the ones you need.
Came for this
I, personally, would pay for the Deno course. Please make it.
I thought I was the only one that called Nodemon, No Demon
I always opted for the Jamaican approach: "Node, mon!"
I pronounced it like a digimon. But no demon makes sense. Because of daemons
I pronounced it like "no deno" 😂
I always think of Pokémon when I see Nodemon.
80s montage was 🔥
For me, the biggest feature of Deno is the ability to automatically import packages from URLs (so I can have one-file minimal examples for bugreports and such). It's not v2 change, but I think still worth mentioning.
Definitely would love a full deno class, this might be my sign to go all in on JS on the server
A massive standard library sounds so awesome. One of the biggest downsides in my mind to Node is no batteries included at all.
Except that's just wrong? Look up "nodejs standard library" or "nodejs api" and you'll see it has a lot of builtin modules. Deno probably has more, but node's aren't inadequate either.
@@Sv443_ Yea it has added a lot semi recently so my comment is a bit outdated/lacks nuance.
@@BeefIngot not even recently, a lot of them were there from the very beginning, like the assertion (testing) library since version 0.5
Node has pretty much all the modules a standard library needs built-in. Networking, filesystem, encryption, streams, hardware operations, etc. They're definitely missing a lot of utilities though like proper parsers, string helpers, etc. but that's not really the purpose of a standard library anyways and most of the web apis are already fulfilling those needs (like internationalization, additional primitives such as dates and whatnot, regular expression, etc.)
To me the reason why Deno is such a breeze to work with is because of how convenient it is. You don't spend hours fighting with 3rd party tooling. Kind of like Vue being better than React.
@@Sv443_ Node modules aren't really a "standard library".
@03:09 SUPER CASUALLY "What we want to build, is a REST API for horse Tinder.." The smoothest transition ever! 😂
Oh good, another runtime to refactor my side projects into!
I've no idea what you would use that for, but it's cool that it's there
I would 100% purchase a deno 2.0 course
8:40 is the bun logo designed after him
that’s brutal 😂😂
5:36 probably the funniest thing I've ever seen from this channel, nice work.
5:30 coding montage was hilarious
Coming from Python and PHP. Yesterday I wanted to give TypeScript a try and I coded an API in TypeScript with Deno 2.0 and what can I say … its really Great!
Well, PHP and Python are the worst commonly used programming langues. Anything is better. But yeah. Typescript is great
@@datoubipython is fine for scripting and I'd rather use requests library than fetch api for simple http services and web scraping. Laravel is also very good.
Haters everywhere. PHP is a god-tier language. @@datoubi
@@datoubi you should try laravel bro, its so good
Since these other numbnuts only gave useless negativity that no one asked for, here is a positive comment:
Great that you found a technology you enjoyed! Keep trying stuff and have an open mindset!
Unlike some others..
Both Bun and Deno are making Javacript way cooler. Love the two Bun features you mention at the end, for scripting and embedding C into JS. I'll go with Deno but both seem much better than Node for sure.
ah now i will spend entire day learning how to integrate it with existing frameworks and libraries and then an entire week to work on my personal project that i won't touch again
Go: has good language features
Deno: imma copy that
First Python with uv and now JS with deno, they seem to be adopting good practices from the Rust tooling ecosystem and I'm all here for it.
I would be interested in a detailed Deno course. Bonus points for covering Fresh. Also I hope you enjoyed the trip to my country.
Ahh I was waiting for a comparison video of all 3 runtimes, thanks Jeff!
Dont feel too bad about goofing the release plan. Your video got the initial hype up for me and got me to look forward for the RC to be done. I think it's the same for other people.
Cool new tech, with TS out of the box!
Java and C# devs should be getting a bit anxious about now...
3:48 "Hi Mom!"
I'm a beginner, and for my Bachelor's (not in CS), I chose deno, mostly for its standard library and typescript support. I feel like it's way more beginner friendly, especially because fetch() is just built in
Also the dinosaur mascot is cute
Okay… I’m sold. I think we’re finally getting to know how Laravel and Rails developers feel. Deno is a breath of fresh air!
I would love to see a Deno course! I have just started learning to code and I am beginning to feel like it might be painful to jump into Node-especially because I mostly want to build my own stuff rather than work as a hired dev.
Croatia mentioned, f_yeahh! 💪😁
ZA DOM SPREMNI
WHAT THE FUCK IS A SIRNICA 🇭🇷🇭🇷🇭🇷🦅🦅🦅
I wanna go back there and stay. And I think I will. Greetings from Poland.
Not lame at all. That 80's montage was pretty cool.
FSPro member here. I would appreciate getting my money's worth with a full course of Deno 2.
Thank you in advance.
P.S. Please don't skimp on the STD's.
Greetings from Croatia! 🇭🇷 If we knew we would have welcomed you!
Yeah, video was from Split. Let us know next time :)
Daap
Would absolutely love a Deno course if you're considering creating one. Every single thing I'm seeing about Deno is starting to sell me on it, might be time to learn real soon.
I hope it grows even further, I'm pretty sick of working with node's npm/yarn/pnpm problems. I played a bit with Deno and it truly takes away some of the node's bureaucracy, not having to transpile code makes it be very clean.
The 90's coding montage @ 5:30...pure gold lol!!!
Would definitely like a full course!
Would love to see the Deno 2.0 course on fireship pro!
Man if i had this in school that would've saved me like tens of hours. All the problems solved what u quickly summerized.
I find it hilarious that you scheduled a release and then couldn't fix because you were living live. I love everything about that!
This just scrambles my brain because it is yet another way of doing things. The JS world is so nuts.... like JS itself there are a billion convoluted ways of doing the same thing. Choose your runtime, choose your framework, choose a billion things and get sucked into dependency hell with the added bonus of having typescript shout at you continuously. Still, all of this is part of the fun with JS.
Sht makes me wanna de-alive myself. But those who enjoy the chaos cause the demand and so it will never end.
Def gonna need this Fireship PRO Deno course man! : ))
Cool, cool. But more important. What for icon extension do you have in your VC?
Can;t wait for the Deno 2.0 course!
Yes please deno 2.0 course
It kind of reminds me of simplicity of Go's built-in DX tooling, which I thought would be impossible to implement for javascript, but here we are.
Yea that’s what I thought too. Must have take some inspiration from go
Go doesn't even have a standard library for data manipulation lol
@@Danzlh deno was originally written in go and they took a lot of things from it. they only re-wrote it in rust later because of overhead from gc.
Gimme that sweet, sweet full course on Fireship Pro 🔥
I’d love to try your Deno course!
I used to ignore Deno v1 but this... I'm sold
Pipneautic?
Okay Deno 2.0 is the best present I have received in my entire life as of now
8:08 I can get segmentation faults and install advanced viruses in JS now!
Deno 2 vídeo made my day better, It was amazing!❤
as a beginner to this javascript ecosystem, I didn't understand 80 % of the video but did find it hilarious and entartaining, The curriculum i am using still recommends node js and using npm packages, so my key take away from here is that deno 2 is better than node js
Full app with Deno for pro members, I would dig that
Bro this is amazing 😅
I’m going to relearn EVERYTHING
This would speed up so much
so… what are the advantages over Bun, other than the amazing standard library?
Deno is easily the best developer experience I've ever had with any language.
And now it's even better than it's ever been.
Ah, I thought I was going crazy but he really did do a deno report already!
Please more code videos. Have missed your code tutorials lately....
New deno course on fireship is a great idea.
Typescript bulit in - $100
Better testing framework built in - $200
80s flashback montage with Jamie Lee Curtis and John Travolta - priceless
0:59 is funny that PHP is just PHP but everything else is a mix with some special runtime. Would be good to compare it with frankenphp
Thanks for visiting Croatia :-)))
Would be there on day 1 for a Deno course. Yes please!
This is so cool. I'll keep using Node for a few more years, tho.
2:02 got deep AF... "keeping life simple is the only way to maintain my sanity"
...waiting for the DSM to recognize computer-induced madness.
Would really like to see a Deno course with Hono.
It's amazing at what trouble and lengths will people go just not to use a different programming language
Scheduling a release video about something sensitive/secret for when you won't have any WiFi is an interesting choice
I've been using Vite with Node.js and I really like Vite so I was wondering if I move to Deno or Bun should I keep using Vite or is Vite obsolete with Deno and Bun?
@@anonymousalexander6005 Yeah, I like Vite but maybe Deno and Bun does the same thing as Vite does? Vite makes TypeScript just work and Deno supposedly does TypeScript too. Vite does these instant page updates but apparently Deno have a built-in watcher too.
@@fred.flintstone4099 No, Deno & Bun don't do the same thing as Vite. They are *runtimes*, and Vite totally can run on both of them. Bun does have some experimental bundling capabilities of its own, but Vite is very robust and feature complete, so unless you have a specific reason to bundle with Bun, you can just stick with Vite.
Fireship videos make my day
so yeah, I can finally use node 18 in the enterprise project that we are working on currently...
First time I see the words node and enterprise used in the same sentence. 🐴
@@swipped99 uh pretty much every UI in Enterprise uses a framework that runs on node
@@swipped99 have you ever worked in IT ? Node.js is everywhere lol
would love a course on Deno 2!!!
This actually looks legit. Deno plugging you was a noice move.
Gotta love frontend JS with its inline CSS, JS and SQL all in the same file. This stuff feels like building a PHP site in 2003. We’re going backwards.
Please let this project take hold. JavaScript development is exhausting.
You're just awesome - way to go :)
I’ve just got into js work after being a developer for a few years, and the fact I’m coming in to this release is so much fun because I cannot tell you how much hair pulling I’m not having to go through which makes my coworkers lose their minds
Definitely want to see a course.
Fireship videos are always fresh
Deno is looking good.
Although I did not know that Bun is developing a compiler.
I'm messing with Arduino and in that world you're often writing in c code. Which isn't awful, but the idea of being able to take typescript and compile it down to machine code could be pretty cool for the maker community.
Again no shade at c, but TS is probably easier for most people
I am super excited for Deno 2.0
Make the course, ill buy it 4 sure.
Integrate it with next js frontend if frontend included
Yes we need full course on "Deno 2"
Put Little Foot up on the site.
We need that simple, but vast and effective programming knowledge.