Reading List
This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
Design First or Code First: What’s the Best Approach to API Development?
swagger.io
With the popularity of API description formats like Swagger (OpenAPI) and API Blueprint, serious thought has been given on the best approach to building APIs based on historical usage and best practices. API description formats act as a contract that end users can utilize to understand how to bes...

Why we’ve ditched scrum sprints (and you should too) | by Martin Michalik | Nov, 2021 | Medium
Martin Michalik - medium.com
There’s probably no other framework that impacted modern software development as much as Scrum. For many organizations, it’s the first step towards a mature product development organization and you…
How to do pagination across domains in microservices architectures
Rafael Borrego - rafaborrego.co.uk
One of the challenges of the microservices architectures is that the data is managed by different services what makes difficult to do queries across multiple

See how to easily deploy Ethereum smart contracts using C# and VisualStudio and more | by Aram Koukia | Koukia
Aram Koukia - koukia.ca
In a previous article I demonstrated how to use Solidity Visual Studio Extension to be able to implement Ethereum Smart Contracts using Visual Studio or Visual Studio Code. Now I want to show, when…

Interfacing .NET and Ethereum Blockchain Smart Contracts with Nethereum | by 胡家維 Hu Kenneth | My blockchain development Journey | Medium
胡家維 Hu Kenneth - medium.com
.NET is the venerable framework that indie and enterprise developers alike have come to love. The ability to choose a variety of languages as well as deploy to a variety of platforms ranging from…

The complete Truffle suite on Docker (Truffle + Ganache + Drizzle) | by Liyi Zhou | Medium
Liyi Zhou - liyi-zhou.medium.com
Set up an Ethereum Dev environment in less than 1 min. “The complete Truffle suite on Docker (Truffle + Ganache + Drizzle)” is published by Liyi Zhou.
YOW! September 2021 - Gregor Hohpe - The Magic of Platforms
youtube.com
Platforms have fueled some of the most successful business models of the past decade. However, building one for your enterprise isn't as simple as it looks -...

Creating a microservice with BDD approach in C# | by Robert Wang | Medium
Robert Wang - medium.com
The microservice design pattern in recent years has been widely adopted and implemented successfully by many large tech companies, including Amazon and Netflix. It has solved many complex issues that…

Reduce collaboration by good design | Kislay Verma
kislayverma.com
Collaboration is a bad word in the wrong phase of the product's lifecycle. Good design can help reduce the cruft.

The problem is not the problem (Building shared context is) | Medium
Kislay Verma - kislayverma.medium.com
Building shared context is. “The problem is not the problem” is published by Kislay Verma.