Note that I may not have fully read/viewed all of the things in this feed. The images, content and opinions in them are owned by their respective authors.
Domain Storytelling Home
domainstorytelling.org
Learn domain language. Talk about requirements. Tell domain stories.
BitBucket CI/CD Pipeline to Sync Branches with GitHub | by Albin Issac | Medium | Better Programming
Albin Issac - betterprogramming.pub
Most of the time, we will have a requirement to sync branches between two different repositories (e.g. BitBucket repository to GitHub repository). This is a common scenario when working on a cloud…
Entity Framework Core - Inheritance - Table-per-Type (TPT) is not supported, is it? (Part 2 - Database First)
thinktecture.com
In the previous post we have created 2 Entity Framework Core (EF Core) models with a code first approach. One model was using the Table-per-Hierarchy (TPH) pattern and the other one Table-per-Type (TPT). In this post we want to approach a more common scenario we see in customer…
running docker on wsl2 without docker desktop code example | Newbedev
newbedev.com
Example 1: windows wsl2 linux install docker //INSTALL DOCKER ON LINUX SUBSYSTEM (ON WIN 10) AND ALL REQUIRED SOFTWARE //--------------------------------------------