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
59
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
94
Implementing a test suite in an existing Frontend application
programmiri
0
150
Better late than never - Retrofit test suite in existing React apps
programmiri
0
120
Treat yourself - EnterJS 2020
programmiri
0
73
Treat yourself - A tale about dogtraining and test driven development
programmiri
1
530
Treat yourself - a tale about dog training and test-driven develompent
programmiri
0
62
Full Skill Developer
programmiri
3
540
Treat yourself - a tale about dog training and test-driven develompent
programmiri
0
410
My approach to a component-based CSS
programmiri
0
89
Other Decks in Programming
See All in Programming
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
530
為你自己學 Python - 冷知識篇
eddie
1
350
はじめてのMaterial3 Expressive
ym223
2
280
Kiroで始めるAI-DLC
kaonash
2
580
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.7k
Deep Dive into Kotlin Flow
jmatsu
1
330
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
740
1から理解するWeb Push
dora1998
7
1.9k
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
270
Ruby Parser progress report 2025
yui_knk
1
440
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
210
ソフトウェアテスト徹底指南書の紹介
goyoki
1
150
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
330
21k
Optimizing for Happiness
mojombo
379
70k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Done Done
chrislema
185
16k
Balancing Empowerment & Direction
lara
3
620
What's in a price? How to price your products and services
michaelherold
246
12k
Producing Creativity
orderedlist
PRO
347
40k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
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!