software & security
RSS FeedDevlin Duldulao, originally from the Philippines but now living in Oslo, is a full-stack cloud engineer in Norway. As a Microsoft MVP, he is a prolific trainer, conference speaker, and published book author who has dedicated his career to sharing his extensive knowledge. As a chief consultant at Crayon Consulting, Devlin is passionate about staying current with the rapidly evolving tech industry. This has led him to delve into cutting-edge fields such as artificial intelligence, GPT, and prompt engineering. Through his unwavering commitment to learning and empowering others, Devlin continues to impact the global technology community significantly.
Featured
-
Securing the AI Agent Revolution: A Guide to Auth in a Multi-Party MCP World
The Model Context Protocol (MCP) promises a future of interconnected AI agents. But how do we secure it? This guide covers the essential security patterns—from API keys to JWTs—for authenticating and authorizing communication in a multi-party MCP ecosystem.
-
Deconstructing the Model Context Protocol - The Lingua Franca for AI Agents
Dive deep into the Model Context Protocol (MCP). Is it a true network protocol? How did it become a standard? This article explores the anatomy of MCP, explaining its core properties and why it represents a foundational shift for building the next generation of interoperable AI applications.
-
The Protocol for AI Agents - Building Scalable, Secure Full-Stack Applications with MCP
Explore the Model Context Protocol (MCP), the "USB-C for AI," and learn how to build secure, scalable, and interoperable AI-powered applications. This deep dive covers the architecture, security best practices, and a practical example using Next.js to create an AI project management assistant.
Recent Posts
-
How HTML, CSS, and JavaScript Journey Through the Network and Get Rendered in the Browser
The intricate dance of HTML, CSS, and JavaScript is at the heart of every website and web application. These technologies form the foundation of web development. However, how these comp…
-
When and Where to Use Generator Functions - Practical Use Cases
Now that we've explored the mechanics of generator functions, it's essential to understand where they can be utilized best. Despite their power, they are not a one-size-fits-all solution. But, for ce…
-
Qwik - The Next Evolution in Frontend Frameworks
Introduction In the ever-evolving landscape of web development, a new player has emerged with the promise of revolutionizing how we think about building web applications - Qwik. This framewor…
-
Exploring the Power of Generator Functions in JavaScript
JavaScript has evolved significantly over the years, enabling more efficient, streamlined coding through ES6+ features. One such feature that has dramatically transformed the way we handle asynchrono…