Understand the critical differences between MLOps and LLMOps. Learn prompt management, evaluation pipelines, cost tracking, and CI/CD patterns for LLM applications in production.
Read more โCategory: Development Process
Software Development Life Cycle Processes
DevSecOps: Integrating Security into DevOps – Part 2
Continuing from my previous blog, let’s dive deeper into the implementation of DevSecOps. Integrating Security into DevOps To implement DevSecOps, it is essential to integrate security into every phase of the DevOps lifecycle. The following are the key phases in DevOps and how to integrate security into each phase: DevSecOps Best Practices Here are some […]
Read more โDevSecOps: Integrating Security into DevOps – Part 3
Continuing from my previous blog, let’s explore some more advanced topics related to DevSecOps implementation. Shift-Left Testing One of the key concepts in DevSecOps is shift-left testing. This means shifting security testing as far left in the software development process as possible. This helps identify security issues early in the development process, which is much […]
Read more โDesign Thinking in the Age of AI: Why Human-Centered Product Development Matters More Than Ever
The resurgence of design thinking in enterprise software development might seem paradoxical in an era dominated by AI-generated solutions. Yet after witnessing countless projects, the truth is clear: AI makes technical implementation easier while understanding user needs becomes harder. The 5-Phase Design Thinking Framework Why Design Thinking Matters More in the AI Era The proliferation […]
Read more โDevSecOps: Integrating Security into DevOps โ Part 4
In this continuation blog, we will explore some more advanced topics related to DevSecOps implementation. Threat Modeling Threat modeling is the process of identifying potential threats to an application or system and evaluating their impact. It helps identify potential security vulnerabilities and prioritize security activities. The following steps are involved in the threat modeling process: […]
Read more โDevSecOps: Integrating Security into DevOps โ Part 5
Continuing from my previous blog, let’s explore some more advanced topics related to DevSecOps implementation. Identity and Access Management Identity and Access Management (IAM) is a critical aspect of DevSecOps. It involves managing user identities and controlling their access to resources based on their roles and responsibilities. IAM includes the following activities: Infrastructure as Code […]
Read more โ