Please enable JavaScript.
Coggle requires JavaScript to display documents.
Knowledge (Domain Driven Design (Event Store
save event of command or…
Knowledge
Domain Driven Design
-
-
-
-
-
-
View
receive an object, often Data Transfer Object (DTO)
receive and send Model layer
and/or form Controller layer
-
-
Command line
-
-
-
-
File
touch
create empty file
head, tail
show first 10 line
wc (wordcount)
count: line, words, bytes
grep
search substring in file
-
-
Modern Javascript
module bundler (create one single file)
file config: webpack.config.js
Transpiling code for new language features
Package manager
file config: package.json
decrate task runner
-
Algorithms
Minimax
ex: board game, tic tac toe game
find best solution
-
-