Blog Posts

Blog Posts
Hilla File Router (Preview)

Hilla 24.4 introduces a new File Router, allowing developers to create routes in an intuitive folder- and file-strcuture.

Blog Posts
1:n relationships in Hilla with AutoGrid and AutoForm

1:n relationships between entities can be implemented productively and flexibly in business web apps made with Hilla and the AutoGrid and AutoForm components.

Blog Posts
File upload and download in Hilla web apps

Uploading and downloading files is easy to implement in web apps based on the Hilla framework in conjunction with Spring.

Blog Posts
Generating Tekton resources with ytt templates

The initial effort for the creation of YAML files for new Tekton resources can be significantly reduced with the help of a templating mechanism based on ytt.

Blog Posts
React Native and Expo with Keycloak and the Authorization Code Flow (PKCE) of OAuth 2.0

Authentication and role-based authorization for React Native apps can be easily implemented, for example in conjunction with Keycloak and the Authorization Code Flow (with Proof Key for Code Exchange) of OAuth 2.0.

Blog Posts
Hilla AutoCrud with MongoDB

Since version 2.5 of the Hilla framework, the CrudService<T, ID> interface is available for the AutoCrud component. This allows data to be created, read, updated and deleted in a non-JPA-based database, such as MongoDB.