Discover the Kubernetes API for Java.
Baeldung Author
Philippe Sevestre
Software Engineer and Technology Consultant based in São Paulo - Brazil, with 20+ years of experience working on a wide variety of business applications. Particularly interested in system integration technologies, frameworks and software development methodologies.
Here's what I've written (so far):
Using Custom User Providers with Keycloak
Filed under Security
Learn how to create a custom provider for Keycloak.
Using JNA to Access Native Dynamic Libraries
Filed under Java
Learn how to use JNA to access native code easily when compared to JNI.
Introduction to ArchUnit
Filed under Architecture
ArchUnit is a library for checking the architecture of our Java code. Let’s explore it.
Guide to Apache BookKeeper
Learn how to use Apache BookKeeper.
Best Practices When Using Terraform
Learn about some best practices when using the popular DevOps tool Terraform
Introduction to Terraform
Take a quick tour of Terraform, one of the most popular tools used by DevOps teams to automate infrastructure tasks
Spring Cloud Gateway Routing Predicate Factories
Filed under Spring Cloud
Explore how to add custom predicate factories to Spring Cloud Gateway and use them to define routes using arbitrary logic.
AWS S3 with Java – Reactive Support
Explore the basics of using the reactive extensions available in the AWS SDK V2 library.
Using JDBI with Spring Boot
Filed under Persistence, Spring Boot
Explore how to quickly integrate JDBI into a Spring Boot application.
R2DBC – Reactive Relational Database Connectivity
Filed under Persistence, Reactive, Spring
A quick and practical overview of R2DBC – reactive database connectivity.
Intro to OData with Olingo
Filed under Persistence
Learn how to implement a simple OData service using the Apache Olingo library.
OData Protocol Guide
Filed under Persistence
Explore the OData protocol that allows easy access to data sets using a RESTFul API.
SQL Injection and How to Prevent It?
Filed under Persistence, Security
Explore coding mistakes in Java that can lead to a vulnerable application and how to avoid them using the APIs available in the JVM’s standard runtime library.
Building a Basic UAA-Secured JHipster Microservice
Filed under Security
Learn how to build a UAA-secured microservice using JHipster without writing a single line of code.
An Intro to Spring Cloud Vault
Filed under Security, Spring Boot, Spring Cloud
A brief introduction to Spring Cloud Vault, showing how to retrieve and manage credentials in Spring applications.
An Intro to Vault
Filed under Security
A comprehensive guide about understanding Vault fundamentals.