Get Started to monitor your Django application with Prometheus & Grafana in 10 minutes

This 10-minutes guide will help you easily get started with monitoring a Django application using Prometheus and Grafana. You will be able to display this monitoring dashboard :

Lire l'article
How to use styled components with Material UI in a React app

We will see how to style Material UI components with the library styled-components. Among the edge cases we will cover are: overriding Material UI's theme, prioritize the CSS rules of styled…

Lire l'article
Meetup Secure Web Paris #2: Crafting Secure Softwares and OWASP ZAP

Revivez le meetup Web Secure Paris pendant lequel j’ai appris à utiliser ZAP pour détecter les failles de sécurité d’une application, et les bonnes pratiques pour les éviter.

Lire l'article
How to use Log4j and MDC in Java Spring Boot Application?

In the context of one of our projects, we were faced with many debugging cases. Simple messages in the logs are not always enough. For example, it may be necessary to have more information about the...

Lire l'article
Meetup PWA #13 : Créer un client Reddit avec du SSR en Nuxt.js (in French)

Il y a quelques semaines, à Sipios, j’ai eu l’occasion de participer à mon premier dojo du Meetup PWA Paris. Un dojo est un atelier pratique pour se former à un geste technique. Ici, nous partons…

Lire l'article
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