GitHub Copilot vs. Amazon CodeWhisperer
GitHub Copilot is the winner when it comes to language- and IDE support. However, if you are working in the AWS environment, Amazon CodeWhisperer is probably for you... read more
GitHub Copilot is the winner when it comes to language- and IDE support. However, if you are working in the AWS environment, Amazon CodeWhisperer is probably for you... read more

The article discusses the implications of assuming a Linux installation while writing tutorials and guides for POSIX and Unix tools. While Linux is dominant, it's still useful to be aware of the differences in behavior of the shell, its utilities, and the C standard library. The article outlines so.. read more
This article discusses log aggregation, which is the process of collecting and standardizing log events from various sources across an IT infrastructure for faster log analysis. The benefits of log aggregation include centralized location, the ability to turn text files into meaningful data, better.. read more

TLDR: Kyverno enables codifying organizational policies into YAML files to validate and enforce security best practices for Kubernetes. It functions as a policy engine designed for Kubernetes to validate, mutate, and generate configuration. Users can manage code policies using familiar tools and app.. read more

Burstable nodes are a cost-effective solution for underutilized CPU workloads; they allow temporarily bursting CPU usage beyond the guaranteed amount. However, watch out for "baseline" versus "burst" CPU numbers, variable credit usage, and potential extra charge for extended bursting. Different clo.. read more

The AWS Load Balancer Controller's naming convention breaks the established conventions in the Kubernetes community. The article explains the confusion surrounding the AWS Load Balancer's provisioning and offers tips for troubleshooting. It also discusses the legacy AWS Cloud Provider default load .. read more

The use of a universal infrastructure language, such as Compose, as a higher-level abstraction can help hide unnecessary details and mismatched amounts of detail of Kubernetes manifests, making it easier for software developers to focus on building value as opposed to repeatedly rebuilding infrastru.. read more

AWS Lambda now supports streaming partial response back to the client before the entire response is ready, improving the time to first byte for web and mobile applications... read more

Amazon VPC Lattice, a simplified networking service for secure & easier service to service communication, is now generally available... read more

The author, a former advocate for building 100% serverless cloud applications, now believes that the best way to build software is the one that solves the business problem with the lowest total cost of ownership. They dispel myths around serverless services, such as they are only for serverless app.. read more
