You are here |
e10v.me | ||
| | | |
solutionspace.blog
|
|
| | | | "Code is a liability, the functionality is an asset." I remember finding this statement counterintuitive. Somewhere along the way it transitioned to feeling like an obvious truism. I think it's worth spending some more words on this phrase, exploring why it is so important, and what it means for software projects. In a cognitive economy,... | |
| | | |
friendgineers.rosenshein.org
|
|
| | | | Leon's musings on software development | |
| | | |
everythingfunctional.wordpress.com
|
|
| | | | The answer to the question of whether we should write automated test suites has largely been settled. We absolutely should write unit tests, and possibly even integration and end-to-end tests. But as acceptance of this practice grew, and adoption became more widespread, a follow-up question arose; How many tests should we write? How do we... | |
| | | |
blog.symphonia.io
|
|
| | AWS Cloud Development Kit (CDK) has become, in its short history, a very popular infrastructure-as-code tool. It's not too surprising why - it allows engineers to use richer programming languages to define infrastructure, rather than having to use JSON or YAML. |