Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
21–30 of 74 posts
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#22Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#23Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#24Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#25I've been using Nanoblogger, a Bash-based static website generator, for about ten years. It hasn't been updated in the last four, and indeed is still hosted on SourceForge. I could switch to something newer and better, but why bother?
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#26I use Swift Sever Side framework for backend and Sveltejs (https://Svelte.technology) for front-end JavaScript to handle just about anything that jQuery could and a lot easier to run same compiled modules code on Nodejs and web browsers with Rollup.
Less worry than running frameworks that will encounter bugs that may take time to resolve e.g. React, Angular 1/2 have enormous issues since 2014/2013, Swift and Sveltejs are a great combination. I roll, I roll, I roll out in 2017!
Pssst. DOM are fastest when you only need to update a small portion of your code and majority of use case with DOM manipulation is fine.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#27Html and php include
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#28Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#29Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#30A friend had difficulties with Wordpress + Woocommerce I set for them and I figured everyone knows folders.
I'm tinkering with it from time to time. (As you might notice, I'm also learning web dev, CSS and stuff)..