Latest Updates

Documenting code, one commit at a time.

Crafting the Blueprint: Database Schema for an Appointment System

Designing the foundation of any application is paramount, and for a system managing critical schedules like doctor appointments, a robust database schema is the blueprint for success. This post delves into the initial schema design for the rdv_Medecin project, a system aimed at streamlining medical appointment bookings.

The Core Challenge: Managing Relationships

The rdv_Medecin project

Read more