Posts tagged "devops"
Optimizing for a Cloud-Native Developer Experience
2022-03-25by chart
awsdevexdevopsiaclambdasamthought-leadership
Learn why and how focusing on developer experience and mirco feedback loops will speed up your development process and help you to create a better product.
Easily Measure Code Coverage in React
2022-03-18by chart
cicode-coveragedevopsgithub-actionsreacttesting
This guide will teach you how to easily measure code coverage in React for a project generated with [create-react-app](https://reactjs.org/docs/create-a-new-react-app.html).
Sun Tzu's The Art of DevOps: I
2022-03-16by chart
devopshumor
If Sun Tzu was practicing modern development methodologies, Sun Tzu's The Art of DevOps...
AWS CDK: Place a Lambda function in specific subnets
2021-01-27by chart
awscdkdevopslambdasubnetvpc
I struggled for a while today to figure out how to place a lambda function inside of a given SubnetType of a VPC generated in the same CDK stack.