Meetup Secure Web Paris #1: Browser to Browser encryption and DevSec (in French)

Secure Web Paris est une série de meetup qui réunit les curieux et passionnés de la sécurité des applications web. Hier j’ai eu la chance d’assister à ...

Lire l'article
Generate Spring Boot migrations from Hibernate entities

We describe how a combination of Makefile, a maven plugin and a liquibase hibernate library allows to generate migrations from created Hibernate entities

Lire l'article
How to generate an advanced search API in Spring Boot in 5 minutes

In this article, you will learn how to use the spring-search library to provide search endpoints to your JPA entities in Spring Boot.

Lire l'article
Which iterators should you pick as a Kotlin developer?

You will learn which option to choose when working with Iterators in Kotlin: Custom Algorithm, Kotlin Iterables, Java Streams...

Lire l'article
How to make parallel calls in Java Spring Boot application and how to test them?

In the context of one of our finance projects, we faced performance issues. Some of these problems were due to multiple successive calls. Indeed, we made a lot of independent and synchronous calls…

Lire l'article
Finance and Kotlin: do they match?

Why is Kotlin trending? Why match finance and Kotlin? Here, these questions are tackled and some perspective on Kotlin's adoption in finance is given.

Lire l'article
Prevent any routing misfortune in your React app

The story of a routing regression in my React app and how an extremely simple test prevents any future regression.

Lire l'article
Automatic Login in a Django Application Using External Authentication

Django is one of the most famous Python frameworks. In this tutorial, I explain how to automatically log in users in its built-in admin interface using an LDAP.

Lire l'article
A simple reverse proxy in Python

In this article, I’ll talk you though how I created a reverse proxy in python able to inject security headers to solve one of our data issue that we had on one project. I work in a corporate…

Lire l'article