WassupAI

WassupAI

25
Jan
Object-Oriented Design Patterns in Python - The Interface Concept

Object-Oriented Design Patterns in Python - The Interface Concept

Python lacks strict interfaces, but we can enforce them! Discover how to use Abstract Base Classes (ABCs) and Protocols to define clear architectural contracts for your objects.
7 min read
25
Jan
Object-Oriented Design Patterns in Python - Advanced Python OOP Review

Object-Oriented Design Patterns in Python - Advanced Python OOP Review

Master Python’s object mechanics beyond standard classes. We’ll explore magic methods, the precise control of __slots__, and properties to write cleaner, more efficient Pythonic code.
7 min read
02
Jan
New Relic and AWS Lambda Integration - AWS SAM & CDK

New Relic and AWS Lambda Integration - AWS SAM & CDK

Native AWS tooling support. Discover patterns for injecting the New Relic agent and extension into your CloudFormation templates and CDK constructs ensuring observability is baked in at the build phase.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Serverless Framework

New Relic and AWS Lambda Integration - Serverless Framework

Streamline deployment. Utilize the serverless-newrelic-lambda-layers plugin to automatically inject instrumentation during your sls deploy process, keeping your serverless.yml clean and efficient.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Terraform Integration

New Relic and AWS Lambda Integration - Terraform Integration

Automate observability. Use the newrelic Terraform provider to manage alert policies and entity tags, and learn to attach Lambda layers purely through Infrastructure as Code (IaC).
7 min read
02
Jan
New Relic and AWS Lambda Integration - Key Alert Policies

New Relic and AWS Lambda Integration - Key Alert Policies

Sleep soundly. We define the essential alerts every serverless team needs, including error rate spikes, throttling events, dead letter queue depth, and excessive duration warnings.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Dynamic Baseline Alerts

New Relic and AWS Lambda Integration - Dynamic Baseline Alerts

Static thresholds fail in dynamic environments. Configure alerts that learn your traffic patterns and only notify you when behavior deviates significantly from the norm, reducing alert fatigue.
7 min read
02
Jan
New Relic and AWS Lambda Integration - NRQL for Serverless

New Relic and AWS Lambda Integration - NRQL for Serverless

Master the query language. Learn specific NRQL commands to query ServerlessSample data, calculating average duration, error rates, and throughput for specific functions or regions.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Custom Attributes

New Relic and AWS Lambda Integration - Custom Attributes

Add business context to code. Learn to tag invocations with data like userID or cartValue using recordCustomEvent, allowing you to connect technical performance directly to business outcomes.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Memory Profiling

New Relic and AWS Lambda Integration - Memory Profiling

Stop guessing memory settings. Use the "Power Tuning" approach to visualize the relationship between allocated memory and duration, finding the sweet spot where performance meets cost efficiency.
7 min read