Modern C++ Design Patterns
Instructor Interview: Klaus Iglberger / Modern C++ Design Patterns
Monoid design pattern to Fastflow multihreading C++ library for high speed trading like HFT As I started digging further into Monoid pattern thing, it was promising with these articles: https://www.fpcomplete.com/blog/2012/09/functional-patterns-in-c https://isocpp.org/blog/2013/05/functional-patterns-in-c-bartosz-milewski https://www.quora.com/Why-is-monad-more-famous-than-functor-and-applicative-functor One of these links does have source code demo. To be honest, the code was not commented or documented at all which means …
Java design pattern for LMAX Oldie but goldie (I think) Thanks to NYC Contact for sending http://martinfowler.com/articles/lmax.html Join my FREE newsletter to learn more about how LMAX is technically run NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don’t worry as I don’t post stupid cat videos or …
Know your data structures, algorithms, design patterns and test case uses for any technical job interview!!
C# or Java Job Interview Question: Singleton design pattern source code sample which is thread safe
C++ Job Interview Question: Singleton design pattern source code sample which is thread safe