-
The page:
https://virtualddd.com/learning-ddd/ddd-crew-context-mapping#contributions-and-feedback
has a broken link to:
https://virtualddd.com/learning-ddd/ddd-crew-context-mapping//7a1da02b8…
-
https://whatasmallship.github.io/2024/06/17/Principles-of-Large-Scale-hhMachine-Learning-Lecture-4/
Lecture 4 Learning with Gradient Descent 回顾:经验风险最小化与梯度下降 为每个预测器分配一个ddd维的参数向量,也即每一个ddd维参数向量对应一个预测…
-
https://github.com/molpako/Architecture-Patterns-with-Python
Hello, I’m using this book to study DDD. At the same time, I wanted to incorporate recent trends into my learning, so I started studying…
-
![efficient multi-pivot](https://media.giphy.com/media/Wrt0y7HjYNZlZzbV6f/giphy.gif)
### You know, streamlined crypto is the kind of Agile ICO that we need. Why don't we parse the existing Interne…
-
This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on, but consider also voting for individual issues for t…
-
I am learning DDD from your book (which is fantastic by the way) and I wanted to take a closer look at some code examples but I saw nothing in here. Maybe the code was moved somewhere else?
-
Triggers.GlobalInserting.Add(entry =>
{
var service = entry.Service;
entry.Entity.CreatedAt = DateTime.Now;
…
-
Hey Vlad,
I am trying to learn DDD and your courses have helped me a lot. So, as far as I understand, an aggregate is a cluster of related objects that forms a boundary inside which transactional c…
-
import streamlit as st
import pandas as pd
import numpy as np
import pennylane as qml
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LogisticRegression
fro…
-
Hi @tamizhvendan ,
I am using your project for learning good DDD architecture of F# projects. However, when I try to run `build.cmd` I get the error
```
MSB4057: The target "Build" does not exist…