.net, react, angular | pulumi, terraform cdktf | azure, aws
epicerp.app, gitHub.com/rexebin, https://dev.to/rexebin, https://uk.linkedin.com/in/rex-ye-a7b0b7121
“The only way to do great work is to love what you do” - Steve Jobs
github.com/Tyrrrz/CliWrap
let! result = Cli.Wrap("path/to/exe")
.WithArguments([
"--foo"
"bar"
])
.WithWorkingDirectory("work/dir/path")
.ExecuteAsync()
github.com/Tyrrrz/CliWrap
let! result = Cli.Wrap("path/to/exe")
.WithArguments([
"--foo"
"bar"
])
.WithWorkingDirectory("work/dir/path")
.ExecuteAsync()
Personally I hate writing shell scripts because of weird syntax, hard to reuse, zero testability, mostly I think I am not smart enough for it and I am more than ok with it. For me, simplicity wins.
Personally I hate writing shell scripts because of weird syntax, hard to reuse, zero testability, mostly I think I am not smart enough for it and I am more than ok with it. For me, simplicity wins.
Zero mocks means less code to maintain. Tests ignorant of implementation details are also remarkable easy to write and maintain, and they bring freedom to refactoring which lead to easy to read maintainable code.
Zero mocks means less code to maintain. Tests ignorant of implementation details are also remarkable easy to write and maintain, and they bring freedom to refactoring which lead to easy to read maintainable code.
1. eager loading collection of value object causes performance issue
2. the non-collection value object are treated as stealth entity, polluting audit trails.
1. eager loading collection of value object causes performance issue
2. the non-collection value object are treated as stealth entity, polluting audit trails.