Feed
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.
Beyond The Basics - Building Reusable Code With Blazor - Jeff Fritz @ Philly.NET Code Camp 2021
youtube.com
Stop writing the same code over and over again. With the reusable components in Blazor, you can make your projects simpler and your code processes more prod...

Building Twelve Factor Apps with .Net Core
ben-morris.com
Twelve factor apps provide a methodology for building apps that are optimised for modern cloud environments. Itâs only been achievable in the Microsoft world since the advent of .Net Core.
If Russ Ackoff had given a TED Talk...
youtube.com
This presentation is from a 1994 event hosted by Clare Crawford-Mason and Lloyd Dobyns to capture the Learning and Legacy of Dr. W. Edwards Deming. Russ kne...

Making Complex Topics Stick (Part 2: Composition)
Gregor Hohpe - architectelevator.com
A list of ingredients doesn’t make a recipe. You need to know the right dosage.

Agile Waste: Stop Using Story Points. Now. | by Ben Butler | Medium
Ben Butler - link.medium.com
Today story points are a valueless data creation technique. At best it forecasts by burning down guessed effort on past work against guessed capacity of future work. That means even at its best it is…
Monoliths vs Microservices is Missing the Point—Start with Team Cognitive Load - Team Topologies
youtube.com
DOES19 London — The “monoliths vs microservices” debate often focuses on technological aspects, ignoring strategy and team dynamics. Instead of technology, s...
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…