Homebrew Server Club: Difference between revisions
Jump to navigation
Jump to search
(Added new headings.) |
No edit summary |
||
Line 1: | Line 1: | ||
== Operating Systems == | == Hardware == | ||
* [https://www.raspberrypi.org/ Raspberry Pi] | |||
== Software == | |||
=== Operating Systems === | |||
* [https://www.alpinelinux.org/ Alpine Linux] | * [https://www.alpinelinux.org/ Alpine Linux] | ||
* [https://www.debian.org/ Debian] | * [https://www.debian.org/ Debian] | ||
Line 5: | Line 9: | ||
* [https://www.openbsd.org/ OpenBSD] | * [https://www.openbsd.org/ OpenBSD] | ||
=== Static Site Generators === | |||
* [https://jekyllrb.com/ Jekyll] | * [https://jekyllrb.com/ Jekyll] | ||
* [https://blog.getpelican.com/ Pelikan] | * [https://blog.getpelican.com/ Pelikan] | ||
=== Web Frameworks === | |||
* [https://phoenixframework.org/ Phoenix], written in Elixir | * [https://phoenixframework.org/ Phoenix], written in Elixir | ||
* [https://elm-lang.org/ Elm], functional language compiling to Javascript | * [https://elm-lang.org/ Elm], functional language compiling to Javascript |
Revision as of 13:36, 17 January 2019
Hardware
Software
Operating Systems
Static Site Generators
Web Frameworks
Links
- Awesome Static Web Site Generators
- Brutalist Web Design by David Bryant Copeland
- How to Build a Low-tech Website? by Low-Tech Magazine
- The Ethics of Web Performance by Tim Kadlec
- Securing Sites Made Them Less Accessible by Eric A. Meyer
- Susty WP, Delivering WordPress in 7 KB by Jack Lenox
- Performance Budget, "I want my site to load in X seconds on a Y connection" by @jonthanfielding
- Front-end performance checklist 2019 by Vitaly Friedman.
- World bandwith map from @mattleibow.
- Get Started With Analyzing Runtime Performance by Kayce Basques.
- Optimize Website Speed With Chrome DevTools by Kayce Basques.
- Optimization in Elm – an interesting look at compiler tool chain driven web performance.
- Small Assets without the Headache by Evan Czaplicki.