diff options
Diffstat (limited to 'blog/content/notes/tech')
| -rw-r--r-- | blog/content/notes/tech/how-this-site-works.gmi | 2 | ||||
| -rw-r--r-- | blog/content/notes/tech/on-software-development.gmi | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/blog/content/notes/tech/how-this-site-works.gmi b/blog/content/notes/tech/how-this-site-works.gmi index 9c78b9fc..eafbe7bf 100644 --- a/blog/content/notes/tech/how-this-site-works.gmi +++ b/blog/content/notes/tech/how-this-site-works.gmi @@ -45,6 +45,8 @@ gemini-to-http serves all Gemini requests by making an equivalent HTTP request t (The site is actually published at two different URLs, so all internal links are relative. Also extra care is required to never include extensions in links. But the differences between the gemtext and HTML conversion is minimal.) +(Also, multiviews helps with pretty URLs. Because canonical URLs do not include the file format extension, they look prettier. Many websites use URLs that end in a trailing slash instead, but that tends to be annoying to do with static site generators.) + ## Publishing the site The site is part of a Git repository. The server hosting this site has this Git repository. diff --git a/blog/content/notes/tech/on-software-development.gmi b/blog/content/notes/tech/on-software-development.gmi index 5c549f9e..cd5791ee 100644 --- a/blog/content/notes/tech/on-software-development.gmi +++ b/blog/content/notes/tech/on-software-development.gmi @@ -64,3 +64,6 @@ In my experience, the number of value-delivering stories done per sprint is a go => https://linear.app/method The Linear method. Linear is a software development management tool that I like. Linear is designed for a process similar to Scrum, but with significant differences. The Linear method is an interesting read that describes this process. + +=> https://zwischenzugs.com/2022/05/29/business-value-management-autonomy-and-engineer-retention/ Business Value, Soccer Canteens, Engineer Retention, and the Bricklayer Fallacy +About how to fit longer, less immediate tasks in incremental customer-oriented methodologies. |
