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
74
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
90
Other Decks in Programming
See All in Programming
Cloudflare AgentsとAI SDKでAIエージェントを作ってみた
briete
0
140
Go言語の特性を活かした公式MCP SDKの設計
hond0413
1
230
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
1k
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
740
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
160
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
410
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
1k
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
490
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
310
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
220
技術的負債の正体を知って向き合う / Facing Technical Debt
irof
0
170
PHPに関数型の魂を宿す〜PHP 8.5 で実現する堅牢なコードとは〜 #phpcon_hiroshima / phpcon-hiroshima-2025
shogogg
1
210
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Navigating Team Friction
lara
190
15k
Become a Pro
speakerdeck
PRO
29
5.5k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Automating Front-end Workflow
addyosmani
1371
200k
Faster Mobile Websites
deanohume
310
31k
Thoughts on Productivity
jonyablonski
70
4.9k
Practical Orchestrator
shlominoach
190
11k
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!