22.08.23 – von Benjamin Abt
My two GitHub Browser Extensions that make my life easier
GitHub is a wonderful platform — but some things in the UX are curious, and cumbersome.
Two extensions help me make my GitHub experience much better.
Weiterlesen
11.08.23 – von Dominik Deschner
Building & Hosting a semi-static website with Strapi, Gatsby.js and Azure
The world wide web is filled with plenty of applications and delightful content ranging from scientific contributions over dicussion boards to company websitesA high fraction of this content is static or updated very irregulary. Also many websites are powered by content management systems that allow easy setup and management. By design those systems not only delivery static html to the consumer but generate the served content for every request over and over again by fetching dynamically content from databases or other content sources. Which results in wasting valuable ressources like computational power and energy. To transform into a more sustainable usage of ressources this is a huge challenge to solve.
Weiterlesen
02.08.23 – von Philipp Bauknecht
Use dynamic JSON strings with Azure CLI commands in PowerShell
PowerShell has some interesting quoting issues when running from the command line described here: https://github.com/Azure/azure-cli/blob/dev/doc/quoting-issues-with-powershell.md
Weiterlesen