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
Coding Challenge Advent of Code 2019
Search
Takayuki Matsubara
January 17, 2020
Programming
0
120
Coding Challenge Advent of Code 2019
Introduce Advent of Code
https://adventofcode.com/
at M3 Tech Talk #140.
Takayuki Matsubara
January 17, 2020
Tweet
Share
More Decks by Takayuki Matsubara
See All by Takayuki Matsubara
Rails Web Development with AWS Lambda
ma2gedev
0
260
Developer Experience in GraphQL Schema-first Development
ma2gedev
0
2.2k
Dependency Inversion Principle in Keyboard Firmware
ma2gedev
0
460
OSSの歩き方 / Walking with OSS
ma2gedev
10
2.5k
GraphQL 開発で必要になったこと / What we needed for GraphQL development
ma2gedev
0
1.1k
キーボードをカスタムしてプログラミング環境を良くした話 / Improved programming environment with customizing keybords
ma2gedev
0
1.3k
Translating "Erlang in Anger" with Erlang & Elixir community members
ma2gedev
0
2.8k
Dive into Elixir v1.6 Code Formatter
ma2gedev
1
170
Make it easy to input `|>`
ma2gedev
2
2.8k
Other Decks in Programming
See All in Programming
Preact、HooksとSignalsの両立 / Preact: Harmonizing Hooks and Signals
ssssota
1
1.3k
CRE Meetup!ユーザー信頼性を支えるエンジニアリング実践例の発表資料です
tmnb
0
630
Java 24まとめ / Java 24 summary
kishida
3
450
Ruby's Line Breaks
yui_knk
2
460
フロントエンドテストの育て方
quramy
11
2.9k
Building Scalable Mobile Projects: Fast Builds, High Reusability and Clear Ownership
cyrilmottier
2
250
Qiita Bash
mercury_dev0517
1
180
リアクティブシステムの変遷から理解するalien-signals / Learning alien-signals from the evolution of reactive systems
yamanoku
3
1.2k
Day0 初心者向けワークショップ実践!ソフトウェアテストの第一歩
satohiroyuki
0
830
Do Dumb Things
mitsuhiko
0
420
Develop Faster With FrankenPHP
dunglas
2
3.2k
AWS で実現する安全な AI エージェントの作り方 〜 Bedrock Engineer の実装例を添えて 〜 / how-to-build-secure-ai-agents
gawa
8
700
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
183
22k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.4k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Facilitating Awesome Meetings
lara
54
6.3k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.2k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.5k
The Invisible Side of Design
smashingmag
299
50k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
104
19k
Build The Right Thing And Hit Your Dates
maggiecrowley
35
2.6k
Documentation Writing (for coders)
carmenintech
69
4.7k
GraphQLとの向き合い方2022年版
quramy
46
14k
Transcript
Coding Challenge Advent of Code 2019 2020/01/17 M3 Tech Talk
140 @ma2ge
self-introduction • Takayuki Matsubara • ma2ge@twitter ! • ma2gedev@github •
Ruby, Elixir, OSS, Keyboards and " • PowerAssertEx ⭐$ • github.com/ma2gedev/ power_assert_ex
Advent of Code https://adventofcode.com/
Puzzle • solve first part then second part is displayed
• second part is difficult
None
Interest • story • only submit answer • make interpreter(called
Intcode computer) through several days
Demonstration
Resources • Advent of Code • https://adventofcode.com/ • My code
• https://github.com/ma2gedev/advent-of-code • Reddit • https://www.reddit.com/r/adventofcode/
END