(2021) The small web is beautiful

This commit is contained in:
Morgan 2022-01-18 11:05:38 +01:00 committed by GitHub
parent ca0a6d46e8
commit 42be811d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5075,7 +5075,12 @@ rpm --rebuilddb
* [JAMstack Themes](https://jamstackthemes.dev/ssg/) - Themes for Static Site Generators | for Hugo, Hexo, Gatsby, Eleventy (11ty), Vuepress, Pelican, Jekyll, Mkdocs, etc
* [Alex so yes](https://alexsoyes.com/eco-conception-web/) - :fr: [FR] (2021) Comment coder un site écologique ? Devenir un développeur green avec léco-conception web
* [Unix Sheikh](https://www.unixsheikh.com/articles/javascript-malware-infested-nightmare.html) - (2021) JavaScript malware infested nightmare | some rant
* [Ben Hoyt](https://benhoyt.com/writings/the-small-web-is-beautiful/) - (2021) The small web is beautiful
> * Fewer moving parts. Its easier to create more robust systems and to fix things when they do go wrong.
> * Small software is faster. Fewer bits to download and clog your computers memory.
> * Reduced power consumption. This is important on a “save the planet” scale, but also on the very local scale of increasing the battery life of your phone and laptop.
> * The light, frugal aesthetic. Thats personal, I know, but as youll see, Im not alone.
## Web development checklists / best practices
* [Yahoo Developer Network](https://developer.yahoo.com/performance/rules.html) - Best Practices for Speeding Up Your Web Site
* [shieldfy/API-Security-Checklist](https://github.com/shieldfy/API-Security-Checklist) - API Security Checklist