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 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 Marcos Almeida | Apr 22, 2021 | Design & Code, Front-End
Cors definition : our journey starts here: Figure 1.1: Backend request blocked by the browser Every front-end developer faced or will face this situation at least once in his/her career. When the webapp becomes more complex, we need to interact with multiple backends...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...by Marcos Almeida | Oct 1, 2020 | Front-End
Animations are one of the many tool developers can use to improve the UX on a web application. A well-placed animation can bring the user’s attention to something important. They may also indicate that the system is...by Marcos Almeida | Mar 27, 2020 | Front-End
Hooks were introduced in February 2019 as part of React 16.8. They will help you make your code clearer and better structured. The classic class based syntax and idiomw are still still supported, and will keep being supported for the foreseeable future. So no...by Fadi Abassi | Jan 21, 2019 | Front-End
Angular is one of the best-known and most used frameworks for front-end developers. With the release of Angular 7, we have seen several improvements that have mainly affected the Framework ‘s Core, AngularMaterials, as well as the CLI. In this article we will...