A true mark of a good Software Development Agency is the ability to deliver high quality software backed by a rock-solid Software Development process. While majority of the agencies have solid development processes (in theory), things start falling apart when these agencies either: a) bow under the pressure of the client (we’ve been there before), or b) try to do … Read More
Security Token Registration Using Polymath So Easy, Even A Monkey Could Do It (Video)
Hello Readers, Here is a quick video I made to show you guys how to quickly add a Ticker Symbol to the Polymath registry for your upcoming Security Token Offering. If you don’t know what a STO (Security Token Offering) is, you better get ready. Read here, here and here. If you, like me, are an Entrepreneur at heart, this … Read More
Self Sovereign Identities using Blockchain
HyperTrends CEO Anup Marwadi had the honor of presenting on Self Sovereign Identities using Blockchain at a 7CTOs event addressing some of the top tech minds in San Diego. The folks at 7CTOs were gracious enough to make the presentation public. We have previously written about Self-Sovereign Identities here and here. Enjoy the presentation here:
The Case for Decentralized Blockchain Identity
What does Identity mean to you? Hint: It depends on the context you are looking at the identity in. Different people have different meanings for identity. For a Bank, Identity might be your Account Number and your Social Security Number. For the SEC, it might be anything that validates KYC. For Hospitals, it is your Healthcare record For you favorite … Read More
Blockchain Use Case – Transportation Logistics
At HyperTrends, we have been exploring Blockchain opportunities for quite a while. Our CEO, Anup Marwadi was a founding CTO of a Trucking Compliance startup BluAgent a few years ago. It is through that startup that he wished to apply the power of Blockchain to build unique solutions for the transportation industry.When that startup didn’t pan out as expected, Anup … Read More
DDD with MongoDB C#
Here is a link to our Medium Article Series for DDD with MongoDB and C#. We intend to identify strategies to build and design MongoDB Domain models and persist them using the Repository pattern. We will also touch upon some other related concepts like using these from a REST API etc. so as to help the user understand how these … Read More
Redis Performance Guidelines – Part 1
Redis is an amazing, in-memory, data structure store that is used by many large applications as an underlying data store as well as a high performance Cache. Redis is a single threaded client, which means only one request can be processed at a time. To facilitate better Redis development, there are several important items we need to consider: 1. Don’t … Read More