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

15 GitOps Best Practices to Improve Your Workflows

GitOpsputs code in the driver's seat, steering apps and infrastructure straight from Git. Your deployments? They'll be twins with the repo's setup. Here are15 key factorsto consider when adopting GitOps in your teams... read more  

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

Self-contained Python scripts with uv

Dive intouvand make Python scripting a breeze. Jam your dependencies right into the script header. Letuvmanage those virtual environments while you kick back. Debugging woes? A relic of the past. Execute your script—no circus act with virtual environments required. Feel the magic... read more  

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

Handling billions of invocations – best practices from AWS Lambda

Amazon gets clever with AWS Lambda by usingshuffle-shardingandconsistent hashing. This isn't just tech jargon—it's magic for isolating asynchronous invocations. With these tools, they're boxing out noisy neighbors, smoothing out workloads across a jaw-dropping4500+ unique queue combos. Collisions? J.. read more  

Handling billions of invocations – best practices from AWS Lambda
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Microsoft unveils Microsoft Security Copilot agents and new protections for AI

MeetMicrosoft Security Copilot—the evolved AI superhero. It's diving into the chaos of phishing and identity management, juggling a staggering 84 trillion daily signals. In 2024, Microsoft flagged a mind-bending 30 billion phishing emails. That screams for AI intervention. EnterSecurity Copilotagent.. read more  

Microsoft unveils Microsoft Security Copilot agents and new protections for AI
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Nvidia's roadmap shows just how deep Moores Law is buried

Nvidiajust dropped its 2028 GPU squad, honoring Richard Feynman. Enter the 600kW behemoth with576 GPUs. Moore's Law? Toast. YetAI'sappetite swells for more muscle, more density. Nvidia leads the pack, but watch out—AMDandIntelmight just dog-pile onto this trend and cook up their own dense chip wonde.. read more  

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

Avoid Cross-Shard Data Movement in Distributed Databases

Cross-shard joins? Total performance assassins. Instead, unleash strategies likereference table replicationorcollocationto outsmart needless data shuffle. Stay savvy on those trade-offs!.. read more  

Avoid Cross-Shard Data Movement in Distributed Databases
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Industry experts react to World Backup Day

2025 is arming itself with a new title: The Year of Ransomware.Businesses swagger in delusional optimism. Meanwhile, reality sharpens its knives. Dr. Thomas King from DE-CIX has a word of caution: most businesses (82%, no less) downplay packet loss on SaaS. Spoiler alert—they're in for a rude awaken.. read more  

Industry experts react to World Backup Day
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

The rise and fall of the vector database infrastructure category

The explosion of embedding-based applications created a need for specialized infrastructure for vector operations, giving rise to the vector database category, with companies like Pinecone at the forefront. However, the industry has evolved towards a convergence where traditional search engines are .. read more  

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

Challenges in Large-Scale DevOps Migration

Migrating40K reposfromGitLabtoGitHub? Picture a herd of cats. The GHEC tool choked. Suddenly, scripts became the unsung heroes, zapping100 MB+ filesand evicting unwanted tokens. Think retro hacks with a modern twist... read more  

Challenges in Large-Scale DevOps Migration
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Stop Building Internal Tools Nobody Wants: A Platform Engineer’s Guide

Forge tools that tackle everyday quirks, yet welcome secret handshakes like function pointers or hooks for the rule-breakers among us. Think custom libraries, but on steroids. Embracesemantic versioningwith zeal. Minimize surprise explosions—AKA breaking changes. Flaunt yourrelease noteslike casual .. read more  

Stop Building Internal Tools Nobody Wants: A Platform Engineer’s Guide