-
Notifications
You must be signed in to change notification settings - Fork 0
Ideas
John Boyes edited this page Mar 15, 2020
·
7 revisions
-
Use LinkedIn for comments on my articles? Could add a link at the foot of every blog article to the corresponding LinkedIn post, saying "Join the discussion here"
-
Ensure that my website is properly structured as a blog - at the moment it's a portfolio site which is ok for MVP but not for when I start adding blog articles.
Maybe blog articles will come from a separate headless CMS
- Blog articles should be publicly versioned, so that people can see the history of my changes
-
Track the accelerate metrics
-
Convert CI bash scripts to e.g. Python or Ruby or Go, and test them?
- Upside: more testing equals more confidence, and bash scripts are brittle
- Downside: more complexity (having to have the language of choice installed etc)