According to the accepted wisdom, if you’re building a high-speed trading system, you probably want to use C++ instead of Java: It’s closer to the metal and is therefore faster (i.e., lower latency). (more…)
Read more »
TestContainers make integration tests in Java easy. You get fully isolated, repeatable environments with normal JUnit tests using @Rules to set up docker.. (more…)
Read more »
One of the most hotly debated topics in the world of the Go programming language, is the lack of generics. Generics are considered a key feature in other statically typed programming languages like Java or C#. However, the makers of Go resisted the demand... (more…)
Read more »
In this video, I explained how hashing works. What are the different types of Hashing and how you can implement them. Also explained pros and cons of each ty... (more…)
Read more »
Zephyr is an open-source Java-based plugin framework with smart dependency management, a modular design, and a small footprint. - sunshower-io/zephyr... (more…)
Read more »