ContentPosts from @clementnuss..
Link
@paunikar-jayesh shared a link, 1 month, 1 week 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
Story Keploy Team
@sancharini shared a post, 1 month, 1 week ago

Software Deployment and Developer Confidence: Why Your Release Process Matters

Developer confidence in your software deployment process directly impacts shipping velocity, code quality, and team retention. Here's why your release process matters.

Story Trending
@laura_garcia shared a post, 1 month, 1 week ago
Software Developer, RELIANOID

𝗪𝗼𝗿𝗹𝗱 𝗖𝗿𝗲𝗮𝘁𝗶𝘃𝗶𝘁𝘆 𝗮𝗻𝗱 𝗜𝗻𝗻𝗼𝘃𝗮𝘁𝗶𝗼𝗻 𝗗𝗮𝘆 𝟮𝟬𝟮𝟲

🌍 𝗪𝗼𝗿𝗹𝗱 𝗖𝗿𝗲𝗮𝘁𝗶𝘃𝗶𝘁𝘆 𝗮𝗻𝗱 𝗜𝗻𝗻𝗼𝘃𝗮𝘁𝗶𝗼𝗻 𝗗𝗮𝘆 𝟮𝟬𝟮𝟲 At RELIANOID, creativity and innovation are not just concepts we celebrate once a year—they are embedded in everything we build, deliver, and improve every day. In a world where digital services must be 𝗳𝗮𝘀𝘁𝗲𝗿, 𝗺𝗼𝗿𝗲 𝘀𝗲𝗰𝘂𝗿𝗲, 𝗮𝗻𝗱 𝗮𝗹𝘄𝗮𝘆𝘀 𝗮𝘃𝗮𝗶𝗹𝗮𝗯𝗹𝗲, innovatio..

World-Creativity-and-Innovation-Day RELIANOID_2026
Story Keploy Team
@sancharini shared a post, 1 month, 1 week ago

Test Automation Tools Comparison: Keploy vs Selenium

Explore a practical comparison of test automation tools like Keploy and Selenium. Learn how their approaches differ in test creation, maintenance, and scalability in modern development workflows.

Test Automation Tools Comparison: Keploy vs Selenium
Story
@laura_garcia shared a post, 1 month, 1 week ago
Software Developer, RELIANOID

𝗖𝗼𝗻𝗳𝟰𝟮 𝗖𝗹𝗼𝘂𝗱 𝗡𝗮𝘁𝗶𝘃𝗲 𝟮𝟬𝟮𝟲

- 𝗖𝗼𝗻𝗳𝟰𝟮 𝗖𝗹𝗼𝘂𝗱 𝗡𝗮𝘁𝗶𝘃𝗲 𝟮𝟬𝟮𝟲 | 𝗔𝗽𝗿𝗶𝗹 𝟮𝟯 | 𝗢𝗻𝗹𝗶𝗻𝗲 Join Conf42 Cloud Native 2026 — a global virtual event focused on cloud-native technologies, Kubernetes, and modern infrastructure. - 𝗪𝗵𝗮𝘁 𝘁𝗼 𝗲𝘅𝗽𝗲𝗰𝘁: Kubernetes & containerization Cloud security & DevSecOps Microservices & scalability Observability & au..

conf42 cloud native 2026 online relianoid
Link
@simme shared a link, 1 month, 1 week 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
Story
@cloudsignals shared a post, 1 month, 2 weeks ago
Director - Cloud Engineering, osttra

Terraform Production Readiness Cheatsheet

Terraform Terragrunt

Terraform working isn’t enough. Learn what it takes to make it production-ready — from backend design to security and automated pipelines.

Terraform Production Readiness Cheatsheet
Story
@cloudsignals shared a post, 1 month, 2 weeks ago
Director - Cloud Engineering, osttra

DevSecOps: Rapid & Secure Delivery

SonarQube Vault Kyverno Open Policy Agent (OPA) Trivy

If security is your last step, you’re already too late. This guide shows how to build a DevSecOps pipeline where security is continuous, automated, and invisible to delivery speed.

DevSecOps - Rapid & Secure Delivery
Link
@varbear shared a link, 1 month, 2 weeks ago
FAUN.dev()

GitHub backs down, kills Copilot PR ‘tips’ after backlash

GitHub revoked Copilot's ability to inject tips into other users' pull requests after reports that Copilot Review inserted aRaycastlink. They disabled agent tips in PR comments, blamed a programming-logic bug, and said they won't turn tips into ads... read more  

GitHub backs down, kills Copilot PR ‘tips’ after backlash
Link
@varbear shared a link, 1 month, 2 weeks ago
FAUN.dev()

Email address obfuscation: What works in 2026?

The article catalogs obfuscation methods:HTML entities,SVG in an object,display:none, JavaScript decoders, custom encodings, andAES‑256. It coversmailtoobfuscation, redirects (302/301,.htaccess), interaction-gated reveals, accessibility caveats, and ahoneypot-based spam-statistics system... read more