Springe zum Inhalt
griechisches lambda

Blog

🇩🇪 Deutsch | 🇬🇧 English classic RSS Icon RSS Feed

Mobile Navigation Menus without JavaScript

To make our company website as accessible as possible, we wanted to present central functions without JavaScript. For this reason, we explored the question of whether a mobile navigation menu can be implemented using only HTML and CSS.

Invoking Javascript from GraalVM using Java

When developing our website and this blog, it was important to us that they function even without JavaScript. One challenge we faced was the syntax-highlighting for source code blocks in blog posts – most common libraries for this purpose are primarily in JavaScript. In this article, we’ll show how we executed this library on the backend using the polyglot features of GraalVM.