Testing with Deno
2:47
21 сағат бұрын
Deno under the hood: op2
17:00
Ай бұрын
Deno got even better!
3:18
Ай бұрын
Build a Database App in 3 Minutes
3:30
Deploy Deno to AWS Lambda
5:38
2 ай бұрын
Deploying Deno with Docker
6:12
2 ай бұрын
Ryan Dahl introduces Deno 2
32:26
3 ай бұрын
Build a Command Line Utility
11:01
TypeScript and JSX in Deno
5:52
3 ай бұрын
ECMAScript Modules in Deno
6:34
3 ай бұрын
Configuration with deno.json
4:19
Publishing Modules with JSR
7:38
3 ай бұрын
Deno Namespace APIs
5:50
3 ай бұрын
Browser APIs in Deno
6:18
3 ай бұрын
Deno Just Got Way Better
3:48
3 ай бұрын
What's New in Deno?
1:20
3 ай бұрын
Runtime Security in Deno
3:06
3 ай бұрын
What is Deno?
1:41
3 ай бұрын
Your Deno Development Environment
3:11
Пікірлер
@blackfox5413
@blackfox5413 3 сағат бұрын
As a pet project it's insanely cool, but regarding JS in modern day industry: kzbin.info/www/bejne/nYivamOtp96shdk
@StphamZ
@StphamZ 5 сағат бұрын
OMG bro, the future is here! Sorry, V8 Google… you're the past now, but that doesn't mean I don't love you anymore. I'll always love you! And now, you have a super cool friend-Deno, so cute! V8 will absolutely be proud of Deno.
@IsshinAshinaTea
@IsshinAshinaTea 5 сағат бұрын
It's JavaScript tho, not the best for the server side of your apps and in my opinion not good for the desktop app, I only use it for the web side of things.
@imraan_alam
@imraan_alam 7 сағат бұрын
Tsx really? thank you bye 😢
@im1480
@im1480 9 сағат бұрын
So react js web app can be converted into a desktop & mobile app. Am I right??🤔🤔
@ИванРагозин-я8я
@ИванРагозин-я8я 10 сағат бұрын
Bun
@njordhoder
@njordhoder 12 сағат бұрын
That voice 😏 Teached me a lot.
@cahrnig1174
@cahrnig1174 13 сағат бұрын
I think it should be called "bundle" or something like that ? but still very good function .👍
@KhalilEstell
@KhalilEstell 18 сағат бұрын
All of these features are huge! Great work Deno!
@Toda_Ciencia
@Toda_Ciencia 20 сағат бұрын
Bro learn to make a video with Fireship.
@chadyways8750
@chadyways8750 20 сағат бұрын
so it's just jvm
@XceptionalBro
@XceptionalBro 21 сағат бұрын
"Run JavaScript anywhere" except in CentOS 7 because it uses an older version of a library that can't be easily upgraded
@RustIsWinning
@RustIsWinning 17 сағат бұрын
CentOS is outdated LOL
@chesterxp508
@chesterxp508 23 сағат бұрын
GoodJob!
@franciscorosas3816
@franciscorosas3816 23 сағат бұрын
"Run js everywhere" Pls God no
@Matojeje
@Matojeje 23 сағат бұрын
3 billion devices run JavaScript
@khalidelgazzar
@khalidelgazzar 23 сағат бұрын
Looks promising 😊
@hahayes1122
@hahayes1122 23 сағат бұрын
we already have docker for this problem. why do i need this?
@nocturne6320
@nocturne6320 23 сағат бұрын
More ways for bloated apps to be created!!!
@ScibbieGames
@ScibbieGames 23 сағат бұрын
this is an insult to webassembly.
@moneyfr
@moneyfr Күн бұрын
Qwik is so easier than svelte solid or vue. Love it so much sky is the limit
@Gitruv
@Gitruv Күн бұрын
02:20 Bro Tried
@serhiimamedov
@serhiimamedov Күн бұрын
That’s cool and all but compile doesn’t support old 32 bit chips. Node on the other hand supports them.
@skypuff
@skypuff Күн бұрын
Wait youtube is using reddit threads now.
@bilalkureshi7437
@bilalkureshi7437 Күн бұрын
Note to ppl this compilation would still be running at the same speed as it was doing with pre-compilation, it doesn't convert it to AOT, just bundling the binary and code within single executable, A simplest program will have atleast the size of the deno runtime.
@randomlettersqzkebkw
@randomlettersqzkebkw Күн бұрын
if deno compiled their stuff with tauri, their binaries would be tiny
@memaimu
@memaimu Күн бұрын
FUCK Node! Hello Deno!
@fitrafep
@fitrafep Күн бұрын
can it fix proton's high memory usage?
@fitrafep
@fitrafep Күн бұрын
can it compile proton based app?
@abhilasbiswas4102
@abhilasbiswas4102 Күн бұрын
Does it support webGPU?
@chawza8402
@chawza8402 Күн бұрын
don't we have docker image for this?
@WiteBot
@WiteBot Күн бұрын
So when you say compile it doesn't actually mean compile. Effing genius 👌
@hero3616
@hero3616 7 сағат бұрын
😂
@Leao_da_Montanha
@Leao_da_Montanha Күн бұрын
people don’t seem to get the point… you know js/ts and can have a program to run somewhere else without dependencies, that is fantastic. The size? who really cares.
@pguti778
@pguti778 Күн бұрын
Wooooowwwww
@mamenggaluh8897
@mamenggaluh8897 Күн бұрын
Still couldn't figure out how to solve imports that uses .d.ts files, a big library like microsoft-graph is utilizing that. Used Deno during the initial development, but later changed back to Node since Deno is so strict (which we love btw) that we have no idea how to solve it, deeply nested d.ts imports, interfaces which Deno reject to read if it's not .ts or .js. anyway .. Hopefully Deno will improve this, or the package devs!
@imflyingoverclouds
@imflyingoverclouds Күн бұрын
how about its speed?
@anon_y_mousse
@anon_y_mousse Күн бұрын
I was hoping for platform specific static binaries. Also, hearing that it downloads Deno from the web sounds like it won't work offline, which is a big fat no no. If anyone wants to equivocate with things running through a browser need the internet I've got a very heavy cosh ready to bludgeon you. Unless you're playing a multi-player game, or using an app that genuinely requires an always-on connection to the internet, nothing should *require* an internet connection. For some context, the majority of the programs I use don't require internet connectivity at all, and the ones that need it, the ability is on-demand, not always-on.
@ramsey2155
@ramsey2155 Күн бұрын
Gosh deno is so good at everything but the only thing that makes me prefer bun instead is the trillions of compatibility issues that arise with deno. I am waiting for the day that it becomes stable on windows too
@Ebiko
@Ebiko Күн бұрын
Meanwhile using a compiled deno fresh project on any other pc does still not work. 😅
@Claucker7
@Claucker7 Күн бұрын
Finally
@lunarmagpie4305
@lunarmagpie4305 Күн бұрын
Compile seems like a little bit of a stretch. I feel like I was lied to. This is just packaging the runtime with it. This should've just been a "bundle" command.
@shinjiku144
@shinjiku144 Күн бұрын
Javascript devs will do anything to not learn C#, Java, etc.
@brontiago
@brontiago 5 сағат бұрын
I see no problem with that. I think it’s great that they’re trying to adapt web development tools into desktop and mobile
@roccociccone597
@roccociccone597 Күн бұрын
JS is becoming Java, except Java has somewhat sensible types. And the slogan becomes the same too… run everywhere? More like debug everywhere XD
@JohnDoe-lo6qj
@JohnDoe-lo6qj Күн бұрын
In other words: Java 🤫
@4.0.4
@4.0.4 Күн бұрын
I can't wait for device drivers to be coded in JavaScript! 🥹
@IBMboy
@IBMboy Күн бұрын
It's crazy, nobody should compile javascript but cool feature regardless 😁👍
@xslashsdas
@xslashsdas Күн бұрын
Wait, is that @awesome-coding ?
@quincy-yt
@quincy-yt Күн бұрын
I litterally just asked myself today how I can host my own website after making it online and it looked like it would really complicated and messy but this is just perfect and perfect timing too, thx Deno love it
@deletevil
@deletevil Күн бұрын
You javascript guys are dangerous than cancer