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.

Agentic Workflow Patterns: Building Autonomous AI Systems That Plan, Act, and Learn

Posted on 24 min read

Introduction: Agentic workflows represent a paradigm shift from simple prompt-response patterns to autonomous, goal-directed AI systems. Unlike traditional LLM applications where the model responds once and stops, agentic systems can plan multi-step solutions, execute actions, observe results, and iterate until the goal is achieved. This guide covers the core patterns that make agentic systems work:… Continue reading

Prompt Engineering Best Practices: From Basic Techniques to Advanced Reasoning Patterns

Posted on 24 min read

Introduction: Prompt engineering is the art and science of communicating effectively with large language models. Unlike traditional programming where you write explicit instructions, prompt engineering requires understanding how models interpret language, what context they need, and how to structure requests for optimal results. This guide covers the fundamental techniques that separate amateur prompts from production-quality… Continue reading

LLM Memory Systems: Building Contextually Aware AI Applications

Posted on 21 min read

Introduction: Memory is what transforms a stateless LLM into a contextually aware assistant. Without memory, every interaction starts from scratch—the model has no knowledge of previous conversations, user preferences, or accumulated context. This guide covers the memory architectures that enable persistent, intelligent AI systems: conversation buffers for recent context, summary memory for long conversations, vector-based… Continue reading

Getting Started with Azure Functions App

Posted on 3 min read

In my previous article I gave you an overview of Azure Functions and discussed about the benefits of the Azure Functions. With this session I will cover you with necessary steps to create an initial basic functions app. Getting Started: Login to Azure Portal, you will see Function Apps section in the left menu. This… Continue reading

Managed Azure Database for MySQL and PostgreSQL

Posted on 2 min read

During Microsoft Build 2017(May 10th 2017) conference in Seattle, Scott Guthrie (EVP of Cloud and Enterprise Group) announced two new offerings to the Azure Database Services Platform, Azure Database for MySQL and Azure Database for PostgreSQL. I was happy that Microsoft is filling the gap for the need of Fully Managed MYSQL and PostgreSQL .… Continue reading

Big Data & Front End Development track in the Microsoft Professional Program

Posted on 2 min read

Earlier I introduced you the Microsoft Professional Program for Data Science. Right after few days Microsoft announced the BETA availability of two more tracks Big Data and Front End Development. Big Data Track: This Microsoft program will help you to learn necessary skills from cloud storage and databases to Hadoop, Spark, and managed data services… Continue reading

Microsoft Professional Program for Data Science

Posted on 1 min read

Microsoft has come up with a new program to bring in more skilled people to the field of Data Science by providing them the right training on right set of tools. Microsoft has put together a curriculum  to teach key functional and technical skills, combining highly rated online courses with hands-on labs, concluding in a… Continue reading

Introduction to Data Science

Posted on 3 min read

We all have been hearing the term Data Science and Data Scientist occupation become more popular these days. I thought of sharing some light into this specific area of science, that may seem interesting for rightly skilled readers of my blog. Data Science is one of the hottest topics on the Computer and Internet  nowadays.… Continue reading

Tool Use and Function Calling: Extending LLM Capabilities with External Actions

Posted on 21 min read

Introduction: Function calling transforms LLMs from text generators into action-taking agents. Instead of just producing text responses, models can now decide when to call external functions, APIs, or tools to accomplish tasks. This capability enables building assistants that can search the web, query databases, send emails, execute code, and interact with any system that exposes… Continue reading

Getting Started local development with Azure Cosmos DB services – Part 2

Posted on 4 min read

In my previous article we discussed about setting local development environment using Cosmos DB Emulator for Windows. With this part 2 of the article, we will cover developing, debugging and integration related aspects of using Cosmos DB Emulator. Developing with Cosmos DB Emulator Once you have Cosmos DB emulator installed and running on your machine,… Continue reading

Showing 371-380 of 441 posts
per page