Skip to main content

5 posts tagged with "algorithims"

View All Tags

· 2 min read
Strider

Hi and welcome 😛 Today a few thoughts about MyHush and what I've been up to. MyHush is a cryptocurrency and a messenger service at the same time. Ok, wait what? Yes, that's right :D. The idea of MyHush as I understood it is, a blockchain like ZCash but much more sophisticated which is not only used for payments but also for messaging which is stored on the blockchain.

· 4 min read
Strider

The Decorator pattern is a design pattern from Object Oriented Programming. It is intended to facilitate an extension of objects. Let's imagine we have a small ordering platform where we sell cars. Where the cars come from doesn't matter. The cars have to be created as objects in our program.