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
Automated Journaling with Go - Jessica Greene, ...
Search
GoDays
January 30, 2019
Technology
1
66
Automated Journaling with Go - Jessica Greene, Ecosia
Automated Journaling with Go - Jessica Greene, Ecosia
GoDays
January 30, 2019
Tweet
Share
More Decks by GoDays
See All by GoDays
Standing on the shoulders of giants - Tomasz Janiszewski - D2IQ
godays
1
130
How to instrument Go code in 2020 - Björn Rabenstein - Grafana Labs
godays
1
250
12 Factor CLI Apps with Cobra - Markus Zimmermann - cosee
godays
0
400
Integration and end-to-end testing with TestContainers-Go - Nikolay Kuznetsov & Erdem Toraman - Zalando
godays
1
1.1k
Fun with Functions - Frank Müller - Loodse
godays
0
110
Amazon SNS/SQS with Go - Paul Borlin - Compassion International
godays
1
310
Writing a language parser in 15min (or less) - Xavier Coulon - Red Hat
godays
0
110
A story about distributed computing before the cloud arrived - Rogier Lommers - bol.com
godays
0
110
Serverless Ops – Bye-bye Bash, Hello Go! - Rob Sutter - Amazon
godays
0
92
Other Decks in Technology
See All in Technology
「守る」から「進化させる」セキュリティへ ~AWS re:Inforce 2025参加報告~ / AWS re:Inforce 2025 Participation Report
yuj1osm
1
180
絶対に失敗できないキャンペーンページの高速かつ安全な開発、WINTICKET × microCMS の開発事例
microcms
0
360
Function Body Macros で、SwiftUI の View に Accessibility Identifier を自動付与する/Function Body Macros: Autogenerate accessibility identifiers for SwiftUI Views
miichan
2
150
制約理論(ToC)入門
recruitengineers
PRO
9
3.7k
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
1
820
AWS環境のリソース調査を Claude Code で効率化 / aws investigate with cc devio2025
masahirokawahara
2
1k
個人CLAUDE.md紹介と設定から学んだこと/introduce-my-claude-md
shibayu36
0
160
Jaws-ug名古屋_LT資料_20250829
azoo2024
3
210
退屈なことはDevinにやらせよう〜〜Devin APIを使ったVisual Regression Testの自動追加〜
kawamataryo
4
1.1k
【初心者向け】ローカルLLMの色々な動かし方まとめ
aratako
4
2.1k
ライブサービスゲームQAのパフォーマンス検証による品質改善の取り組み
gree_tech
PRO
0
430
JavaScript 研修
recruitengineers
PRO
6
1.4k
Featured
See All Featured
A designer walks into a library…
pauljervisheath
207
24k
BBQ
matthewcrist
89
9.8k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Become a Pro
speakerdeck
PRO
29
5.5k
Gamification - CAS2011
davidbonilla
81
5.4k
GraphQLとの向き合い方2022年版
quramy
49
14k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6.1k
Building an army of robots
kneath
306
46k
Balancing Empowerment & Direction
lara
3
600
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Transcript
None
Rules Code minimum an hour every day for the next
100 days. Tweet your progress every day with the #100DaysOfCode hashtag. *Optional* create a GitHub Repo with a Markdown log
Starting the challenge!
None
100 Tweets & GitHub Log 136 Contributions on GitHub 100+
Hours of coding
Starting Round 2!
None
None
Step 1 Get the Tweets from my Twitter account
Step 2 Processing the Tweets
Step 3 Convert to a string with desired formatting Round
2 day 70: August 7 2018 ### Round 2 day 70: August 7 2018 round : 2 day : 70
Step 3 cont. Add markdown styling func link(text string, link
string) string { return "[" + text + "]" + "(" + link + ")" }
Step 4 Writing out to file
Pitfalls and lessons learnt https://gopherize.me/
None
None
• Extend Markdown package/ make external library • Use a
NLP library for Tweet processing • Develop template to reduce human error • Use Markdown parser to display log online Future development https://gopherize.me
https://github.com/sleepypioneer/automated-journaling-with-GO Jessica Greene @sleepypioneer THANK YOU! .