DEV Community

Discussion on: Blogging as a Developer

Collapse
 
martingbrown profile image
Martin G. Brown

Don't do what I did and think it is a great idea to develop your own blogging platform. Seriously I spend so much time on it I have no time left to write the blog posts.

Collapse
 
peoray profile image
Emmanuel Raymond

Thank you for pointing this out. I once had a WordPress blog but I'd spend the best part of my time searching for plugins and ways to improve the blog and neglect the most important thing which is to actually write the article. The reason I decided to just focus on Medium amd dev.to where everything is done for you and you just focus on writing your articles.

Collapse
 
selrond profile image
Sebastian Andil

That's something I've been thinking about, and decided to go with WordPress for many obvious reasons, but mostly — it's your own platform

Collapse
 
aspittel profile image
Ali Spittel

Oh, interesting! I wrote one using GatsbyJS and I love it! It's relatively recent though, so maybe it'll be hard to maintain

Collapse
 
iwilsonq profile image
Ian Wilson

At two different times I rolled my own blog platform but only made it through 2-5 posts before the maintenance killed me. I suffered from wanting to build something so bad that I tried to do everything from scratch.

Recently, though, I set up my own site just using the Gatsby blog starter and its been a lot easier; I can actually spend my effort writing and cross posting.

Thread Thread
 
aspittel profile image
Ali Spittel

Mine's Gatsby too! I'm obsessed with it!

Collapse
 
martingbrown profile image
Martin G. Brown

I wrote mine years ago in C#/ASP.Net using a custom data layer and SQL Server, then I moved it to use Entity Framework, then I moved it to ASP.Net MVC, then I moved it to Azure, then I moved it to AWS, then I added better image support, then I added commenting, then I developed my own Captcha, then I added the Word Press API to make it Open Live Writer compatible, then I added the Blogger ATOM API, then I added jQuery, then I thought the web admin interface needed an over hall, then I wrote a web wysiwyg HTML editor, then I redesigned the look and feel using CSS, then I thought LESS would be good, then I made it Angular, then I thought SASS would be good, then I added a CDN, then I changed to React, and then I had kids.

Seriously the project is never ending.

Thread Thread
 
aspittel profile image
Ali Spittel

Haha too funny, I have it so I can just write markdown in my text editor and then run a script that transpiles it to HTML and then deploys it!

Collapse
 
weswedding profile image
Weston Wedding

Along the same lines, just do some theme shopping and find a serviceable theme that does what you mostly want to do.

I have revised and re-written Wordpress themes and plugins so often that my blog turned into a 5 year journey.