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
61
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
110
How to instrument Go code in 2020 - Björn Rabenstein - Grafana Labs
godays
1
230
12 Factor CLI Apps with Cobra - Markus Zimmermann - cosee
godays
0
360
Integration and end-to-end testing with TestContainers-Go - Nikolay Kuznetsov & Erdem Toraman - Zalando
godays
1
920
Fun with Functions - Frank Müller - Loodse
godays
0
95
Amazon SNS/SQS with Go - Paul Borlin - Compassion International
godays
1
250
Writing a language parser in 15min (or less) - Xavier Coulon - Red Hat
godays
0
88
A story about distributed computing before the cloud arrived - Rogier Lommers - bol.com
godays
0
83
Serverless Ops – Bye-bye Bash, Hello Go! - Rob Sutter - Amazon
godays
0
78
Other Decks in Technology
See All in Technology
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
410
Lambdaと地方とコミュニティ
miu_crescent
2
370
IBC 2024 動画技術関連レポート / IBC 2024 Report
cyberagentdevelopers
PRO
0
110
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間
oracle4engineer
PRO
28
12k
Amazon Personalizeのレコメンドシステム構築、実際何するの?〜大体10分で具体的なイメージをつかむ〜
kniino
1
100
Taming you application's environments
salaboy
0
190
10XにおけるData Contractの導入について: Data Contract事例共有会
10xinc
6
620
ドメインの本質を掴む / Get the essence of the domain
sinsoku
2
150
インフラとバックエンドとフロントエンドをくまなく調べて遅いアプリを早くした件
tubone24
1
430
Incident Response Practices: Waroom's Features and Future Challenges
rrreeeyyy
0
160
OCI 運用監視サービス 概要
oracle4engineer
PRO
0
4.8k
AIチャットボット開発への生成AI活用
ryomrt
0
170
Featured
See All Featured
Done Done
chrislema
181
16k
Teambox: Starting and Learning
jrom
133
8.8k
The Language of Interfaces
destraynor
154
24k
Bash Introduction
62gerente
608
210k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
Building Adaptive Systems
keathley
38
2.3k
KATA
mclloyd
29
14k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
840
How to train your dragon (web standard)
notwaldorf
88
5.7k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Designing for Performance
lara
604
68k
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! .