Tech Blog

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.

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.

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.

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.

Creating an Inclusive Web: The Importance of Accessibility

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

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.

Automated workflow: Halved lead time with Camunda

Designing and building a tech product? Why you should be interested in BPMN and Camunda

How to master Merge Requests

Learn how to effectively review and merge code changes with these tips and best practices for mastering merge requests and pull requests.

SolidJS, the solution to build performant Web application !

In this article we will see which performance provide SolidJS, how it provides it. What are the complexities of using it in a system at scale and what solutions the micro-frontends offer us to overcome these complexities.