RezNetDevOps's profile picture. Co-Founder @IntellecteraAI Creating AI-Driven Products & Solutions

Rez

@RezNetDevOps

Co-Founder @IntellecteraAI Creating AI-Driven Products & Solutions

Rez รีโพสต์แล้ว

Here's an interesting fact about Redis - while replications on most databases are pull-based, Redis has chosen a push-based approach. Here's why and how behind it... In most traditional databases like MySQL and Postgres, the replicas actively request updates from the primary,…


Rez รีโพสต์แล้ว

Using Postgres as a Data Warehouse - Start with Postgres 18+ — asynchronous I/O makes table scans 2-3x faster than Postgres 15 - One command runs everything: `docker-compose up`. If partitioning breaks on localhost, it'll break in prod — test the real structure first - Async…


Rez รีโพสต์แล้ว

When I see an over-engineered solution I don't think of it as "smart" or "impressive". I think of it as childish. You are a child in a room without any adults.


Rez รีโพสต์แล้ว

Knative has officially graduated within CNCF! 🎓 This milestone marks the maturity of serverless + event-driven apps on Kubernetes, with new features on the horizon to support AI and legacy integration. Congrats to the Knative community! 🚀 Learn more: cncf.io/announcements/…

CloudNativeFdn's tweet image. Knative has officially graduated within CNCF! 🎓

This milestone marks the maturity of serverless + event-driven apps on Kubernetes, with new features on the horizon to support AI and legacy integration.
Congrats to the Knative community! 🚀

Learn more: cncf.io/announcements/……

Rez รีโพสต์แล้ว

In this case study, you'll learn why Go services in Kubernetes can experience latency issues when GOMAXPROCS defaults don't match actual CPU allocations, and how to prevent these problems through explicit configuration and metric monitoring ➤ ku.bz/kMXd69s3P


Rez รีโพสต์แล้ว

This article describes how a Kubernetes PaaS team implemented split-DNS for Kafka in a multitenant cluster: overriding specific broker hostnames via CoreDNS templates and delegating endpoint control to tenants via ExternalName services ➜ ku.bz/2lTrzwpkM


Rez รีโพสต์แล้ว

Perfect distro for weebs 😂 Check it out - nyarchlinux.moe


Rez รีโพสต์แล้ว

Zarf is a tool that simplifies software deployment to Kubernetes clusters in airgapped or disconnected environments It packages applications and their dependencies into single compressed files that can be deployed without internet connectivity ➤ ku.bz/DQTLs_qQ_


Rez รีโพสต์แล้ว

Linux makes you happy. 🤗


شوخی نردی سطح ۱

crabposting

peach2k2's tweet image. crabposting


DevOps ≠ Developers Tech Support


Rez รีโพสต์แล้ว

How do you get Postgres index only scans? By creating covering indexes. SELECT name, email FROM web_users WHERE id = 123; Could be completely covered by: CREATE INDEX idx_users_indcludes ON web_users (id) INCLUDE (name, email);

crunchydata's tweet image. How do you get Postgres index only scans? By creating covering indexes.

SELECT name, email FROM web_users WHERE id = 123;

Could be completely covered by:

CREATE INDEX idx_users_indcludes
ON web_users (id)
INCLUDE (name, email);

با اختلاف تخمی ترین شبکه اجتماعی در گذشته، حال و آینده لینکدین بوده، هستش و خواهد بود!


تمام بلایای طبیعی و غیر طبیعی داره سر ما میاد #زلزله #تهران


Rez รีโพสต์แล้ว

I cannot stop listening to this song "It's tempting for boards of public companies to think that all care and competence around product can be delegated down the org chart. That someone who can hit the numbers is all you need at the top. But it's not." world.hey.com/dhh/the-great-…


How to do Grafana Beyla Application Monitoring | by Bhoopesh Sharma | Sep, 2025 | Medium bhoopeshsharma.medium.com/how-to-do-graf…


Rez รีโพสต์แล้ว

استعدادهای سوخته در نتیجه ۵۷


Rez รีโพสต์แล้ว

This article documents how JYSK engineered a production-grade, distributed bandwidth monitoring system using Kubernetes, Talos Linux, Grafana, iperf3, and Go ➤ ku.bz/m-yzWmZCh


Rez รีโพสต์แล้ว

Accepted! Go 1.26 will introduce Hashers — a standard approach to hashing and equality checks in custom collections. I've made a summary of the proposal, and even managed to squeeze in some interactive examples. antonz.org/accepted/mapha…


“How I Made Kubernetes Monitoring Smarter with AI” by Danlio medium.com/@kopp0510/how-…

RezNetDevOps's tweet image. “How I Made Kubernetes Monitoring Smarter with AI” by Danlio medium.com/@kopp0510/how-…

Loading...

Something went wrong.


Something went wrong.