You are here |
golb.hplar.ch | ||
| | | |
www.morling.dev
|
|
| | | | I have built a custom search functionality for this blog, based on Java and the Apache Lucene full-text search library, compiled into a native binary using the Quarkus framework and GraalVM. It is deployed as a Serverless application running on AWS Lambda, providing search results without any significant cold start delay. If you thought Java wouldn't be the right language for this job, keep reading; in this post I'm going to give an overview over the implementation of this feature and my learnings along ... | |
| | | |
mydeveloperplanet.com
|
|
| | | | When building a Spring Boot application, adding validation is crucial for input handling. By utilizing the Jakarta Bean Validation specification, along with the Hibernate Validator, you can enforce input restrictions in both Controller and Service. By adhering to OpenAPI specifications and leveraging generated code, adding validation becomes straightforward. Additionally, custom validators can be created to... | |
| | | |
jhannes.github.io
|
|
| | | | How to make your code more concise and well-behaved at the same time Have you ever had an application that just behaved plain weird? You know, you click a button and nothing happens. Or the screen all the sudden turns blank. Or the application get into a "strange state" and you have to restart it for things to start working again. If you've experienced this, you have probably been the victim of a particular form of defensive programming which I would like to call "paranoid programming". | |
| | | |
janikvonrotz.ch
|
|
| | This post is part of my Your own Virtual Private Server hosting solution project. Get the latest version of this article here: https://gist.github.com/9408741. Introduction This is a minimal Nginx website configuration. It's a good way to start your next project. |