3

I want to build a blog. Which language do you recommend me to use? Which is better and why?

I know MEAN, Rails, PHP... But I just can't decide which one to use. I don't wanna use any wordpress-like app (joomla or any other thing).

Thanks! :D

Comments
  • 0
    Laravel maybe?
  • 1
    Js vs Php vs Ruby
    Maybe try something new, if there is no obvious winner betwixt these in your mind there's got to be a reason.

    Maybe try a compiled language like Golang, I really liked moving from php to golang... Not at first, but after getting a hang of it I definitely prefer golang now
  • 1
    My vote is for php
  • 0
    Try a static site generator. There's Jekyll for Ruby and Hexo/Gatsby (and many more) for JavaScript.

    You can host the blog for free on Github Pages, Surge or Netlify.
  • 1
    if you want simple, try Jekyll for Ruby
  • 0
    For simplicity I found Hexo with Pug(former Jade) rather exciting...
  • 0
    Mean please
  • 0
    instead of MEAN go with MERN
  • 0
    Rails, Rails, Rails
  • 0
    @thureos is Laravel really worth it for small projects? I mean it's nice to build things with it but performance wise... I wouldn't add a redis cache just for a blog.
Add Comment