Deno Namespace APIs

  Рет қаралды 4,825

Deno

Deno

Күн бұрын

Пікірлер: 16
@morkhoudia9
@morkhoudia9 Ай бұрын
Deno is the new era. Great tutorial
@junaga2
@junaga2 2 ай бұрын
you missed "winter is coming" there 🥺
@SamuelKarani
@SamuelKarani 2 ай бұрын
I was almost shocked when she din't type "winter is coming" - nice subversion
@PaleShadeEntity
@PaleShadeEntity 2 ай бұрын
Good Stuff. This would be really great for log files
@TheNoirKamui
@TheNoirKamui 2 ай бұрын
You have to put a dark mode to the docs! Darkreader doesn't flip the code snippets
@jonkoops
@jonkoops 2 ай бұрын
Love Dono, great work. I however don't understand why we need to attach all these functionalities to a single global. Is it not the point of modules to do this kind of namespacing?
@etherxi
@etherxi 2 ай бұрын
what about threads or coroutine? is there any in built functionalities?
@benjidaniel5595
@benjidaniel5595 2 ай бұрын
Coroutines are in JS/TS are just generator functions, but still single threaded. However you can use workers to run code in a seperate thread 👍
@uditagarwal7768
@uditagarwal7768 2 ай бұрын
Honey!! Come here quick. New video from deno is here.🎉
@ralpha112
@ralpha112 2 ай бұрын
ew
@vikingshadow4877
@vikingshadow4877 2 ай бұрын
Theme name?
@parlor3115
@parlor3115 2 ай бұрын
Title should be "Deno Global Namespace APIs"
@benjidaniel5595
@benjidaniel5595 2 ай бұрын
I really don’t understand why the Deno team chose to slap their APIs right into the Deno root namespace rather than name spacing them like in Node
@donmorris4506
@donmorris4506 2 ай бұрын
Been trying Deno. Not really liking it. Security is annoying. Can’t add local npm packages with file paths. Too much work to create an npm package with dnt. Deno is not worth my time yet.
@ameliaamare
@ameliaamare 2 ай бұрын
Security is often a problem because the default is too permissive. The tradeoffs you make in Deno is well worth it because those are things you should be thinking about regardless. You could always fall back to allowing all but, again, that’s destroys the whole point of already having a simple interface for specifying permissions. Also, have you tried Deno 2? I remembered using a local NPM module by editing the import map and it worked just fine. If it’s not a private package setting the nodeModulesDir flag to auto works quite well for NPM modules now.
@donmorris4506
@donmorris4506 2 ай бұрын
@@ameliaamare yes, been trying 2.0. Disagree about the tighter security. More cumbersome to deal with. Still can’t import a local package. It should be as easy as using npm: npm i ../pathToPackage. It would be best if Deno used a sym link like node. I typically split my domain model code into a separate package when developing a new project that has both a client app and server code. I want it to be file based until I get the project stable. I then convert the package import to use a git reference and version the domain model. Haven’t had success using Deno 2 for my workflow.
Publishing Modules with JSR
7:38
Deno
Рет қаралды 3 М.
Build a Command Line Utility
11:01
Deno
Рет қаралды 6 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Pomodoro Cafe - CS50 Fair 2024 at Yale
2:02
CS50
Рет қаралды 908
Svelte 5's Secret Weapon: Classes + Context
18:14
Huntabyte
Рет қаралды 31 М.
Build an API server with TypeScript
11:49
Deno
Рет қаралды 11 М.
10 things made me love SvelteKit
18:41
Nev the Dev
Рет қаралды 395
Build a Real-Time WebSocket Application
8:55
Deno
Рет қаралды 10 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 839 М.
All Rust features explained
21:30
Let's Get Rusty
Рет қаралды 331 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 904 М.
Does Deno 2 really uncomplicate JavaScript?
8:55
Beyond Fireship
Рет қаралды 477 М.
IPC: To Share Memory Or To Send Messages
14:15
Core Dumped
Рет қаралды 102 М.