Browsing Category
Web Development
11 posts
Apache Causeway – GOING FURTHER
In this article we'll continue our exploration of the Apache Causeway, a Spring Boot framework for domain-driven apps following the naked objects pattern. Our focus this time is the framework's support for validation, on testing, and we'll also look at some additional UI hints.
Best Practices for Writing Clean Code in Java
Introduction Writing clean, maintainable code isn’t just a good idea; it’s a non-negotiable imperative for any professional Java…
Apache Causeway – An Introduction
In this article we explore key concepts of the Apache Causeway framework, learning how it surfaces domain logic directly in the UI, with minimal boilerplate. You’ll gain a practical understanding of how Causeway supports rapid prototyping and domain-driven development.
Design-first APIs for UI Components
Oh how the internet has changed. Where it began with HTML, static pages with minimal to no styling…
Testing Done Right!
Oh no! Not another article about testing! You can find a lot of publications about automated testing in…
Integrating Micro Frontends into Existing Applications – Lessons Learned
The application has been in production for several years – can you jump on a hype like micro…
A Passwordless Future: Passkeys for Developers
Passwords have been around for thousands of years and we were all happily sharing our Netflix passwords. They…
Bridging the Gap: Full-Stack Development Without the Headaches
Working on web projects often means dealing with two separate environments—one for the backend and another for the…
AI-Powered Form Wizards: Chat, Click, Done
Transforming Form Filling into a Conversational Experience Forms are everywhere—tax declarations, job applications, or even signing up for…
Unit Testing Web Frontend For Accessibility Aspect
When we’re talking about unit testing, it is something that developers want to avoid, but what about accessibility??…