My first experience with Deno
Software engineer Arthur Kay shares his first experience with Deno - a secure runtime for JavaScript and TypeScript. - http://amp.gs/HoFQ
#deno
Software engineer Arthur Kay shares his first experience with Deno - a secure runtime for JavaScript and TypeScript. - http://amp.gs/HoFQ
#deno
A 50 Minute Deno Crash Course
A lot of people are cranking out Deno videos right now, but Traversy Media has a solid reputation for getting these things right. In 50 minutes we get a nice, balanced approach to Deno’s plus points, tooling, building an API, etc. - https://www.youtube.com/watch?v=NHHhiqwcfRM
#deno #course
A lot of people are cranking out Deno videos right now, but Traversy Media has a solid reputation for getting these things right. In 50 minutes we get a nice, balanced approach to Deno’s plus points, tooling, building an API, etc. - https://www.youtube.com/watch?v=NHHhiqwcfRM
#deno #course
YouTube
Deno Crash Course
In this Deno crash course we will talk about what Deno is and look at some of the basics as well as create a full REST API which starts at 21:54
PART 2: Adding PostgreSQL
https://youtu.be/KuaI6mphFNc
REST API Code:
https://github.com/bradtraversy/deno-rest…
PART 2: Adding PostgreSQL
https://youtu.be/KuaI6mphFNc
REST API Code:
https://github.com/bradtraversy/deno-rest…
Deno Introduces JSR: A New JavaScript Registry
The JavaScript Registry (a.k.a. JSR) is a new TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem (not just Deno). This post digs into what it’s all about. I find it rather cute that npm’s own flexibility makes JSR easy to use from Node too, via npx jsr! - https://deno.com/blog/jsr_open_beta
#deno
The JavaScript Registry (a.k.a. JSR) is a new TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem (not just Deno). This post digs into what it’s all about. I find it rather cute that npm’s own flexibility makes JSR easy to use from Node too, via npx jsr! - https://deno.com/blog/jsr_open_beta
#deno
Deno Blog
Introducing JSR - the JavaScript Registry
The JavaScript Registry (JSR) is a TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem. Use JSR modules from Deno and npm-based projects. JSR is free and open source. Available today in public beta.