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.

Bitbucket Pipelines — Code Deploy Using rsync | by Richard Evans | Medium
Richard Evans - medium.com
This tutorial will detail how you can deploy PHP code to a remote unix-like server over SSH using Bitbucket Pipelines! Enable pipelines in your repository by visiting the Bitbucket GUI Settings ->…

Bitbucket Pipelines — Code Deploy Using rsync | by Richard Evans | Medium
Richard Evans - medium.com
This tutorial will detail how you can deploy PHP code to a remote unix-like server over SSH using Bitbucket Pipelines! Enable pipelines in your repository by visiting the Bitbucket GUI Settings ->…

Getting started with GraphQL and HotChocolate
channel9.msdn.com
Hot Chocolate is a GraphQL platform for that can help you build a GraphQL layer over your existing and new infrastructure. In this episode, we're joined by the author of Hot Chocolate, Michael Staib,
GraphQL is not OData
Jeff Handley - jeffhandley.com
Alberto Brandolini - 50,000 Orange Stickies Later
youtube.com
Explore DDD 2017 - Denver, Sept. 21-22What started as a tool for discovering Aggregates, became a teaching tool for the Domain-Driven Design-illiterates. Now...

EventStorming
eventstorming.com
The smartest approach to collaborate beyond silo boundaries.

A facilitators recipe for Event Storming | by Donal Spring | Medium
Donal Spring - medium.com
I started working as a Consulting Engineer in Red Hat Open Innovation Labs a little over a year ago. In this new role the first practice I was introduced to was Event Storming. While at first the…

Building a Better Hybrid Data Access Solution in .NET with Entity Framework + RepoDb | by Michael Pendon | Dev Genius
Michael Pendon - medium.com
An article that showcase the combination of Entity Framework and RepoDb ORM, the best solution in .NET when it comes to Data Access space.
How to build a Docker image out of the ASP.NET Core application and host its container on AWS EC2 instance | by Marius Gaigalas | Medium
Marius Gaigalas - mariusgg.medium.com
In this article, I am going to show how to build a Docker image out of the ASP.NET Core Web API application and host its container in AWS EC2 instance. For this tutorial you are going to need the…

.NET Console Applications — With Dragonfruit! | by ilias shaikh | The Startup | Medium
ilias shaikh - medium.com
I have written my fair share of console applications in .NET. They are possibly the most common type of application that I write. Whether it is to test a new language feature, a library from NuGet or…