Tech Blog

Construire une API Spring Boot en utilisant l’Architecture Hexagonale.

Explorez la conception d'une API REST avec Spring Boot selon l'Architecture Hexagonale, mettant en lumière les principes du Domain Driven Design.

Créer et déployer l'infrastructure d'une web app avec AWS Lambda, API Gateway & DynamoDB grâce à Terraform

Déployez votre application serverless, scalable et résiliente dans le cloud en suivant des étapes simples !

Docker compose stop VS down

L'article explore les nuances entre docker-compose stop et docker-compose down, soulignant leurs effets sur les conteneurs Docker et quand les utiliser pour éviter les pertes de données.

From Zero to Hero : La Magie des tests end-to-end avec Playwright !

Plongeons tête la première dans l'univers des tests de bout en bout pour une application web ! Nous verrons comment écrire des tests parfaits avec Playwright et comment esquiver les pièges qui peuvent surgir. Suivez le guide, c’est parti ! 🚀

A Step-by-Step Guide to Implement JWT Authentication in NestJS using Passport

Implement a secure, easily extensible, and simple authentication system in a NestJS project using Passport middleware.

Integrating Web Services in Java: Performance & Robustness

Explore WebFlux library for asynchronous API calls setting up defensive design and error handling. Mastering these concepts empowers developers to build robust, high-performance applications.

Maîtriser la Cascade CSS et les @layer : Au-delà de l'!important

Zoom sur les @layer de CSS 5 comme alternative puissante à !important, qui permettent une gestion structurée, améliorent les performances et la personnalisation des styles, avec une intégration Angular.

9 Tips to Face a DDH Project First Time

After a first project on a Domain Driven Hexagon architecture, I want to share the learnings I have made to help other beginners face the elephant in the room

How to create readable end-to-end tests with Cypress and Cucumber

The significance of end-to-end tests in bug detection pre-deployment. It details Cypress usage and introduces Cucumber for more readable tests. It advises a balanced approach, combining these tests with other levels for optimal efficiency