Join us

ContentRecent posts and updates..
Link
@anjali5 shared a link, 1Ā day, 22Ā hours 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)
Dev Swag
@ByteVibe shared a product

Coding Ninja - Heavy Blendā„¢ Hoodie

#developerĀ  #merchandiseĀ  #swagĀ 

This unisex heavy blend Hooded Sweatshirt is relaxation itself. It's made with a thick blend of Cotton and Polyester, which makes it plush, soft and warm. The spacious Kangaroo Pocket adds daily pract...

Link
@radhika_rv16 shared a link, 3Ā days, 17Ā hours 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, 1Ā week 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, 4Ā weeks 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 ago

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

Link
@koukibadr shared a link, 1Ā month, 1Ā week 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, 1Ā week ago
Mobile Developer, Nventive

Code Templating

Link
@paunikar-jayesh shared a link, 1Ā month, 2Ā 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, 3Ā 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
Link
@hamzmu shared a link, 1Ā month, 3Ā weeks ago
Fellow, Rootly

Using Graphify to turn Incident Data into a Knowledge Graph

Karpathy said we should build LLM knowledge bases. 48 hours later made Graphify was made: one command, full semantic knowledge graph.

We applied the idea to incident data turning them into a queryable and interactable semantic graph. This lets us see past fixes, predict failures, cluster services, cut alert noise, and reveal team load in seconds.

If you’re using Rootly, here is a small plugin to explore your incident data.

Check it out: github.com/Rootly-AI-Labs/rootly-graphify-importer

Interactive knowledge graph visualization of incident management data showing clustered services, alerts, and responders with connected nodes and relationships in Graphify