Tag: Devops
-
Automating stateful apps with Kubernetes Operators
Posted on December 5, 2025, Level intermediate Resource Length medium
Automating stateful apps with Kubernetes Operators simplifies management of complex workloads by handling critical tasks like scaling, backup and failover automatically. This reduces downtime and human errors that are common in manual deployment processes. By Keval Bhogayata.
Tags kubernetes devops cicd app-development
-
Why Apache Flink is not going anywhere
Posted on December 3, 2025, Level intermediate Resource Length long
Flink's complexity stems from supporting a variety of use cases and having a rich set of features, but can be simplified with proper tooling. By Yaroslav Tkachenk.
Tags apache data-science big-data devops software-architecture
-
Post-deployment tests: Your safety net after the code shipswhy apache flink is not going anywhere
Posted on December 2, 2025, Level beginner Resource Length short
Automating post-deployment testing with GitHub Actions and Playwright provides rapid feedback, automatic rollbacks, and increased production confidence. By Türkçe Yazılar.
Tags devops cicd programming software
-
Streaming responses via AWS Lambda
Posted on November 22, 2025, Level intermediate Resource Length medium
In this blog, we will look at how Lambda function's Response Streaming would be helpful and identify when it would be ideal to use Response Streaming for your workloads. By Jones Zachariah Noel N.
Tags serverless streaming devops messaging app-development
-
What is the Model Context Protocol (MCP) and how it works
Posted on October 7, 2025, Level beginner Resource Length long
The Model Context Protocol (MCP) standardizes how large language models connect with external data and tools, eliminating the need for custom integrations between different AI systems and services. Released by Anthropic, MCP enables developers to build context-aware applications without reinventing wheel for each model-to-system pairing, solving the "NxM problem" of redundant development and maintenance efforts across countless LLMs and tools. By descope.com.
Tags ai servers infosec devops web-development app-development
-
Cloud-native security in 2025: Why runtime visibility must take center stage
Posted on September 20, 2025, Level intermediate Resource Length medium
The article from The Hacker News outlines the transformative shift in cloud-native application security as industries increasingly adopt containerized and serverless architectures. This evolution has expanded attack surfaces beyond what traditional security models can effectively manage. It introduces runtime visibility as a critical component for contemporary security strategies, allowing teams to understand active threats within production environments. By The Hacker News.
Tags infosec cio devops cloud servers serverless
-
What is Azure Local and why should SysAdmins care?
Posted on September 10, 2025, Level beginner Resource Length medium
Azure Local is not just a rebrand. It's a message. One that says Microsoft finally gets how confusing their cloud naming has been. Microsoft's hybrid story has been a bit confusing over the years, but now we have some clarity. By Andy Syrewicze.
Tags devops web-development app-development azure
-
Rate limiting for Django websites
Posted on September 4, 2025, Level intermediate Resource Length long
Rate limiting restricts the number of requests a client can make to your Django website within a specific timeframe. It's especially useful for blocking malicious bots, crawlers, or brute-force attacks that overwhelm server resources. By Aidas Bendoraitis.
Tags nginx devops infosec devops kubernetes
-
Securing Kubernetes resources without a VPN
Posted on September 4, 2025, Level intermediate Resource Length long
Securing kubernetes resources that you want to expose to only some users externally is often done through IP allowlisting and a VPN. While this is a tried and true method, there are some drawbacks. By Brian Sizemore.
Tags nginx app-development infosec devops kubernetes
-
MCP + SQL: The secret weapon to connect AI to enterprise systems
Posted on August 31, 2025, Level intermediate Resource Length medium
This article addresses the common challenge of integrating AI with existing enterprise systems like Salesforce and SAP. The core concept is leveraging Large Language Models' (LLMs) proficiency in SQL alongside a standardized communication protocol called the Model Context Protocol (MCP). By Manish Patel.
Tags sql database ai bots devops
-
Serverless is not a primary
Posted on August 18, 2025, Level beginner Resource Length medium
The article emphasizes that while serverless is a powerful and exciting architectural pattern, it's frequently misapplied. Organizations often hope serverless will solve their software delivery problems, but it's actually an enabler that requires strong foundational practices to realize its benefits. By Seth Orell.
Tags serverless app-development web-development cio devops
-
The myth of complexity: why microservice architecture doesn't work for you
Posted on August 5, 2025, Level beginner Resource Length medium
This article parks a debate about the appropriateness of the microservices approach. While microservices are often touted as the key to scalability and agility, author suggests that the architectural pattern can become a hindrance rather than a help, particularly if implemented without careful consideration. By Dorota Parad.
Tags microservices devops app-development web-development monitoring