Join us

ContentUpdates and recent posts about ChatGPT..
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

When Do Retry, Backoff, and Jitter Work?

Retries, meet your nemesis: server overload. Just hammering the "try again" button doesn’t solve it. Enterexponential backoffandjitter, the dynamic duo for taming sudden traffic spikes. But don’t pop the champagne just yet. When fresh requests keep pushing past capacity, this strategy crumbles, reve.. read more  

When Do Retry, Backoff, and Jitter Work?
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Building a resilient DNS client for web-scale infrastructure

DCLflips DNS on its head withadaptive timeouts,exponential backoff, andreal-time config updates. Result? Downtime hits the floor, fault tolerance flexes its muscles. DNS visibility and client-side metrics accelerate alert sharpness, fine-tune infrastructure tweaks, and kick old-school limits to the .. read more  

Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Scaling Nextdoor’s Datastores

Nextdoor took on database scalability like a pro. Theydynamically routed queriesto read replicas and keptcache consistencytight, even while yanking the carpet out with schema changes. Multi JOINs blocked their move todistributed SQLlike annoying roadblocks. But Nextdoor, the sly foxes, extended thei.. read more  

Scaling Nextdoor’s Datastores
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Introducing the Amazon EKS Auto Mode workshop

Amazon EKS Auto Modetosses the headaches of Kubernetes cluster management to AWS. It dynamically tunes resources, making life easier for your apps. Feeling lazy? The workshop deploys an app with just one command, all while delivering beefy, scalable solutions. Oh, and you’ll master it in two hours f.. read more  

Introducing the Amazon EKS Auto Mode workshop
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Serverless Is a Lie (But It’s Still Useful)

ECS Fargatedominates 24/7 stateless APIs, dodging those peskyLambdacold starts. Meanwhile,Lambdathrives in event-driven bursts but hits a 15-minute ceiling. For lean, mean APIs with built-in auth, lean towardsAPI Gateway. But if speed matters, marryFargatewith anApp Load Balancer.Step Functionsstrea.. read more  

Serverless Is a Lie (But It’s Still Useful)
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Measure risk probability in IAM

AWS actions don't always pick up list capabilities from resource types automatically. You'll often find yourself manually specifying list actions, which throws a wrench into Attribute-Based Access Control (ABAC) plans. AWS docs on dependency themes like PassRole? Incomplete at best. Cue the unexpect.. read more  

Measure risk probability in IAM
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

The Road to 1.0: Terragrunt Stacks Feature Complete

Terragrunt Stacksjust leveled up. It's like Marie Kondo hit your Infrastructure as Code, making it pristine withOn-Demand and Recursive Generation. Say goodbye to config clutter... read more  

Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Linux Detection Engineering - A Sequel on Persistence Mechanisms

PANIX turns the tangled web of Linux persistence and Process Capabilities on its head. It makes them as easy to test as flipping a light switch—and sharpens your detection game along the way... read more  

Linux Detection Engineering - A Sequel on Persistence Mechanisms
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Sending Emails with MCP and Azure Communication Services

MCPstruts onto the scene as the new AI-comms rockstar. Now featured in GitHub Copilot, it turns email automation withAzure Communication Servicesinto a walk in the park... read more  

Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

The Post-Developer Era

AI crafts 25% of Google's code while human developers orchestrate the symphony, molding and refining the AI's raw outputs.These AI tools "boost," they don't "replace," the seasoned artisans of code.Startups peddling the AI-only coding pipe dream tend to implode, tripped up by unanticipated hurdles.W.. read more  

The Post-Developer Era
ChatGPT is a large language model created by OpenAI that has been trained on a massive amount of text data using a deep learning algorithm. The model uses this training to understand and generate natural language responses to a wide range of questions and prompts. Its purpose is to assist users in generating human-like text and providing relevant information. ChatGPT is capable of carrying out various natural language processing tasks, including language translation, summarization, question-answering, and conversation generation.