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
86
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
72
Treat yourself - A tale about dogtraining and test driven development
programmiri
1
520
Treat yourself - a tale about dog training and test-driven develompent
programmiri
0
56
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
83
Other Decks in Programming
See All in Programming
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
1
590
Webからモバイルへ Vue.js × Capacitor 活用事例
naokihaba
0
740
事業戦略を理解してソフトウェアを設計する
masuda220
PRO
22
6.2k
Javaに鉄道指向プログラミング (Railway Oriented Pro gramming) のエッセンスを取り入れる/Bringing the Essence of Railway-Oriented Programming to Java
cocet33000
2
580
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
760
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
250
生成AIで日々のエラー調査を進めたい
yuyaabo
0
620
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
190
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
800
Using AI Tools Around Software Development
inouehi
0
1.2k
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
920
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
150
Featured
See All Featured
Side Projects
sachag
455
42k
Producing Creativity
orderedlist
PRO
346
40k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
Facilitating Awesome Meetings
lara
54
6.4k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Docker and Python
trallard
44
3.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.9k
How to train your dragon (web standard)
notwaldorf
92
6.1k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
660
Unsuck your backbone
ammeep
671
58k
A Tale of Four Properties
chriscoyier
160
23k
Rails Girls Zürich Keynote
gr2m
94
14k
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!