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.

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

Lire l'article
How to create readable end-to-end tests with Cypress and Cucumber

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 for optimal efficiency

Lire l'article
Why ORMs are not always the way to go

In this article, we will be looking at the advantages and disadvantages of using ORMs, and explaining why they are not the solution to every use-case.

Lire l'article
Concrete Example of Web Scraping with Financial Data

The article covers scraping methods, recommends official APIs, and introduces tools like Jsoup and Selenium WebDriver. Featuring a financial data scraping demo, it underscores strategy comprehension. Find the full code on GitHub.

Lire l'article
How to manage architectural debt in a context of hypergrowth

Learn how to manage architecture debt in hyper-growth contexts. Discover key insights from Cyril Beslay's conference for an effective strategy.

Lire l'article
Leverage Angular's change detection mechanism to speed up your app

This article will introduce you to Angular’s Change Detection mechanism and how you can leverage it to optimize your app's performance.

Lire l'article
Creating an Inclusive Web: The Importance of Accessibility

What is web accessibility and why is it important ? How can we easily improve forms accessibility ?

Lire l'article
ESLint on steroids with custom rules

The biggest amount of time waste lies in feedback, the quickest way to get it is thanks to your IDE, and that's when ESLint comes into play.

Lire l'article