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.
What is System? Before we discuss the system state, let me quickly explain what a system is. A system is a collection of parts that work together to accomplish something. Think of it like a team where each member has a specific role, and together, they achieve a common goal.
What is true about a system state? Imagine a system is like a robot that we can give different jobs to do.
In this article, I’ve curated a collection of tools used to streamline PDF generation in high-volume environments. Tailored for demanding scenarios, these efficient solutions are used to assist industries like finance, healthcare, and any sector requiring large-scale document creation with email notifications. Dive in to enhance your workflow optimization with these valuable insights!
Puppeteer Puppeteer is a Node.js library which provides a high-level API to control Chrome/Chromium over the DevTools Protocol.
Note to the Reader This article is for developers with an existing ASP.NET Core Entity Framework based application currently utilizing SQL Server database for user authentication. If you’re considering migrating to PostgreSQL, this guide is designed to provide you with a clear and effective roadmap for a seamless transition."
Overview In the ever-evolving landscape of database management, the decision to migrate from SQL Server to PostgreSQL marks a strategic move towards enhanced flexibility, cost efficiency, and scalability.
Why Add an IIS Application Pool as a Login in SQL Server Management Studio (SSMS)? When developing web applications hosted in Internet Information Services (IIS) and using SQL Server as the database, a common requirement arises: adding an IIS Application Pool as a login in SQL Server Management Studio (SSMS). This article explains why this step is essential and how to implement it effectively.
Understanding IIS Application Pools and SQL Server Integration What Is an IIS Application Pool?
We were working on an application that utilized Azure Active Directory (AAD) for handling user authentication and authorization seamlessly. Everything functioned as expected until certain users encountered login difficulties. Following a comprehensive examination, we discovered that authentication issues were exclusively experienced by users who were members of an increased number of Azure Active Directory Groups.
To address the problem, we initially resorted to removing users from some of these groups to restore functionality.