Introduction As organizations adopt AI-powered development tools like GitHub Copilot, maintaining security and governance becomes increasingly critical. The Model Context Protocol (MCP) enables Copilot to connect with external tools and data sources, but without proper controls, this connectivity can pose security risks. An MCP Registry provides enterprises with centralized control over which MCP servers and APIs their developers can access, ensuring that sensitive data and systems remain protected while still leveraging AI capabilities. ...
Are you prepared for your next job interview?
Are you prepared for your next job interview? Have you ever failed in a technical interview? I bet 100% of the readers will say yes unless you never did one. This article is not to teach you to succeed in a technical interview but to explain why they exist and how interviewers evaluate candidates. Disclaimer: All information here is based on my experience and does not reflect the truth as each company or person can have different opinions. ...
The poor man's Progressive Wep App
A bit of context I don’t care about the context, show me the solution! Last week my father sent me a message asking if I could build an electronic spreadsheet of the following image. Looking at the image I promptly reply with “Can’t you use Excel for this?” Then when I got home I opened my Excel and started to create a simple plan with the data from the image and that’s when I saw the notes. ...
Lessons learned from a conference ChatBot
This year I worked as a volunteer at NDC Sydney, and since I was involved with it, I decided to write a Bot to help attendees find sessions. The ChatBot started simple answering questions related to sessions and speakers. It returns an adaptive card with all information about each session. Having all sessions wasn’t enough, so I added integration with QnAMaker, just in case a user asks about something not related to the sessions. ...