This page is devoted to reference some code snippets that I can propose to manage some projects’ code implementations.
The naive way to do it... Child component (event bubbled from) Intermediate component Parent component The more straightforward way to Read more
Sometimes when you want to manage your code efficiency you may need to optimize some Java implementations. Jointure implementation in Read more
Sometimes when you want to manage your code efficiency you may need to optimize some Java implementations. Jointure implementation in Read more
It has become very common and thus having a test without a solution for me as I badly blundered because Read more
Very usefull in ressource aggregation, here you will find a code snippet that can be integrated in Inversion Of Control Read more
Disruptor pattern stem it's performance due to the current architecture of computers. The architecture relavance remain in : Zero memory Read more
When you want to power very fast a number in order to meet some performance constraints the standard math power Read more
Sometimes when learning from one language to another one, you may have to adapt your habit to the paradigm of Read more
When you're writing tests, especially mapper tests, knowing the value which is mapped is not of great use. What you're Read more
Sometimes when you want to manage your code efficiency you may need to optimize some .Net implementation. Instead of relying Read more