Web development
Static Site Generators
Write your site in a markdown language and generate static HTML files instead of editing them in an online CMS. Reduces attack surface, improves site loading time – at the expense of dynamic content abilities.
- Hugo – written in Go
- Zola – written in Rust
- Jekyll
- Publii – desktop CMS generating static sites. Uses Handlebars.js to render its themes.
Content Management Systems
Frameworks
Backend
- Laravel (PHP)
Frontend
Developer tools
Test automation
- Cypress – JS-based end-to-end testing for anything that runs in a browser.