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
67
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
140
How to instrument Go code in 2020 - Björn Rabenstein - Grafana Labs
godays
1
260
12 Factor CLI Apps with Cobra - Markus Zimmermann - cosee
godays
0
420
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
130
Amazon SNS/SQS with Go - Paul Borlin - Compassion International
godays
1
330
Writing a language parser in 15min (or less) - Xavier Coulon - Red Hat
godays
0
120
A story about distributed computing before the cloud arrived - Rogier Lommers - bol.com
godays
0
120
Serverless Ops – Bye-bye Bash, Hello Go! - Rob Sutter - Amazon
godays
0
100
Other Decks in Technology
See All in Technology
脳内メモリ、思ったより揮発性だった
koutorino
0
350
PMとしての意思決定とAI活用状況について
lycorptech_jp
PRO
0
120
It’s “Time” to use Temporal
sajikix
1
140
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
430
ナレッジワークのご紹介(第88回情報処理学会 )
kworkdev
PRO
0
210
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
2
130
Sansanでの認証基盤内製化と移行
sansantech
PRO
0
450
決済サービスを支えるElastic Cloud - Elastic Cloudの導入と推進、決済サービスのObservability
suzukij
2
640
【Oracle Cloud ウェビナー】【入門編】はじめてのOracle AI Data Platform - AIのためのデータ準備&自社用AIエージェントをワンストップで実現
oracle4engineer
PRO
1
100
情シスのための生成AI実践ガイド2026 / Generative AI Practical Guide for Business Technology 2026
glidenote
0
250
Claude Code 2026年 最新アップデート
oikon48
13
10k
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
7.9k
Featured
See All Featured
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
640
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
480
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
Why Our Code Smells
bkeepers
PRO
340
58k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
720
Measuring & Analyzing Core Web Vitals
bluesmoon
9
780
Side Projects
sachag
455
43k
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
150
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
320
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! .