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
120
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
93
Other Decks in Technology
See All in Technology
そのWAFのブロック、どう活かす? サービスを守るための実践的多層防御と思考法 / WAF blocks defense decision
kaminashi
0
200
ユーザーの声とAI検証で進める、プロダクトディスカバリー
sansantech
PRO
1
140
AIツールでどこまでデザインを忠実に実装できるのか
oikon48
6
3.4k
Claude Codeを駆使した初めてのiOSアプリ開発 ~ゼロから3週間でグローバルハッカソンで入賞するまで~
oikon48
9
3.6k
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
0
210
いまからでも遅くない!SSL/TLS証明書超入門(It's not too late to start! SSL/TLS Certificates: The Absolute Beginner's Guide)
norimuraz
0
240
Node.js 2025: What's new and what's next
ruyadorno
0
330
アイテムレビュー機能導入からの学びと改善
zozotech
PRO
0
160
プロダクトのコードから見るGoによるデザインパターンの実践 #go_night_talk
bengo4com
1
2.5k
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.8k
能登半島地震で見えた災害対応の課題と組織変革の重要性
ditccsugii
0
950
大規模サーバーレスAPIの堅牢性・信頼性設計 〜AWSのベストプラクティスから始まる現実的制約との向き合い方〜
maimyyym
10
4.7k
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
697
190k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
33
2.3k
Visualization
eitanlees
149
16k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Code Review Best Practice
trishagee
72
19k
Designing Experiences People Love
moore
142
24k
GraphQLとの向き合い方2022年版
quramy
49
14k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Building Applications with DynamoDB
mza
96
6.7k
How GitHub (no longer) Works
holman
315
140k
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! .