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
120
How to instrument Go code in 2020 - Björn Rabenstein - Grafana Labs
godays
1
240
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
100
Serverless Ops – Bye-bye Bash, Hello Go! - Rob Sutter - Amazon
godays
0
89
Other Decks in Technology
See All in Technology
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
18k
SRE不在の開発チームが障害対応と 向き合った100日間 / 100 days dealing with issues without SREs
shin1988
2
2.1k
AI Ready API ─ AI時代に求められるAPI設計とは?/ AI-Ready API - Designing MCP and APIs in the AI Era
yokawasa
10
3k
セキュアな社内Dify運用と外部連携の両立 ~AIによるAPIリスク評価~
zozotech
PRO
0
130
60以上のプロダクトを持つ組織における開発者体験向上への取り組み - チームAPIとBackstageで構築する組織の可視化基盤 - / sre next 2025 Efforts to Improve Developer Experience in an Organization with Over 60 Products
vtryo
3
1.9k
Deep Security Conference 2025:生成AI時代のセキュリティ監視 /dsc2025-genai-secmon
mizutani
4
2.9k
20250708オープンエンドな探索と知識発見
sakana_ai
PRO
4
1k
Rethinking Incident Response: Context-Aware AI in Practice
rrreeeyyy
2
950
ソフトウェアQAがハードウェアの人になったの
mineo_matsuya
3
210
Maintainer Meetupで「生の声」を聞く ~講演だけじゃないKubeCon
logica0419
0
110
QuickSight SPICE の効果的な運用戦略~S3 + Athena 構成での実践ノウハウ~/quicksight-spice-s3-athena-best-practices
emiki
0
290
Four Keysから始める信頼性の改善 - SRE NEXT 2025
ozakikota
0
420
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
520
Making Projects Easy
brettharned
116
6.3k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Scaling GitHub
holman
460
140k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Faster Mobile Websites
deanohume
308
31k
Speed Design
sergeychernyshev
32
1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
A designer walks into a library…
pauljervisheath
207
24k
A better future with KSS
kneath
238
17k
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! .