What Is Your Software Development Process?

Anup MarwadiSoftwareLeave a Comment

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

Self Sovereign Identities using Blockchain

Anup MarwadiBlockChainLeave a Comment

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

Anup MarwadiBlockChainLeave a Comment

What does Identity mean to you?

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

Anup MarwadiBlockChainLeave a Comment

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#

Anup Marwadi.NET, MongoDBLeave a Comment

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

Anup MarwadiSoftwareLeave a Comment

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