I have used deno for my project and I am really impressed and also deno deploy is my go to place to push js projects
@reipalacio3 күн бұрын
Excellent team. deno. I begin to learn it
@adicide90703 күн бұрын
fuuucking javascript.
@Drippy_Ky4 күн бұрын
Deno I saw you at my birthday
@SergeyBevzuk6 күн бұрын
Thanks, very helpful video
@mightydudegrafuroam84246 күн бұрын
broooooo hw did i miss this :o
@Myexpectationsarerealistic6 күн бұрын
You’re not taking anything sweet cheeks😂
@LincsOracle6 күн бұрын
We use a self host Gitlab instance at work but I'm unable to pull a package from Gitlab even though I know it works using other package managers. Deno just complains it can't find the tar file; even clicking the link it provides it opens a file browser and you can download the tar file.
@diegooooperez7 күн бұрын
I'm going to give Deno a try for a small learning project
@deno_land7 күн бұрын
Awesome, let us know how it goes!
@Micha-cc8hf8 күн бұрын
is there any benchmark that shows the time results between `deno check` and `tsc --no-emit`?
@forhadrh9 күн бұрын
I wonder how many shots I took to capture that robbery footage lol.
@deno_land8 күн бұрын
haha at least 5 takes. I had my shirt ripped off so often i think it left a bruise.
@Donadev569 күн бұрын
i think this is the future of javascript
@deno_land8 күн бұрын
i think so
@maximojara819310 күн бұрын
¡Esto es mucho mejor de lo que esperaba!
@adnanbrq10 күн бұрын
Love it!
@harakiri2312 күн бұрын
Is it still JS? Why even bother - just switch to backend work guys, nobody wants to bother with this shite
@SweetPepper000112 күн бұрын
🤥🤥
@anasouardini12 күн бұрын
I hate NPM, just become a package manager, please!!!
@danvictorlofranco670013 күн бұрын
Why should i pick this over Bun?
@cyAbhishek13 күн бұрын
voice is familiar. where have i heard it? aaaaa
@kashnigahbaruda14 күн бұрын
Ok I'm so sold on Deno. This was amazing.
@fxrcode792314 күн бұрын
I’m mainly building backend in go/python. Wondering if there will be hands on book on deno in 2025🎉
@damnloveless14 күн бұрын
i’m in the greater chicago area! i can’t believe i missed attending 😂😂😂
@peterhayman15 күн бұрын
why did you stop maintaining the Astro integration? I wanna deno 😭
@deno_land13 күн бұрын
Astro should work on Deno! We have a few tutorials for it. Let us know if you run into any issues! docs.deno.com/examples/astro_tutorial/
@thosewhoknow_sigma15 күн бұрын
add color syntax to input prompt functions and such and it would be cool
@xes.software15 күн бұрын
I would really like some documentation on how to achieve the common 'app/packages' monorepo structure found nx and turborepo. Thanks Deno is great.
@deno_land13 күн бұрын
We have some content around this planned soon. Thanks for your support and comment!
@zapfska739015 күн бұрын
Does this version have module resolution. So i could exclude the file extensions at the end of imports
@vivekkaushik950815 күн бұрын
Hey this guys is from Awesome KZbin channel. AWESOME. ❤
@games4us13215 күн бұрын
I would gladly move to deno, but unfortunately my project based on nuxt.js (wich is great itself) and they rely on node :(
@rednafi15 күн бұрын
6 months is LTS in the JS land 🤦♂
@TheIpicon15 күн бұрын
deno compile "for any major platform", we actually had to drop deno at our team, because we can't compile it to 32 bit windows.... x86. you guys should support it
@danser_theplayer0115 күн бұрын
Interesting. Where do you even find 32 bit windowses?
@TheIpicon15 күн бұрын
@ legacy code bases, it’s pretty common in big companies that are well established
@TheIpicon15 күн бұрын
@ fun fact: I’m in the middle of writing a “dll runner” service, so we can continue using DENO and every time we want to run a 32 bit dll we hand it off to this service
@deno_land13 күн бұрын
Thanks for your comment. I will share this with the team and see what we can do!
@BjornTheProgrammer15 күн бұрын
Really appreciate this talk. I was implementing my own custom runtime using Deno. I was really wondering the difference between op2(fast) and op2, this really clears it up! Also I appreciate the usage of the buffers, makes sense.