Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Deno - A new perspective on server side JavaScript
Search
Rajika Imal
August 29, 2019
Programming
0
45
Deno - A new perspective on server side JavaScript
Rajika Imal
August 29, 2019
Tweet
Share
More Decks by Rajika Imal
See All by Rajika Imal
Next generation Web UIs with Svelte
rajikaimal
1
110
NodeCloud - The Node.js API for open cloud
rajikaimal
1
130
Gentle introduction to deep learning
rajikaimal
1
47
Google Summer of Code - How to get started?
rajikaimal
1
130
The way of React
rajikaimal
1
140
Other Decks in Programming
See All in Programming
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
710
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
140
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
900
株式会社 Sun terras カンパニーデック
sunterras
0
2.1k
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
330
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
220
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
5
390
Claude Codeログ基盤の構築
giginet
PRO
7
2.9k
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.8k
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8k
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
830
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
370
Featured
See All Featured
HDC tutorial
michielstock
1
530
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
140
Utilizing Notion as your number one productivity tool
mfonobong
4
250
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
Mind Mapping
helmedeiros
PRO
1
120
We Are The Robots
honzajavorek
0
190
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
240
Technical Leadership for Architectural Decision Making
baasie
3
290
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
410
What's in a price? How to price your products and services
michaelherold
247
13k
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
130
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
140
Transcript
Deno A new perspective on server side JavaScript
Rajika Imal Senior Software Engineer - 99X Technology @rajikaimal
None
Components
V8
Rust Deno crate on crate.io
TypeScript
Built in TypeScript compiler snapshot in V8
Core design https://denolib.gitbook.io/guide/advanced/process-lifecycle
ES Modules
Module caching
Explicit permissions
Die on uncaught errors
Deno command line
Against Node design philosophy
package.json
No external package manager
Might be compatible with Node in the future https://github.com/denoland/deno/issues/2644
Subset of Deno is browser compatible
Install https://github.com/denoland/deno_install
None
https://github.com/rajikaimal/deno-examples
https://deno.land/
Reinventing the wheel?
Thank you!
Rajika Imal Senior Software Engineer - 99X Technology @rajikaimal