ProSA: Introducing Worldline First Rust Open Source library
We’re thrilled to announce you ProSA, our first Worldline Open Source library in …
Read more DetailsWe’re thrilled to announce you ProSA, our first Worldline Open Source library in …
Read more DetailsWhen you don’t know who (or what) Ryuk is, then you’re not …
Read moreDetailsManaging complex CI/CD pipelines can be challenging, especially when your CI configuration contains complex logic and many lines of code. This often leads to high maintenance costs and duplicated code blocks, making updates and troubleshooting more difficult.
Read more Details“YAML is a weird beast.”
Someone’s comment on a PR months ago triggered my curiosity.
I use YAML daily for configuration files: OpenAPI specs, Helm charts, Symfony configs, Spring Boot properties… yet I’d never questioned its inner workings.
How complex could a configuration format really be?
Domain Name System (DNS) records are fundamental to how the internet works, translating human-readable domain names into machine-readable IP addresses. Among these records, the CNAME (standing for Canonical Name) record is the most commonly used for delegating a website to a third-party provider. However, this seemingly simple delegation mechanism harbors significant security implications that are often overlooked.
Read more DetailsCashless payment security is becoming increasingly important for merchants, banks, and business partners, while the requirements are rising due to cyberattacks (DDoS or others), outages, or regulatory-compliant demands, it requires robust and well-protected networks & services.
Read more DetailsRecent advancements in browser technologies and optimizations in AI models make it possible to run AI directly in the browser, without the need for heavy server-side computations.
Read more DetailsLet’s explore three ways to write scripts with Kotlin; the official *.main.kts files, kscript, and JBang. Plus a bonus with Kotlin notebooks.