Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Automated Journaling with Go - Jessica Greene, ...

GoDays
January 30, 2019

Automated Journaling with Go - Jessica Greene, Ecosia

Automated Journaling with Go - Jessica Greene, Ecosia

GoDays

January 30, 2019
Tweet

More Decks by GoDays

Other Decks in Technology

Transcript

  1. 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
  2. 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
  3. Step 3 cont. Add markdown styling func link(text string, link

    string) string { return "[" + text + "]" + "(" + link + ")" }
  4. • 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