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
56
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
81
Implementing a test suite in an existing Frontend application
programmiri
0
140
Better late than never - Retrofit test suite in existing React apps
programmiri
0
96
Treat yourself - EnterJS 2020
programmiri
0
56
Treat yourself - A tale about dogtraining and test driven development
programmiri
1
480
Treat yourself - a tale about dog training and test-driven develompent
programmiri
0
47
Full Skill Developer
programmiri
3
510
Treat yourself - a tale about dog training and test-driven develompent
programmiri
0
380
My approach to a component-based CSS
programmiri
0
70
Other Decks in Programming
See All in Programming
ローコードSaaSのUXを向上させるためのTypeScript
taro28
1
610
as(型アサーション)を書く前にできること
marokanatani
10
2.7k
距離関数を極める! / SESSIONS 2024
gam0022
0
280
初めてDefinitelyTypedにPRを出した話
syumai
0
410
Creating a Free Video Ad Network on the Edge
mizoguchicoji
0
120
CSC509 Lecture 09
javiergs
PRO
0
140
flutterkaigi_2024.pdf
kyoheig3
0
130
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
7.8k
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
1
290
Jakarta EE meets AI
ivargrimstad
0
180
Pinia Colada が実現するスマートな非同期処理
naokihaba
4
230
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
6
1.9k
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
410
Building an army of robots
kneath
302
43k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
506
140k
Why Our Code Smells
bkeepers
PRO
334
57k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
890
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Docker and Python
trallard
40
3.1k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Faster Mobile Websites
deanohume
305
30k
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!