/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

gettalong.org
| | renato.athaydes.com
2.2 parsecs away

Travel
| | [AI summary] The author shares the development journey of 'Magnanimous,' a custom static website generator he built in Go to overcome limitations of existing platforms, detailing technical challenges like templating and scoping alongside the lessons learned.
| | vincent.bernat.ch
3.4 parsecs away

Travel
| | My previous website was generated (dynamically) with mod_autoindex, a module from Apache targeted at rendering an index page for the files...
| | holtwick.de
1.1 parsecs away

Travel
| | I developed the static website generator Hostic. Here I explain why and how I did it.
| | takeonrules.com
28.0 parsecs away

Travel
| One of my "quality of life" improvements in my text editor is related to Rubocop ; a style guide enforcer that raises issues about complexity, formatting, and other things. When I'm coding and feel I need to ignore Rubocop 's opinion, I will tell Rubocop to ignore the violation. I do this by adding a "disable" comment before the violation and an "enable" comment after the violation.