Beentjes Software B.V. was founded in 2005 by Mathijs Beentjes.
Mathijs Beentjes is a highly innovative and creative software developer, with a focus on intelligence and simplicity: Simple solutions for complex problems.
General Purpose Windows Calculator
Estimated Release: October 2021
The Heavy Duty Calculator adds extra value compared to other calculators, without adding complexity. This is done by dropping some implicit assumptions, like all numbers should fit in 64 bit. And no use of a single line display, as you have a whole screen at your disposal. And as the 64-bit border is dropped, lengthy numbers come into play and so are the calculations of repetitive parts.
Get it from the store!
The Global Design Pattern is an example of a 'simple solution for a complex problem'. In the current message broker architecture, you need to build an infrastructure containing exchanges, queues, consumers and producers. With the Globals Design Pattern, you only have your data to care about, while the supporting infrastructure for sending and receiving it is abstracted away. A simple declaration & assignment is enough to send data, Implementing a simple handler is enough to receive data.