πππ Today marks the one-month milestone of active writing! πππ This milestone was one that I had set in mind when beginning on June 22nd and I wanted to reflect on some learnings, achievements, and earnest thoughts I've had about the future in writing.
βπΎ The Why
This year has brought many challenges with it, but it has also been a great opportunity to take on other challenges and use this time at home to learn and apply more.
I've always been in awe of those who write. I have always been consuming great content and applying it to my work, but never truly giving back to the community. This made the decision to begin writing an easy one with all this newly found free time!
Another contributing factor was the inadvertent improvement of my communication soft skills while writing. That's just a delightful bonus.
π§ββοΈ The How
With isolation comes great no responsibility. My mornings had freed up considerably, and I had a few options with how I wanted to fill that void. Beginning from June 22nd, I would wake up, make some tea and head to the desk, and put something together in the few hours before work.
I wrote code to post across to my three websites of choice:
This code included scripts to modify the markdown based on the platform it was heading to, as well as a script to generate the heading images based on the tags, heading, and a custom query I could provide. It pulls an image from Unsplash based on this annotates it and then updates the markdown to create the image author. This frees up about a solid 15-20 minutes each morning which has also already saved around 15 hours of my time in just this month alone.
While I am typing away in my code editor, I did add the "spell check" VSCode extension after realizing how awful my spelling can be when typing away with proofreading, but I also plan to update this down the track to include grammar and spell checks as part of a Git Hook. I also plan to incorporate a webhook to automate sharing the content to Twitter for me after posting.
π The Facts
Here are some overviews from my different mediums.
Personal
The numbers are modest, but worth sharing for transparency!
- My blog site has had 344 sessions with an average duration of about two and a half minutes.
- My personal website now seemingly ranked 3rd for "Dennis O'Keeffe" when searched on Google - a massive improvement from what I had before.
- My GitHub account has 17 new followers.
- My Twitter account has about 27 new followers.
Dev.To
My Dev.To is where I have been most active outside of my posts. I've always enjoyed the community there and learned a lot, so I've tried to be more actively involved in other discussions outside of my posts.
As for the statistics:
- I wrote 47 posts (wowsers now that I think about that).
- 561 new followers.
- 21,751 post views.
- 1,226 reactions.
My top five ranking posts have been:
- The 9-Step Plan For Becoming Dangerous In Any Language
- 7 CSS Tips To Save Your Sanity
- 4 Easy Steps To Building Your First Twitter Bot With JavaScript
- Docker + GitHub Actions = Your Next Productivity Superpower
- O(1) Reloading With Create React App
Unsurprisingly, the "listicle" posts have performed the best. I've been tossing up what sort of content to write.
Some listicles I read are definitely great and can succinctly give great advice and resources, but sometimes I've wanted to try to write more in-depth on solutions/fun projects I have done. The articles I've enjoyed writing the most that did not perform well:
- Building an Alfred extension for my developer notes
- Eliminating 20k lines of code with the Babel AST Parser
- Using the AWS CDK to send a serverless Slack message
- Scraping websites with Xray
- Impressing Friends at (Isolation) Parties with Mermaid Diagrams
- The ABCs of Rate Limiting ExpressJS Servers with Docker + Redis
- Build a CLI Puppeteer tool to screenshot all the things!
These could be a mix of being niche, being too early in my writing this month, having sub-par titles, having inaccurate tags, or my inability to explain the benefits of taking what you learn from there and expanding upon them. Regardless, these quirkier tutorials are definitely around projects/TILs that I have enjoyed most!
Medium
Medium has been where I've had to least success - I did not share as much content there as I have for Dev.To. The reason for that simply being a mix of the paywall and a strange limit to how much I could share in a day. As for the numbers:
- 746 views.
- 284 reads.
- 14 fans.
- I've made about three Australian dollars (half a coffee woo!).
I've had five articles selected to be shared for both the "Programming" and "JavaScript" topics:
- The 9-Step Plan for Becoming Dangerous in Any Language
- Docker and GitHub Actions
- The Worldβs Most Gentle Introduction Into Functional Programming
- O(1) Reloading With Create React App And Snowpack
- Using the AWS CDK to send a serverless Slack message
I've also ended up being published in five different publications:
At the time of writing, there have been offers for two other publications that I have not acted on. Why? Mainly because I do not spend too much time pushing my content to Medium just yet.
Messages from content curators for these publications also come off as more robotic, so it very much could be an automated approach. I know very little about it.
The fact that I've had 21k+ views on Dev.To and only about 746 on Medium may also say something about Medium's paywall or the goto for developers in 2020.
π€ What Next
Writing vs Coding
I do want to slow down on the writing. I have thoroughly enjoyed my month, however, there are some realities I need to face.
Writing from 6 am until work at 9 am and then working through to 5 pm is not sustainable. It has been great during isolation, but if this nightmare ever ends then I would like to go back to exercising or climbing in the mornings.
I've been spending most evenings after-work doing my pet projects (normally coding after dinner until bed) which again will very likely change once things get back to normal. For now, it is perfectly fine with me! I still have four more weeks of lockdown to go here in Melbourne.
When push comes to shove and things do change, writing will take the hit when I need to make the choice between focusing on that or coding with the reduced free time.
Newsletters
I decided I would begin curating a few weekly newsletters!
I have already started with a general one for developers, but am also looking to pull some together for the languages I am most interested in or work with the most at work:
- Gopher Gold for Golang on Tuesdays.
- Rusticles for Rust which will come out Wednesdays (first one today!).
There will also be ones I start for JavaScript, Python, and some other topic(s) (thinking a general AWS one). These newsletters are really just a way to centralize my own interests into a reading list that I can go through each day of the week.
It will start simply as blog posts for now but may become email chains down the track.
Podcasts
I want to begin practicing my skills on the microphone and reflecting on how I speak in a public forum, so I am hoping to begin taking one of the newsletters each week and speaking on the news coming out from there!
Like the writing, I do not want to spend more time than necessary to publish podcasts, so I will do my best to find a way to automate the mastering and distribution of content.
π Summary
What a month it has been! All-in-all, it has been a great way to start my mornings during the lockdown.
Slowing down to write a blog post has also meant understanding more about a topic in order to convey what you are trying to share.
It has also been great to get feedback from others to help me on my own journey.
I am very much looking forward to persevering and continue sharing, even though this may mean slowing down the posts-per-month!
Image credit: Pascal Debrunner
Originally posted on my blog. Follow me on Twitter for more hidden gems @dennisokeeffe92.
Top comments (2)
I loved reading about your one-month writing routine! I always want to write more but struggle with making time/making it a priority. I love how you used your extra time in the morning to write every single day and tested out publishing on a few different platforms. You've inspired me to start something similar! Any tips for someone embarking on the one-month writing milestone? π
Hello Ruanna! I am glad you enjoyed! Good question, I think my retrospective tips are this:
For (4), a number of the posts I actually wrote were things I ended up building to help automate my blog posts.
Apologies that this is a long reply, but hopefully those tips are an earnest retro on it! Lastly, I'd say don't be too hard on yourself if you have other priorities. Now that I'm past day 30, I am certainly going to slow down and get into something else I enjoy!