DEV Community

Discussion on: Blogging as a Developer

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!