Conseil
Discover our fields of expertise
Design & Code
Java, Python, C++, C#, Front-end
Deliver & Run
DevOps, Application Support & Production
Beyond Data
Big data, Machine Learning
Be & Do Agile !
Agility, Craftsmanship, Product management
Beyond Finance
Post-trade, Risks, Modelling & Pricing, Business Analysis
Logiciels
Our software for BizDevOps
Scenario
Manage your scenarios easily!
Chatbot Fabric
Create chatbots to serve your business
Servicefull
Guarantee the success of your IT projects
AppControl
Monitor and above all, Act!
Try X4B now !
Blog
Let’s talk about Tech !
Events
Incoming events
by Rihab Dbouki | Jun 17, 2024 | Java
Handling exceptions is a critical aspect of robust Java programming. While the traditional try-catch mechanism is effective, it often leads to verbose and less maintainable code. Along comes the Vavr library, which brings functional programming concepts to Java,...by Marcos Almeida | Aug 10, 2023 | Front-End, Java
Data encapsulation in JavaScript: getters and setters When building larger JavaScript applications, there’s soon the need to split it into modules linked by clear contracts. When it comes to long term maintenance, a way to keep compatibility upon interface...by Fernanda Laguna | Jul 5, 2023 | Java
Last month I had the opportunity to visit Devoxx 11th edition and to attend a conference about PostgreSQL advanced features called “Profitez de PostgreSQL pour passer à la vitesse supérieure” by Emmanuel REMY. Postgres is now in its version 15 and it is the 4th most...by Alaeddine Tlijani | Feb 17, 2023 | Java
Spring Boot application example with BDD tests Nowadays fast-paced development is widely followed in software projects. The endless technological progress and the large adoption of Agile methodologies are boosting the development. Microservices came to light to enable...by Mustapha LBOUCHOUARI | Jul 5, 2022 | Java
During my visit to Devoxx Paris 2022, I was inspired by Mathias Herbert’s conference “coding for Ethernity”, this has given me the idea of writing this article … Heroes invest in crypto ; legends create them ! Actually, I am not going to show you how to create your...by Alaeddine Tlijani | Feb 11, 2021 | Design & Code, Front-End, Java
I. Introduction Front development has been continuously changing, from the early days when developing multi-page applications (MPA) was the norm to today’s full rich single page application (SPA). The emergence of Ajax technique and the significant browsers...