What is the difference between Kubernates and Service Fabric? It is a common question today among most of the business stakeholders, infrastructure specialists, and information technology architects. To answer in simpler words, quoting from this Reddit log : Kubernetes manage/orchestrate containers and applications within. ServiceFabric is a… Continue reading
Category: Emerging Technologies
Emerging technologies include a variety of technologies such as educational technology, information technology, nanotechnology, biotechnology, cognitive science, psychotechnology, robotics, and artificial intelligence.
What’s Azure Container Service (ACS/AKS)
I will start with history: Sometime around 2016, Microsoft launched an IaaS service called Azure Container Service a.k.an ACS serves as a bridge between Azure Ecosystem and existing container ecosystem being used widely by the developer community around the world. It helps as a gateway for infrastructure engineers and developers to manage underlying infrastructure such as… Continue reading
Context Window Management: Maximizing LLM Input Utilization
Introduction: Context windows are the lifeblood of LLM applications—they determine how much information your model can process at once. Even with 128K+ token models, you’ll hit limits when dealing with long documents, conversation histories, or multi-document RAG. Poor context management leads to truncated information, lost context, and degraded responses. This guide covers practical strategies for… Continue reading
WordPress Blog in Azure App Service In Minutes–Part 02 (Configuring WordPress)
In the last part of this series, we experienced how to create a new wordpress blog instance in Azure App Service. In this part we will learn, how to configure your wordpress instance for publishing. Now that we have WordPress instance deployed in Azure App Service, lets expore the app service instance a bit. Step… Continue reading
General Availability of Azure Database Services for MYSQL and PostgreSQL
It has been a while I have written something on my blog. I thought of getting started again with a good news that Microsoft Azure team has announced the general availability of Azure Database Services for MySQL and PostgreSQL. In my earlier posts, I have provided some oversight into Preview Availability of these services as… Continue reading
Prompt Injection Defense: Securing LLM Applications Against Adversarial Inputs
Introduction: Prompt injection is one of the most significant security risks in LLM applications. Attackers craft inputs that manipulate the model into ignoring its instructions, leaking system prompts, or performing unauthorized actions. As LLMs become more integrated into production systems—handling sensitive data, executing code, or making API calls—the attack surface grows dramatically. This guide covers… Continue reading