Namaste! Welcome to my blog, where you’ll find a diverse range of carefully crafted articles. These articles fall into two major categories:
Articles that deepen your understanding of core engineering principles, System Engineering, Product/Program management, and Risk Assessment strategies. Technology is an ever-evolving force that shapes and revolutionizes our world, and I’m excited to explore it with you. #Architecting, #ProductDevelopment, #SystemEngineering and #Cybersecurity
Articles that share valuable insights and initiatives that have the power to create a meaningful difference in the world. Whether it’s exploring new destinations, discussing social issues, or celebrating the magic of music, you’ll find thought-provoking content here.#Travel, #SocialResponsibility, and #Music:
Life is an extraordinary mixture of experiences, emotions, and growth, and I’m here to share and learn together! 📚
About me!
I know by name DEEKU, and I work as an R&D Software Specialist. Played diversified roles like Cloud Migration Consultant, Techncial Architect and cybersecurity SME. I believe in leading by example and making sure technical issues must be balanced with the needs of customers and the organizational interest.
Unlocking Knowledge 🎓
Certified: SAFe® 5 Product Owner/Product Manager.
Certified: Azure Security Engineer Associate.
Certified: Azure Cloud Infrastructure.
ISO 14971 and IEC 62304.
Join me on this inspiring journey of positive change and exploration.
Claude has two modes for handling complex tasks , Planning Mode and Thinking Mode.
Planning Mode = Breadth : looks wide across your whole project
Thinking Mode = Depth : thinks hard about one specific problem
Planning Mode Think of it like a contractor who walks through your entire house before starting any work. They check every room, understand what is connected to what, and make a list before picking up a single tool.
Why Context Matters More Than You Think Imagine you just joined a new team. It is your first day. A colleague walks up and says
“Can you fix the authentication bug in the user service?”
You have no idea where the user service lives, what language the project uses, whether there is a test suite, or what the team’s coding style looks like. You could ask a dozen follow-up questions or worse, you could guess and get it wrong.
Language models on their own are powerful, but limited. They can only work with text that is directly provided to them and respond with text in return. They cannot open files, browse a codebase, or run commands on a system. If you ask a standalone language model to read a file or execute code, it will state that it does not have that capability. In essence, a language model is intelligent, but isolated from the real working environment of a developer.
Scenario Since I come from the healthcare industry, I’d like to use a healthcare-related example to explain Microsoft Entra Conditional Access.
In healthcare, safeguarding patient data is of utmost importance. Imagine a hospital’s IT team managing remote access for administrators who need to log in securely from various locations. How can they ensure that only authorized personnel access sensitive data while minimizing security risks? This is where Microsoft Entra Conditional Access becomes essential.
Scenario Hospitals often face challenges when providing secure remote access to internal applications without VPN access. This article explores how to enable Single Sign-On (SSO) for remote staff accessing an on-premises web application using Azure AD Application Proxy and Azure AD Enterprise Applications.
A hospital has an Azure Active Directory (Azure AD) tenant synced with its on-premises Active Directory. The hospital uses an internal web application called PatientRecordsApp, which is hosted on-premises and uses Integrated Windows Authentication (IWA) for secure access.