After reading SpeechSynthesisUtterance I wanted to try it on my own on a minimal example, cause their own example Speech synthesiser isn't working on my Chromium.
Just a small tool to show the device orientation data from JavaScript.
In the following post I want to present my adjustable home climbing wall. It may help other people by decision making, but it won't cover construction plans or similar. Everything just for boast.
A small tutorial to document my steps with FreeCAD to construct a simple wooden climbing foothold.
I still prefer LaTeX for presentations. There might be more comfortable software for presentations, but LaTeX is in my eyes the way to go for scientific data. The font selection is just pretty limited. The XeTeX project can help you to get TrueType fonts into your documents and presentations.
A small and easy tool that gives you your current GPS coordinates.
A small interval clock counter tool for fitness exercises or similar.
I needed a PHP library that compares strings with a Longest common subsequence algorithm. Important was the support of UTF-8 or Multibyte Strings at all.
My nonsmoking helper application ends today after four weeks, but I would like to see the benefits of not smoking in challenging moments. So I build my own small JavaScript tool that shows me the number of not smoked cigarettes and the saved money while not smoking.
Shopware best practice while developing is to use events if you want to change or add the behavior of the shop. Some developers are often searching for full event lists of a system. But in the most cases are those lists incomplete. The main reason are dynamic events. It is always a good idea to create a fresh event list for every development task that desires events.