I've never tried learning WordPress, I know they say it makes building stuff easy, but I just enjoy writing code, man. It's fun.
Ask HN: Is WordPress the best way to create new websites for beginner
31–40 of 50 posts
Re: Ask HN: Is WordPress the best way to create new websites for beginner
#32Depends on your goal. If you’re not interested in hand-maintaining the code of the website(s), and you just want a nice GUI for publishing pages/posts/etc., then I’d say use some hosted platform like Squarespace. For actually learning how to build websites, start with something more low-level and barebones like a static site generator (Jekyll, Hugo, Gatsby, etc.), or even plain GitHub Pages without a static site gene…
Re: Ask HN: Is WordPress the best way to create new websites for beginner
#33Re: Ask HN: Is WordPress the best way to create new websites for beginner
#34Astro with a good understanding of how to build using a coding agent (my go to is the BMAD method)
Re: Ask HN: Is WordPress the best way to create new websites for beginner
#35Depends on your goal. If you’re not interested in hand-maintaining the code of the website(s), and you just want a nice GUI for publishing pages/posts/etc., then I’d say use some hosted platform like Squarespace. For actually learning how to build websites, start with something more low-level and barebones like a static site generator (Jekyll, Hugo, Gatsby, etc.), or even plain GitHub Pages without a static site gene…
What if i say my start was from wordpress so what shoyld I use then lets say I know basics of html and other built some php functions but now I wanna code without using AI
It sounds like you're fairly new to programming, so I would suggest a static site generator that is easy to install and use.
Zola[1] is less well-known, but it's easy to install and fast. I tend to use Hugo[2] the most these days, which is fast and has solid documentation, but its template syntax is really annoying compared to Zola.
[1]: https://www.getzola.org/documentation/getting-started/overvi...
Re: Ask HN: Is WordPress the best way to create new websites for beginner
#36Re: Ask HN: Is WordPress the best way to create new websites for beginner
#37WordPress was a good idea over a decade ago if you were doing affiliate marketing and couldn't code. But now everyone can code.
Re: Ask HN: Is WordPress the best way to create new websites for beginner
#38It is free, and doesn't require any backend setup.
Re: Ask HN: Is WordPress the best way to create new websites for beginner
#39No. Wordpress requires overly complex administration and deployment. There’s just a lot that goes on with Wordpress, and you’d need a VPS to deploy it just by the nature of Wordpress. If you’re building a static site - meaning, a site which does not have any forms which require backend functions - you should use a static site generator. If you’re not building a static site, I recommend starting with a static site. It…
Re: Ask HN: Is WordPress the best way to create new websites for beginner
#40For web apps, Rails, Django, Laravel. React is the "standard" client framework of the last number of years. Perhaps someone can give advice about those web techs.