Load Testing Serverless Application using k6
A guide on using k6 and TypeScript to perform load testing on serverless applications to identify scaling limits and AWS service quotas.
A guide on using k6 and TypeScript to perform load testing on serverless applications to identify scaling limits and AWS service quotas.
Explores nine common pitfalls in AWS serverless architecture that can lead to unexpected data loss, duplication, or inconsistency.
A recap of two AWS sessions on developer productivity with the AWS Toolkit IDE integration and rapid deployment using Amazon CodeCatalyst.
A recap of two AWS developer sessions from the AWS On Tour event in Barcelona, focusing on IDE toolkits and DevOps with CodeCatalyst.
A recap of two AWS developer sessions from the AWS On Tour event in Milan, focusing on IDE productivity tools and streamlined DevOps with CodeCatalyst.
Strategies and best practices for optimizing AWS compute costs, including right-sizing instances, choosing the latest generations, and using autoscaling.
Strategies for optimizing Amazon RDS costs on AWS, including right-sizing instances, storage optimization, and using Graviton processors.
Using AWS WAF to protect hobby projects from malicious traffic and prevent unexpected cloud billing costs.
A guide to structuring complex AWS CDK projects using the Go programming language, focusing on nested stacks and best practices.
Explores using AWS CodeBuild and CodePipeline to enforce security governance while maintaining developer agility in CI/CD pipelines.
Explores using Momento's serverless cache to improve performance and reduce costs for MongoDB-backed serverless applications.
A developer announces their maker-focused tech blog on Medium, covering projects like 3D printing, AWS, and ambient displays.
A guide on how to model and calculate DynamoDB costs during the design phase to make informed architectural decisions.
A technical guide comparing declarative vs. imperative IaC, focusing on managing Kubernetes infrastructure and applications on AWS using AWS CDK and cdk8s in a single codebase.
Explores using the Serverless Framework within Amazon CodeCatalyst for streamlined CI/CD workflows and application deployment on AWS.
AWS announces general availability of Amazon CodeCatalyst, a unified DevOps service for planning, coding, building, testing, and deploying applications.
A guide to building multi-architecture Docker images for both amd64 and arm64 processors using AWS CodeCatalyst workflows.
Analyzes the rise of AI as a platform shift, comparing its early stages to the historical growth and evolution of cloud computing.
A tutorial on fine-tuning a BERT model for text classification using the new PyTorch 2.0 framework and the Hugging Face Transformers library.
A guide to refactoring Terraform IaC to manage separate staging and production environments, comparing workspaces vs. modules.