Forget Everything you Thought you Knew about Deno | Deno 2 0 Crash Course

  Рет қаралды 23,893

codeSTACKr

codeSTACKr

Күн бұрын

Пікірлер: 51
@codeSTACKr
@codeSTACKr 3 ай бұрын
🦸 Become A VS Code SuperHero Today: vsCodeHero.com
@codernerd7076
@codernerd7076 3 ай бұрын
I went further and forgot Deno even existed :)
@codeSTACKr
@codeSTACKr 3 ай бұрын
😂😂😂
@NikKita-f8i
@NikKita-f8i 3 ай бұрын
and we also went further and forgot about you even commented:)
@codernerd7076
@codernerd7076 3 ай бұрын
@@NikKita-f8i lol, it was just a joke, Deno 2.0 looks really interesting!
@NikKita-f8i
@NikKita-f8i 3 ай бұрын
@@codernerd7076 Im sorry)
@Salah-YT
@Salah-YT 3 ай бұрын
Thanks a lot for the fantastic explanation! I've watched the entire thing and I'm really into Deno 2.0. I'll definitely be rewatching it and following you to enhance my understanding. Thank you so much!
@codeSTACKr
@codeSTACKr 3 ай бұрын
Thanks! Glad it helped 🙌
@skiesaboveunlimitedstargaz7316
@skiesaboveunlimitedstargaz7316 3 ай бұрын
This is a good video! 👍 I just realized after using Deno for many months and creating APIs, I just noticed you really do not need a flag to "allow all to yes", and it makes sense because when you launch or publish your Web App.. You really not need to access filesystem to write because you just let the API do its process to do the CRUD into a database. This does makes sense and expect it to be a READ-ONLY... This prevents API access your critical filesystem... There is a lot of NPM that has major access to filesystem and there is no certain control to block those interfering the filesystem and there are many ways to bypass it that is the reason why NodeJS always require to keep on updating to latest version for security vulnerabilities... Security should be the first priority! 👍
@ahmad-murery
@ahmad-murery 3 ай бұрын
Deno has it all. Thanks Jesse!
@codeSTACKr
@codeSTACKr 3 ай бұрын
Thanks for watching!
@vishalsinghpanwar2972
@vishalsinghpanwar2972 3 ай бұрын
Love this, thanks for the effort Jesse ❤
@codeSTACKr
@codeSTACKr 3 ай бұрын
Thanks!
@eukatastrophe
@eukatastrophe 3 ай бұрын
handleRequest method at t 19:00 must be async to work with Promise return type.
@Ipadstands
@Ipadstands 3 ай бұрын
I stayed up late to watch this. So it must be done well for me to lose sleep over !! Thanks
@eddiejaoude
@eddiejaoude 3 ай бұрын
Great video! Thanks for sharing your experience with Deno, i need to give it a try
@benjaminchoi1455
@benjaminchoi1455 3 ай бұрын
Do you know how to deno run nestjs?
@NikKita-f8i
@NikKita-f8i 3 ай бұрын
I've already try it (by the way with HonoAdapter instead of Express)... it works! (Im only waiting when the upgrade deno version on their deno deploy to start hosting my nestjs app here)
@OswealdYeshua
@OswealdYeshua 3 ай бұрын
@@NikKita-f8i great I want to see Hono is interesting... I want to get star in backend and I am trying to avoid Node lol but I am digging deep, I'd always holpind Deno bring something modern like AstroJS did /gt version 2 seems great, Bun is nice to use with packet manager lol I am using instead PNPM in all astro projects right now :). Bun seems nice but I have seen some bugs in simple installations with Astro with me trying to build with AHA Stack with Bun instead Node, But Astro was built in Node, I'd want an Astro version built with Deno \o/ it would be all kind of project simple medium and enterprise level easy to acomplish by Layers ... When you make some discoveries I will be happy to see about your experiences all right? I wish you good luck I'll back here too :)
@zyncc
@zyncc 3 ай бұрын
How does bun compare to deno 2
@the_beckers_food
@the_beckers_food 3 ай бұрын
Can you use Deno for micro services? I am trying to decide between Java or Deno for a POS app using micro service. What would you recommend?
@codeSTACKr
@codeSTACKr 3 ай бұрын
Yes! But I’m not a java dev so I would choose Deno 😅
@the_beckers_food
@the_beckers_food 3 ай бұрын
@@codeSTACKr😅I think I will use Deno ! You convinced me!
@labinocle5736
@labinocle5736 3 ай бұрын
Did i have to learn node.js to understand well deno ?
@ivlis.w
@ivlis.w 3 ай бұрын
It's incompatibility with Node was it's biggest mistake and what left the window open for yet another runtime we could actually use without setup I guess it still was kinda necessary to reach the point we are now I'm pretty happy of it's current state and starting to use it, although at times it was still a bit confusing coming from Node
@codeSTACKr
@codeSTACKr 3 ай бұрын
@@ivlis.wagreed. thanks for the feedback.
@illuminach8279
@illuminach8279 27 күн бұрын
great crash course
@codeSTACKr
@codeSTACKr 27 күн бұрын
@@illuminach8279 thanks!
@mzhomie8880
@mzhomie8880 3 ай бұрын
Deno 2.0 ❤
@fabrizio.dipietro
@fabrizio.dipietro 3 ай бұрын
Playright it's work?
@codeSTACKr
@codeSTACKr 3 ай бұрын
Yes!
@GrainStar
@GrainStar 2 ай бұрын
The “NPM” package is not installed. Building NextJS results in Error: 'npm' is not recognized as an internal or external command, operable program or batch file. Do I need to install NPM?
@mylastore
@mylastore 2 ай бұрын
FYI - To install Deno 2 with brew - brew update and brew install deno
@yevsell
@yevsell 3 ай бұрын
Thanks really cool
@codeSTACKr
@codeSTACKr 3 ай бұрын
You're welcome!
@umitcelik5508
@umitcelik5508 3 ай бұрын
I wonder that deno how can effect react native/expo stack, too
@grimm_gen
@grimm_gen 3 ай бұрын
Not much for now because Expo runs on Babel and Metro, which are entirely different technologies. If you want something close to Deno on mobile devices, checkout One. It's a (you guessed it) new React framework that leverages 'vxrn' (vite x react native) to build cross platform react apps running on vite. One is still in Beta but I've been playing with it and got Deno 2 to work with it!
@eukatastrophe
@eukatastrophe 3 ай бұрын
Deno with npm:nextjs install requires NPM to be installed! Ugh, what a bug! And the custom `page.tsx` example in the final demo that hits `/api/hello` needs `"use client";` statement at the top for nextjs.
@grimm_gen
@grimm_gen 3 ай бұрын
Because the issue here is not with Deno but with nextjs being a nodejs project, maybe at some point we will have a fully Deno First react framework
@Hakanxyz
@Hakanxyz 3 ай бұрын
New subscriber here 😊
@codeSTACKr
@codeSTACKr 3 ай бұрын
Thank you!
@mihaelisaev
@mihaelisaev 3 ай бұрын
But it even can't import local npm package. Wasted my time.
@codeSTACKr
@codeSTACKr 3 ай бұрын
You absolutely can. You can use any existing node app with a node_modules folder and it will now work with Deno.
@mihaelisaev
@mihaelisaev 3 ай бұрын
@@codeSTACKr Nope, it has no ability to work with local npm packages.
@hero3616
@hero3616 Ай бұрын
Don’t use it then
@mihaelisaev
@mihaelisaev Ай бұрын
@@hero3616 that's exactlly what I do
@tabdig
@tabdig 3 ай бұрын
deno is cool, but i found bun much better.
@MrEnsiferum77
@MrEnsiferum77 3 ай бұрын
'Game Changer', even c is not game changer compare to assembly, please stop this crap. I'm interested how close to slownest is to bun or go.
Does Deno 2 really uncomplicate JavaScript?
8:55
Beyond Fireship
Рет қаралды 485 М.
Javascript's New Pipeline Operator Is Awesome!
7:26
Jack Herrington
Рет қаралды 32 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Ryan demos Deno 2 at GOTO Chicago 2024
41:11
Deno
Рет қаралды 11 М.
Deno vs. Node.js vs Bun: Performance Comparison
12:28
Anton Putra
Рет қаралды 84 М.
Deno Queues | Prime Reacts
13:47
ThePrimeTime
Рет қаралды 35 М.
I Stopped Using Express.js: Because Bun and Hono 🔥
10:23
Sam Meech-Ward
Рет қаралды 133 М.
Deno 2 vs Bun: Which Should You Choose?
7:52
Better Stack
Рет қаралды 12 М.
Deno 2 Deep Dive | Exploring the Deno Ecosystem
1:01:05
Syntax
Рет қаралды 11 М.
Ryan Dahl introduces JSR at DevWorld 2024
29:13
Deno
Рет қаралды 119 М.
Deno 2 with Ryan Dahl
44:32
Syntax
Рет қаралды 21 М.
Announcing Deno 2
59:21
Deno
Рет қаралды 250 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.