Ruby on Rails tips and tricks

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. ...

November 12, 2024 · 11 min · Markus Greiner

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. ...

April 11, 2023 · 4 min · Markus Greiner

RESTful API

This contains some thoughts how to implement RESTful APIs. Background tbd Best practices A search for RESTful API best practices reveals many sites: ...

March 15, 2023 · 3 min · Markus Greiner