Going from 0 to small. A developer’s journey starting a technical blog from scratch.
Stats in this post as of 21st of October, follow me on Twitter for monthly updates.
Contents:
- Timeline
- Post count, total word and read time
- Top visited
- Top day, analytics and search traffic data
- Highlights
- Newsletter, dev.to and Twitter
- Code and example repositories
- Revenue
Timeline
First commit : 10th of March 2018
First post : Avoiding falsy values in JavaScript, published 10th of April 2018
6 month date : 11th of October
Days : 183 days (for the 6-month date)
Post count, total word and read time
Posts : 35 (36 since this is published, live stats at https://beta.observablehq.com/@hugodf/code-with-hugo-posts)
Total Words : 32,900
output of :
cat content/post/2018-{04,05,06,07,08,09,10,11,12}-* | wc -w
in the Hugo root directory
Total reading time : 110 minutes, 1h 50min
Mean post reading time : 3.02 minutes
Top visited
- How to make beautiful, simple CLI apps with Node, published 20th of June 2018
- How components won the frameworks wars, published 22nd of April 2018
- Using ES6 classes for Sequelize 4 models, published 9th of May 2018
- Testing an Express app with Supertest, moxios and Jest, published 27th of June 2018
- Setting up Express and Redis with Docker Compose, published 6th of June 2018
- JavaScript GraphQL Client Requests in Node and the browser using graphql.js, published 5th of September 2018
- Homepage, codewithhugo.com
- Change the date of a git commit, published 29th of August 2018
- Mocking the current Date in Jest tests, published 7th of July 2018
- A gentle introduction to GraphQL API integrations, published 10th of September 2018
Top day, analytics and search traffic data
Top Day : 23rd of April, 2,622 page views
How to make beautiful, simple CLI apps with Node got pretty high on /r/node
.
Search traffic for the last 6 months (as of 21st of October 2018):
Highlights
- Getting onto Node Weekly, JavaScript Weekly, Vue.js feed, GraphQL Weekly, thanks for all the work put into curating top content (and deeming some of mine was).
- Becoming a writer for freeCodeCamp and The Startup, on top of a HackerNoon and Codeburst contributor
Newsletter, dev.to and Twitter
Newsletter:
- Subscribes : 72
- Unsubscribes : 4
dev.to:
- Followers: 2,811
Code and example repositories
Repositories count : 11
In order of appearance:
- github.com/HugoDF/express-redis-docker
- github.com/HugoDF/fix-package-lock
- github.com/HugoDF/express-supertest-moxios
- github.com/HugoDF/express-bull-es6
- github.com/HugoDF/snapshot-everything
- github.com/HugoDF/python-graphql-client-example
- github.com/HugoDF/js-graphql-client-example
- github.com/HugoDF/parcel-gh-pages-deploy
- github.com/HugoDF/vue-multiple-components-in-sfc
- github.com/HugoDF/wait-for-pg
- github.com/HugoDF/micro-vs-express-example
Extracted using:
cat content/post/2018-{04,05,06,07,08,09,10,11,12}-* | grep "https://github.com/HugoDF/"
followed by manual cleaning 🙂
Revenue
👌, a big fat 0
.
I’m working on Accountable Blogging and a Sequelize cheat sheet so subscribe to the newsletter
Again, stats and data in this post as of 21st of October, follow me on Twitter for monthly updates.