Naming colors: overcoming your 50 shades of gray
Naming colors correctly in my code has always been a headache. I was familiar with two schools of thought:
Read more DetailsNaming colors correctly in my code has always been a headache. I was familiar with two schools of thought:
Read more DetailsIn this article we will focus on a specific packaging mode brought by Quarkus: the Fast-JAR. Its main goal is to provide an optimized way of building cloud-ready Java apps.
Read more DetailsToday let’s talk about reproducible, self contained and most importantly automatable network tests for Java network applications powered by Testcontainers . If you read some of my older articles on Zero Trust Network Architecture (1 , 2 & 3 ) you can easily guess that at Worldline MTS we have some practical applications for that.
Read more Details“No matter how it looks at first, it’s always a people problem” - Gerald M. Weinberg
Read more DetailsDiagram as Code (DaC) is a methodology that allows you to create and maintain software architecture diagrams using code. With DaC, you can define the structure of your application in a declarative way, using a domain-specific language (DSL) or a programming language, and generate diagrams from that code automatically. This approach has many benefits over manual diagramming, such as improved consistency, better maintainability, and increased automation.
Read more DetailsThis article presents Gitpod from a mobile developer’s perspective and guides you through the process of creating an Android Studio IDE on the cloud using Gitpod, covering everything from workspace configuration to device connection.
Read more Details