Latest Updates

Documenting code, one commit at a time.

Streamlining RDV Management: A Focus on Functionality and Design

Working on the rdv_Medecin project involves enhancing the functionality related to appointments (RDV - Rendez-vous). The recent development efforts have concentrated on improving the appointment management aspects of the application, likely including both backend logic and user interface components.

The updates included creating and modifying JSP (JavaServer Pages) files to enhance the

Read more

Enhancing Web Application Security with Filters in Java

Introduction

This post discusses how to enhance the security of web applications using filters in Java. Filters provide a way to intercept and process requests before they reach servlets or other resources, allowing for centralized security checks and request modification.

Securing Pages with Filters

Filters can be used to implement various security measures, such as authentication,

Read more