Posts Tagged ‘DDD’
Unlocking Domain-Driven Design: Exploring Contextive | Gert Marx & Chris Simon
In this video, join Gert Marx, SSW Solution Architect, as he interviews Chris Simon, Start up CTO Coach, about his open-source project, Contextive. Contextive is inspired by Domain-Driven Design (DDD) principles, particularly focusing on the ubiquitous language aspect. Chris explains how miscommunication between developers and users can lead to issues in software projects, and how Contextive aims to mitigate this by documenting domain terminology.
Read MoreClean Architecture with ASP.NET Core 2.1 | Jason Taylor at DDD Sydney 2018
The explosive growth of web frameworks and the demands of users have changed the approach to building web applications. Many challenges exist, and getting started can be a daunting prospect. Let’s change that now. This talk provides practical guidance and recommendations. We will cover architecture, technologies, tools, and frameworks. We will examine strategies for organizing…
Read MoreMaking unit tests simple again with .Net Core and EF Core | Jernej Kavka at DDD Sydney 2018
Unit testing can be hard especially when databases are involved. In this talk, JK will teach you how to include EF Core to simplify testing of “Will this actually work on a real DB” while keeping the tests self-contained and repeatable. You’ll also walk away knowing how cool the combination of EF Core in-memory and…
Read MoreFull Stack Rx – Using Redux Patterns on the Server Side with .Net Core, and SignalR | Brendan Richards at DDD Sydney 2018
Imagine you had something really important to tell everyone but weren’t allowed to speak up until asked. That’s how all web servers and WebAPIs with their HTTP Request/Response cycle operate. SignalR, built on WebSockets, changes this client-server relationship from “speak only when spoken to” to a fully bi-directional communication. This is amazing, but can also…
Read MoreModern testing for modern developers | Amanda Dean at DDD Sydney 2018
Just like development tries to move away from ineffective and inefficient approaches, testing has evolved since the days of heavyweight, formal test cases, and large test teams working in isolation. Testing is no longer the exclusive task of testers, but instead is becoming a whole team responsibility, perhaps with the assistance of a test coach.…
Read MoreAzure Functions Aren't Enterprisy, Are They? | Thiago Passos at DDD Sydney 2018
Starting with Azure Functions is easy, but how do they fit together in an enterprise context? In this talk, Thiago shows you how to set up continuous integration and delivery and how to manage different environments and versions! Now go back to your company and be a serverless rock star!
Read MoreWhen Serverless Meets Containers | Justin Yoo at DDD Sydney 2018
One of benefits using serverless architecture is “no need to worry about infrastructure management”. On the other hand, container technology is about “no need to worry about setting up infrastructure”. They are two different directions of evolving cloud services. Now, they get together and play together. Actually they get along each other quite seamlessly. At…
Read MoreIntro to Machine Learning | Damian Brady at DDD Sydney 2018
What exactly is machine learning? And more importantly, will I understand the answer without doing a Masters and a PhD? Sure! Join Damian, a fellow AI/ML-newbie, as he walks through what machine learning is, how it can be applied in your applications, and how you can actually create predictive models without accumulating a massive HELP…
Read MoreWindows Server Containers: What you need to know | Jeremy Cade at DDD Brisbane 2015
SSW TV was proud to sponsor this years’ DDD event in Brisbane. In this session Jeremy Cade walks us through Windows Server Containers what you need to know as an ASP.NET Developer. From the description: The game has changed: Containers, once the the sole dominion of Linux have made their way into the Microsoft stack.…
Read MoreDeploying ASP.NET Core Applications | Danijel Malik at DDD Sydney 2016
ASP.NET Core is a whole new world for ASP.NET developers because it opens the door to cross-platform development. However, it comes with a hefty price. Not only does it takes some time before you get your head around it, even deployment is now quite different. So how can you bring ASP.NET Core application and DevOps…
Read More