Join us

ContentUpdates and recent posts about Azure Kubernetes Service (AKS)..
Story
@laura_garcia shared a post, 1 year, 1 month ago
Software Developer, RELIANOID

🌐 World Telecommunication and Information Society Day May 17 | #WTISD2025

At RELIANOID, we believe in a connected world wheredigital access is not a privilege, but a right. On this day, we join the global call to recognize howtelecommunications and IT bridge dividesand create opportunities for all — from telemedicine in rural clinics to remote learning across continents. ..

World Telecommunication and Information Society Day RELIANOID
Story
@readdive shared a post, 1 year, 1 month ago
Founder, Read Dive

Unity Programming for 2D and 3D Games: What You Need to Know

This article explores what Unity programming entails, the key differences between 2D and 3D development in Unity, and how developers can get started crafting high-quality games.

Unity Programming for 2D and 3D Games
Story
@laura_garcia shared a post, 1 year, 1 month ago
Software Developer, RELIANOID

AI & Key Tech Summit 2025

Ready to unlock the technology of tomorrow? Join us on May 21, 2025, for the AI & Key Tech Summit 2025 – a virtual event that’s part of the Women in Tech Global Conference. Connect with tech leaders, engineers, and product managers as we dive into cutting-edge sessions ranging from AI and data scien..

Story
@readdive shared a post, 1 year, 1 month ago
Founder, Read Dive

The Thought Process Behind AI Innovation: Kashif Abid’s Perspective

Behind AI Innovation

Behind AI Innovation
Story
@laura_garcia shared a post, 1 year, 1 month ago
Software Developer, RELIANOID

🔐 What is CSRF and How to Protect Your Web Apps?

4-min read → https://www.relianoid.com/resources/knowledge-base/misc/what-is-cross-site-request-forgery-csrf-attack-and-mitigations/ One of the most common yet overlooked threats in web application security is Cross-Site Request Forgery (CSRF) — also known as session riding. 🧠 What you'll learn in t..

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

We’ve won the SourceForge Community Choice Award!

We're proud to share that RELIANOID has been recognized by SourceForge with a Community Choice Award, a distinction granted to a small group of open-source projects that stand out for their impact, downloads, and user engagement. With over 500,000 projects hosted on SourceForge and nearly 20 million..

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

📢 What is DORA, and how can your infrastructure be ready for it?

The Digital Operational Resilience Act (DORA) is reshaping cybersecurity and risk management standards across the EU financial sector. With stricter demands on ICT risk, third-party oversight, and incident response, compliance is no longer optional — it’s strategic. To help organizations navigate DO..

Tabla DORA (1)
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Memory-safe sudo to become the default in Ubuntu

MeetUbuntu 25.10’s new sidekick:sudo-rs. This Rust-powered, memory-safe twist on sudo amps up security and simplifies upkeep. It embraces the mantra "less is more" by tossing unnecessary sudo features overboard. Canonical’s strategy—security without the bloat—aims for the long game... read more  

Memory-safe sudo to become the default in Ubuntu
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Redis is now available under the AGPLv3 open source license

Redis 8: Now Dual-Licensed Under AGPL—And Commands Just Got 87% Faster. This move seeks to harmonize core and stack features, echoing Salvatore’s triumphant return... read more  

Redis is now available under the AGPLv3 open source license
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Escaping Egress: Hidden Cloud Fees Every CFO Should Know

Cloud bills can bloat to a ridiculous40+ pages. Hidden egress fees lurk in the fine print. No wonder 56% of IT pros think they're too much. But here's a thought—swap over to cheaper providers and watch profits swell by at least 4.8%. Cha-ching!.. read more  

From an operations standpoint, AKS provides automated cluster upgrades, node pool management, auto-scaling, and built-in high availability. Teams can run multiple node pools per cluster, mix VM sizes, use spot instances for cost optimization, and scale workloads automatically with the Kubernetes autoscaler and Horizontal Pod Autoscaler.

Security is a core design focus. AKS supports private clusters, network policies, Azure Policy for Kubernetes, workload identity, secrets integration with Azure Key Vault, and container image scanning through Microsoft Defender for Cloud. These features help organizations meet enterprise security and compliance requirements without heavy customization.

AKS is widely used for cloud-native applications, microservices, AI/ML workloads, and internal platforms. It serves as a foundation for platform engineering teams building internal developer platforms, often combined with GitOps tools like Flux or Argo CD and CI/CD systems such as GitHub Actions or Azure DevOps.