Hacker News new | ask | show | jobs
by oooyay 978 days ago
When I was younger and much more into PHP as a language WordPress was a great fit for me. WordPress templating was rather obtuse for what's supposed to be a view layer and plugins made use of some pretty exotic APIs that I found hard to understand when not being knee deep in WordPress-land.

Recently I moved my static blog (what it's been since the WordPress days) to Django and Wagtail and my experience has been night and day. I think a big part of that is that Python is one of the languages I code in with some regular amount of frequency and that Django is one or two layers of abstraction below a thing like WordPress, which is much more appealing and intuitive for me as a programmer.

That's to say, pick a platform in a language you like and an abstraction layer that ensures you'll continue to have fun.

1 comments

Good advice. For me, I found that I would on occasion just have large blocks of time away from my site, meaning any sufficiently complex contextual understanding to maintain it withered away. Hence my move to Wordpress which I plan to detail next.