Deno really needs community effort to make more docs & tutorial
@pookiepats8 ай бұрын
nonsense, deno by example exist on the site go actually look at it
@sayedulkrm9 ай бұрын
Deno is Great ❤️❤️
@pctops9 ай бұрын
Para los que no saben que aprender luego de aprender JS, Deno es el paso más natural, es increíble
@moveonvillain10809 ай бұрын
Show me a job posting
@mettle_x9 ай бұрын
Wow. Deno channel doesn't disappoint. Becoming a fan ❤
@XceptionalBro9 ай бұрын
I do use deno, mostly for fast prototyping, but I have a few products in production using deno. My biggest problem with Deno is how weird string encoding is
@deno_land9 ай бұрын
say more?
@lolidkstudio9 ай бұрын
Why should we use Deno over Bun?
@sambaotaku9 ай бұрын
Because you can deploy it 😂
@onderozcan9856 ай бұрын
Hi, Deno looks really cool. I wonder if it's possible to use Deno for app development on the Atlassian Marketplace using the Forge framework. Please let me know your thoughts.
@bryson26629 ай бұрын
Deno is much better than Node but I'll still keep doing Bun for now
@feedbeck3 ай бұрын
Sorry for the dumb question, I spent some time looking for this info, what is deno version for NPX? I tried run, serve, task, eval, add and install, but couldn't do NPX tailwind init
@ivlis.w3 ай бұрын
npx tailwindcss init pnpm dlx tailwindcss init deno run -A npm:tailwindcss init Pretty dumb that I had to find out somewhere else and not in the official docs In there it just casually appears but it's not explicitly mentioned Also make sure in the cli you run it as "tailwindcss" and not just "tailwind", since the later would fail because some quirk I swear everything package related was the most confusing part of deno
@juk-kun9 ай бұрын
Why not bun?
@botyironcastle2 ай бұрын
is deno exec crossplatform?
@FullStackJack9 ай бұрын
Great video 🎉 deno is a nice experience
@pavlovalor9 ай бұрын
There is NO such thing as TS runtime. It’s still JavaScript under the hood.
@Jebusankel9 ай бұрын
Dishonest quoting of Douglas Crockford. He believes the reasons to move past JS are all things TypeScript doesn't fix, and his language Misty that he proposes as a replacement is dynamically typed.
@MommysGoodPuppy9 ай бұрын
It's much more nuanced, Crockford thinks the actor paradigm is the future. You can do actor programming in both ts and js. In fact Im working on actor programming with typescript and typescript has been essential in creating Misty like functionality
@pookiepats4 ай бұрын
Get bent honestly, every language that wants a web story targets javascript and now wasm. It’s completely counterintuitive and counterproductive to issue these bs ideas about moving away from JS. You rely on JS in more ways than one whether you like it or not and your favorite language perpetuates this and cosigns this approach!
@Sarfarazzamani9 ай бұрын
I have a question. Did you ban some countries from accessing your website? I can not go to your website/Docs even with a VPN!
@remofiloephokontsi85386 ай бұрын
I need cli for deno
@seannewell3979 ай бұрын
intro is interesting - learn what exactly? Isn't a staple feature of Deno / Bun is "it's just javascript" so I don't have to learn _anything_ to bring my apps?
@lucaslopes12609 ай бұрын
They all run javascript. Whether it's Node, Deno or Bun, it won't make a difference in this regard. But if you use some server specific API, then you're bound to find some differences between them.
@jak45969 ай бұрын
Why don't bun ? Why do you ignore bun ?
@pierbover9 ай бұрын
It's not really a TypeScript runtime. The execution is still done in JS.
@youarethecssformyhtml9 ай бұрын
Exactly. No type checking on runtime.
@АнтонМирный-с5х9 ай бұрын
Great! Thx!!!!! 🌍
@curetothecommoncode59219 ай бұрын
I love the concept of deno, but idk, for me it's been a nightmare coding in deno in the sense that the intelisense is slow AF/ broken when writing in vscode on a Windows machine
@EMEKC6 ай бұрын
I want to recommend giving it another try, recently they made it more performant, hope it improves your experience!
@curetothecommoncode59214 ай бұрын
@@RustIsWinning lol yeah could be . But I even tried to run it on my beefed up gaming PC. And that still had issues
@DevinRhode29 ай бұрын
I can't install it on my corporate laptop in a corporate network. I mostly don't open my personal laptop now that I have kids. Would love to be able to npm install it!!
@DevinRhode29 ай бұрын
Maybe I could get started developing with it inside a cocker container. But I'm not pioneering a path for a company I don't work for ;)
@korigamik9 ай бұрын
You’re working at Debo now?!!
@kasper3699 ай бұрын
I am torn between deno or bun for my next project
@moveonvillain10809 ай бұрын
One which gets the job done.... See end-user doesn't give two craps about what tool you used. Only care about what is made
@_zetrax9 ай бұрын
DEVELOPERS DEVELOPERS DEVELOPERS 😂
@dilshodturab9 ай бұрын
Is this video response to bun?
@KelvinWKiger9 ай бұрын
❤
@kvelez9 ай бұрын
Cool
@KoenVerheyen9 ай бұрын
Crackford???
@yetzt9 ай бұрын
Ah, deno. The runtime that wants to be what bun actually is.
@nimitsavant31279 ай бұрын
Hey is that Awesome. heheee
@fra48979 ай бұрын
use bun!
@fra48975 ай бұрын
@@RustIsWinning never had any problem
@megakopate9 ай бұрын
TS runtime... If you absolutly need types in your backend you should go for a language natively typed.
@gokljr9 ай бұрын
They are trolling their own previous product 😂
@bilatungdulang97089 ай бұрын
I am using bun, btw
@coder_one9 ай бұрын
Deno has a nightmarish way of managing dependencies and packages and their versions. VSC with the official plugin for Deno can't do a good job of prompting for imports of dependencies added to the project. Widely used tools from the npm world rarely support Deno, not to mention preferring Deno over Node. The documentation page is confusing, unintuitive and can confuse. Deno lacks an active community, including a noticeable and engaged community for Deno education. Until this changes, Deno will be a technology fringe, just as it is now - it is so bland that no one mentions it when JS runtime environments are mentioned. It's hugely unfortunate, but these are the facts. ;(
@deno_land9 ай бұрын
deno supports npm packages - you should give it a try
@coder_one9 ай бұрын
@@deno_land After all, that's completely beside the point! I really would have to be quite a confabulant to write all this without personal experience with Deno. I have spent many hours with Deno. What I wrote in piervous comment are Deno real pains. What I wrote are the real reasons why I exclude Deno from the commercial projects I do. Node is not perfect. It has a huge number of flaws that Deno, despite its promises, does not solve. I really encourage you to re-read what I wrote. This is not unfounded hate. I am realistically saddened that the only places where I can use Deno is Proof of Concept, because it saves me a ton of configuration work that is necessary on Node.js. I repeat - I wrote out the reasons why this is so in my first comment, and I still trust deep in my heart that someday the situation will change. Unfortunately, as a pragmatist - it is easier for me to assume that sooner Bun will succeed than Deno.
@vatmanzlokuz6809 ай бұрын
@@deno_land tried for use some orm, and fails 😀, also i dont wanna use prisma with proxy