Join us

ContentRecent posts and updates..
Link
@anjali5 shared a link, 3 hours ago

How AI SRE Works: A Three-Stage Workflow for Enterprise Infrastructure

One challenge we've been thinking about recently is the amount of time spent assembling context during incident response.

The information often already exists across CMDBs, monitoring systems, and incident management platforms, but engineers still have to correlate it before they can act.

Here's a short write-up on a three-stage AI SRE workflow for impact analysis, alert classification, and incident context management.

AISRE
Dev Swag
@ByteVibe shared a product

Science, Code & Rock 'n' Roll - Tshirt

#developer  #merchandise  #swag 

Embrace the perfect harmony of science, code, and rock 'n' roll with our "Science, Code, Rock 'n' Roll" t-shirt. This unique design encapsulates the fusion of creativity, innovation, and rebellious sp...

Link
@anjali5 shared a link, 1 week, 2 days ago

How to Accelerate Infrastructure Provisioning for AI-Native Enterprises (2026 Guide)

Learn how AI-native enterprises can accelerate infrastructure provisioning with StackGen using Terraform modules, governance guardrails, AppStack templates, and AI-powered automation.

How to accelerate infrastructure provision for AI native enterprises (1)
Link
@radhika_rv16 shared a link, 1 week, 3 days ago
SRE, Writer

Platform Engineering: From Bash Scripts to AI-Powered Platforms — and What Comes Next

I once got a Slack message at 11pm: "hey, prod seems slow?" No runbook. No alert. Just me, SSH'd into a box, squinting at top output. That was platform engineering. Here's how far we've come — and where AI is taking us next.

platform engineering evolution
Link NextGenSoft Technologies LLP Team
@nextgensoft shared a link, 2 weeks ago
Marketing Manager, nextgensoft

AWS MCP Server: Complete Guide for Building AI Agents on AWS

Learn how to build powerful AI agents on AWS MCP Server. A complete guide covering setup, architecture, tools, and real-world use cases.

01-Guid to build AI Agent on AWS MCP Server
Link
@mfahlandt shared a link, 1 month ago
Customer Delivery Architect, Kubermatic

Last Week in Cloud Native

Last Week in Cloud Native (LWCN) is a weekly newsletter dedicated to keeping the Cloud Native community informed about the latest releases, news, and developments in the CNCF ecosystem.

📅 Published: every Monday

🌍 Language: English

💶 Price: free, no paywall

🧑‍💻 Publisher: Mario Fahlandt

We believe staying current with the rapidly evolving Cloud Native landscape shouldn’t require hours of research. LWCN distills the most important updates from across the ecosystem into a concise, actionable weekly digest — written in a neutral, journalistic tone, with no marketing fluff.

Last Week in Cloud Native
Link
@pushpakraut shared a link, 1 month, 1 week ago

how i deployed a secure harbor registry with https on rke1 rke2 real production setup

Link
@koukibadr shared a link, 1 month, 2 weeks ago
Mobile Developer, Nventive

LiveData vs StateFlow

LiveData and StateFlow both stream data reactively, but differ in two key ways:

Initialization — LiveData needs no initial value; StateFlow requires one.

Lifecycle — LiveData is lifecycle-aware by default; StateFlow is not, so you need to wrap it in repeatOnLifecycle to avoid memory leaks.

Code templating
Link
@koukibadr shared a link, 1 month, 2 weeks ago
Mobile Developer, Nventive

Code Templating

Link
@paunikar-jayesh shared a link, 1 month, 3 weeks ago
Backend Developer

Laravel Eloquent vs Query Builder — Which One Should You Actually Use?

Your query builder vs Eloquent choice isn’t just about syntax — it can make or break your app’s performance.

In this article, I break down what actually happens under the hood when you use Eloquent vs Query Builder, based on real production experience. While both hit the same database, Eloquent adds layers like model hydration, events, and relationships — which feel great for clean code but can become costly at scale.

Through real benchmarks and practical examples, you’ll see why Eloquent can be 4x slower in heavy data scenarios — and why that often doesn’t matter for typical apps. The real problem isn’t Eloquent itself, but how developers misuse it (hello, N+1 queries 👀).

This isn’t a “pick one” debate. The real takeaway: smart developers use both — Eloquent for readability and relationships, Query Builder for performance-critical operations.

If you’ve ever wondered why your Laravel app suddenly slows down in production, this might be the missing piece.

Eloquent-vs-Query-Builder-comparison
Link
@simme shared a link, 1 month, 4 weeks ago
Senior Engineering Manager, @canonical

Boring code is an organizational tell

Boring code is an organizational symptom, not an aesthetic failure. Co-change patterns in version control reveal team boundaries before any retrospective does; ownership concentration predicts defects better than code complexity metrics. With agents removing the friction that contained clever code accumulation, the incentive structures that produce boring code have never mattered more.

gradients