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
Yarn - The New Kid On The Block
Search
Mirjam Aulbach
February 24, 2017
Programming
0
64
Yarn - The New Kid On The Block
Short introduction of Yarn to the quäntchen + glück web development team on our innovation day.
Mirjam Aulbach
February 24, 2017
Tweet
Share
More Decks by Mirjam Aulbach
See All by Mirjam Aulbach
Besser spät als nie - Testsuite in bestehende React Application nachziehen
programmiri
0
100
Implementing a test suite in an existing Frontend application
programmiri
0
160
Better late than never - Retrofit test suite in existing React apps
programmiri
0
130
Treat yourself - EnterJS 2020
programmiri
0
98
Treat yourself - A tale about dogtraining and test driven development
programmiri
1
560
Treat yourself - a tale about dog training and test-driven develompent
programmiri
0
66
Full Skill Developer
programmiri
3
550
Treat yourself - a tale about dog training and test-driven develompent
programmiri
0
430
My approach to a component-based CSS
programmiri
0
100
Other Decks in Programming
See All in Programming
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
2
280
Ruby x Terminal
a_matsuda
7
590
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
280
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
180
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.9k
SourceGeneratorのマーカー属性問題について
htkym
0
190
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
130
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
440
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
280
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
580
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
320
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1k
Featured
See All Featured
Prompt Engineering for Job Search
mfonobong
0
180
GitHub's CSS Performance
jonrohan
1032
470k
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
Side Projects
sachag
455
43k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
150
The Spectacular Lies of Maps
axbom
PRO
1
620
Fireside Chat
paigeccino
42
3.8k
Building the Perfect Custom Keyboard
takai
2
710
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
Scaling GitHub
holman
464
140k
The Curious Case for Waylosing
cassininazir
0
270
Transcript
THE NEW KID ON THE BLOCK
WHAT'S YARN? A NEW JAVASCRIPT PACKAGE MANAGER kinda
FACTS ▸ launched 10/2016 ▸ open source ▸ build by
Facebook, Exponent, Google, and Tilde ▸ uses the npmjs registry (& bower & local & own github...) ▸ doesn't replace npm - improves
BUT WAIT! DOES NPM NEEDS IMPROV... yes, yes ist does1
1 sorry npm
YAY YARN! SUPER fast, SUPER secure, SUPER reliable
ALSO...
Whaaaaat!
OK. SORRY. FOR REAL
DEV PORN I CAN'T BELIEVE HOW big YOUR lockfile IS!
CONCLUSION ▸ way faster & less error prone ▸ easier
to create consistent environments ▸ prevents It's working on MY machine bugs let's try!