

Rails app with Azure Entra-ID authentication
This post 1 demonstrates how to use Azure Entra-ID for authentication. According to What is Microsoft Entra ID?, Microsoft Entra ID is a cloud-based identity and access management service that your employees can use to access external resources. ...
Simple.css framework
After using bulma for some time, I moved on to an even easier framework, called Simple.css. All you have to do is to include it: ...
Ruby on Rails ticks and trips
I have been using Ruby on Rails quite a lot lately due to its extremely rapid way to build proof of concepts for web applications. ...
A vertical responsive menu with PureCSS
I have been using Pure.css in most of my applications since it is really simple to use. This is a small code sample that uses Pure.css with a responsive, vertical menu with hamburger and a submenu. ...
Pure.css framework
Pure.css is a css framework that does not include JavaScript like other frameworks such as Vue, bootstrap, … In contrast to those frameworks: ...
Hugo tips and tricks
This page describes my experiences with the static web site publishing tool Hugo. Open link in new tab There is a discussion which describes How to open links in a new tab. ...
Serving static pages locally
Running build-in tomcat server It is possible to deploy Jekyll sites locally, because OSX has a build-in Apache tomcat server. The local sites reside under ~/Sites. However, the setup of this server often changes with new versions of OSX. ...
Mermaid
Mermaid is a JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. ...
How to work with modules and packages in Go
I had to practice a long time to understand the go concepts of modules, packages, and how to publish them to github. Here are my learnings. ...
Bolero hosting Razor page
In this post we investigate how to use Razor pages on the host and Bolero WebAssembly on the client side. The final code can be found on My github - Tutorials - BoleroAppRazor. ...