SNSébastien NOIROTiniwtyo.today·3d ago · 4 min readI thought I was learning SpringWhy did you say yes? When I joined Sportradar, there wasn't much work for me yet. I was still discovering the company, the team and the product. One day, my team lead came to me. "We don't really hav00
SNSébastien NOIROTiniwtyo.today·Jul 12 · 4 min readWhere engineering keeps taking my attentionIf you had asked me ten years ago what becoming a better engineer meant, my answer would have been surprisingly simple. Something like: Learn new frameworks. Write cleaner code. Discover better archi00
SNSébastien NOIROTiniwtyo.today·Jan 26, 2024 · 2 min readUnderstanding CSS Specificity: A Concise GuideToday at work, we encountered a common but often overlooked challenge in web development: CSS specificity. We had a global font-size definition that, to our surprise, wasn't being overridden by a more recent class style. Upon inspecting the CSS in th...00
SNSébastien NOIROTiniwtyo.today·Oct 4, 2023 · 3 min readMigrating from Javax to JakartaIntroduction Transitioning from javax to jakarta namespaces is pivotal in the Java EE ecosystem, especially when maintaining or lacking control over javax libraries. The transformer-maven-plugin facilitates this migration. In this article, we'll gene...00
SNSébastien NOIROTiniwtyo.today·Jun 26, 2023 · 15 min readJUnit5 and Parameterized TestsIntroduction JUnit is an essential framework in the Java world for unit testing. You might already be familiar with writing test cases, assertions, and handling expected exceptions in JUnit. However, there is a powerful feature that you might be miss...01P