ProSA: Introducing Worldline First Rust Open Source library
We’re thrilled to announce you ProSA, our first Worldline Open Source library in Rust, released as open source on GitHub.
Read more DetailsWe’re thrilled to announce you ProSA, our first Worldline Open Source library in Rust, released as open source on GitHub.
Read more DetailsUpon revisiting the keyword volatile while scrutinizing a codebase, and deeply pondering its necessity and the underlying mechanisms, I realized that perhaps I hadn’t fully grasped its function. I understood that it was intended to address the synchronization issues of updating shared variables across multiple concurrent threads, yet I couldn’t summon a comprehensive overview of the techniques involved, from the inner workings of the JVM (Java Virtual Machine) to the computer’s memory.
Read more DetailsJava Developers have at their disposal many tools and libraries that make their DX (Developer eXperience) easier and more fun.
Read more DetailsFor reasons that I will have to detail in a future post, I am diving back partly into the code, and into Java. The last time I coded “for real”, it was to make Java applications on feature phones (the stuff between Nokia 3210 and smartphones), in J2ME , and Windows Mobile applications on Windows Phone. Before the era of smartphones therefore. Before that, I had developed mainly in Java for web services, via servlets, an in-house templating engine, then via Java Server Pages .
Read more DetailsAfter many years working as a developer, you are now probably fluent in TDD, BDD, design and coding. Your technical watch help you ensure your skills are at the edge. Everything is hunky-dory.
Read more DetailsEver wanted some beautiful graphs on your application ? D3.js
is a library for doing just that: rendering beautiful graphs using HTML and SVG.