Speaker

DR Gaurav Kumar Gupta

DR Gaurav Kumar Gupta

PhD | TOGAF-Certified Architect | Driving AI-Powered Digital Transformation | Principal Solution Architect, Allianz Technology Thailand

Bangkok, Thailand

Actions

Gaurav Gupta is an Enterprise Architect and AI specialist with 16+ years of experience in software engineering and system design. A PhD holder in Data Science and TOGAF-certified professional, he currently works at Allianz Technology, contributing to large-scale digital transformation initiatives.

His expertise includes AI/ML, model-driven architecture, and scalable enterprise systems. Gaurav is passionate about leveraging AI to enhance software engineering practices and building future-ready digital solutions.

Area of Expertise

  • Information & Communications Technology

Topics

  • From Code to Control: Mastering Design and Governance in Modern Software Engineering
  • Next-Gen Software Engineering: Model-Driven and AI-Powered Approaches
  • Design. Govern. Evolve: The New Software Engineering

Applying Zero Trust Principles for Secure Service-to-Service Communication

odern microservices architectures are highly distributed, dynamic, and often deployed across cloud-native environments. While this enables scalability and agility, it also significantly expands the attack surface. Traditional perimeter-based security models are no longer sufficient in such environments.

This session explores how to implement Zero Trust Security in microservices—where no service, user, or system is trusted by default, even داخل the network. Every interaction must be continuously verified, authenticated, and authorized.

We will dive into key concepts such as:

Strong service-to-service authentication using mTLS and identity-based security
Fine-grained authorization policies using tools like API gateways and service meshes
Secure communication patterns in synchronous and event-driven architectures
Implementing Zero Trust with modern platforms like Kubernetes and service mesh (e.g., Istio)
Observability and monitoring for detecting anomalous behavior across services

Real-world architecture patterns and practical examples (e.g., Spring Boot microservices) will be discussed to demonstrate how Zero Trust can be effectively embedded into your system design.
Key Benefits for the Audience
. Strong Understanding of Zero Trust in Practice
• Learn how Zero Trust differs from traditional security models
• Understand how to apply it specifically in microservices environments
2. Hands-On Architecture Knowledge
• Design secure service-to-service communication
• Implement identity, authentication, and authorization strategies
3. Improved System Security
• Reduce risks of lateral movement and internal attacks
• Protect APIs and internal services from unauthorized access

AI-Powered Test Automation: The Future of QA

raditional test automation relies heavily on predefined scripts, which are often brittle, time-consuming to maintain, and difficult to scale in rapidly evolving applications. As modern systems become more dynamic—especially with microservices, frequent deployments, and UI changes—these conventional approaches struggle to keep up.

This session explores how AI-powered test automation is transforming the Quality Assurance landscape by moving beyond static scripts toward intelligent, adaptive testing systems. We will examine how machine learning and generative AI techniques can automatically generate test cases from requirements, user stories, and application behavior—significantly reducing manual effort.

A key focus will be on self-healing test scripts, where AI can automatically detect UI or API changes (such as broken locators or modified endpoints) and update test cases without human intervention. This dramatically reduces test flakiness and maintenance overhead.

Additionally, the session will cover:

Intelligent test execution and prioritization based on risk and past defects
AI-driven defect detection and root cause analysis
Integration of AI into CI/CD pipelines for continuous, smart testing
Real-world tools and frameworks enabling AI-driven QA

By the end of this session, attendees will understand how AI is not just enhancing but redefining test automation—making it faster, smarter, and more resilient.

From Microservices to Autonomous Enterprises: The Next Evolution of Architecture

Modern enterprises have widely adopted microservices, event-driven systems, and cloud-native architectures. However, as these systems scale in size and complexity, traditional approaches often struggle to meet dynamic business demands, increasing operational overhead, and the growing need for real-time decision-making.

This session explores the next evolution: Autonomous Enterprise Architecture, where systems are not only distributed but also intelligent, adaptive, and self-managing.

We will examine how self-healing systems leverage AI/ML to detect anomalies, predict failures, and recover automatically, improving resilience and reducing downtime. The session also introduces AI-driven orchestration, where machine learning optimizes service coordination and resource management beyond static rules.

Furthermore, we will explore the convergence of event-driven architecture and reinforcement learning, enabling systems to continuously learn from event streams and adapt dynamically—shifting from reactive to proactive operations.

Through practical patterns, real-world use cases, and technologies such as Kafka, Kubernetes, and MLOps, attendees will gain insights into building intelligent, scalable, and autonomous enterprise systems.

From Microservices to Autonomous Systems: The Next Evolution of Architecture

Microservices have transformed how we build scalable and distributed systems—but they also introduced significant operational complexity. As systems grow, managing service interactions, failures, and performance bottlenecks becomes increasingly challenging using traditional, rule-based approaches.

This talk explores the next evolution of software architecture: autonomous systems—where applications are not just distributed, but also intelligent, adaptive, and self-managing.

We will dive into how self-healing systems can detect anomalies, predict failures, and automatically recover without human intervention. By leveraging real-time telemetry and machine learning, modern architectures can proactively respond to issues such as latency spikes, cascading failures, and resource exhaustion.

A key focus will be on AI-driven orchestration, where decision-making is no longer hardcoded but dynamically optimized using data. Instead of static workflows, services can intelligently route requests, adjust execution paths, and continuously improve based on system behavior and historical patterns.

Using Java-based ecosystems such as Spring Boot, along with event-driven patterns and observability tools, this session will present practical architectures, design patterns, and real-world use cases that demonstrate how to transition from reactive microservices to proactive, autonomous systems.

From Architect to Technology Leader: Skills, Mindset, and Strategies for the Future

In today’s rapidly evolving digital landscape, the role of a Solution Architect is expanding beyond technical design into strategic leadership. As organizations embrace AI, cloud computing, and large-scale digital transformation, architects are increasingly expected to influence business outcomes, drive innovation, and lead cross-functional teams.

This session explores the critical transition from Architect to Technology Leader—highlighting the skills, mindset, and practical strategies required to succeed in this evolving role. It will cover how to move from designing systems to shaping vision, aligning technology with business goals, and leading high-impact transformation initiatives.

Attendees will gain insights into leadership competencies such as strategic thinking, stakeholder management, decision-making under uncertainty, and fostering innovation-driven cultures. Real-world examples and actionable guidance will help professionals position themselves as future-ready leaders in the age of AI and digital disruption.

The Future of Business in the Cloud: Strategy, Innovation, and Transformation

The cloud is reshaping how businesses operate, compete, and innovate. This keynote explores how organizations can harness cloud technologies to drive agility, accelerate innovation, and unlock new growth opportunities. Attendees will gain insights into strategic cloud adoption, emerging trends, and practical approaches to transforming legacy systems into flexible, intelligent, and future-ready enterprises. Through real-world examples, this session highlights how cloud can be a catalyst for both digital transformation and sustained business success.

Key Takeaways:

Understanding the strategic role of cloud in business transformation
Leveraging cloud to accelerate innovation and operational agility
Practical strategies for migrating and modernizing legacy systems
Real-world examples of cloud-driven business growth

Microservices Architecture: Best Practices, Anti-Patterns, and Trade-offs

Microservices architecture has become a popular approach for building scalable, flexible, and cloud-native applications. However, adopting microservices is not just about breaking a monolithic system into smaller services—it requires careful architectural thinking, strong governance, and a clear understanding of trade-offs. With the rise of Artificial Intelligence (AI), a new dimension is being added to how microservices are designed, operated, and optimized.

This session provides a practical, experience-driven exploration of microservices architecture, enhanced by AI-driven capabilities. It covers essential best practices such as defining clear service boundaries, implementing API-first design, ensuring data ownership, and building resilient, observable systems. The session also shows how AI can enhance these practices through intelligent design recommendations, automated code generation, anomaly detection, and predictive scaling.

The talk highlights common anti-patterns—including distributed monoliths, excessive service communication, shared databases, and over-engineering—and demonstrates how AI-powered insights can help detect and mitigate these issues early. It also explores key trade-offs such as scalability versus complexity, autonomy versus governance, and consistency versus performance, while showing how AI supports data-driven architectural decisions.

Through real-world examples and enterprise use cases, attendees will gain insights into integrating AI into microservices ecosystems and improving operational efficiency. The session will also address considerations such as data quality, model reliability, and governance in AI-enabled architectures.

By the end of this session, participants will have a clear and forward-looking understanding of microservices, enabling them to design intelligent, scalable, and adaptive distributed systems.

Reimagining Software Engineering with AI and Model-Driven Design

Software engineering is undergoing a fundamental transformation as organizations strive to build faster, smarter, and more scalable systems. This session explores how the integration of Artificial Intelligence (AI) and Model-Driven Design is redefining traditional development practices and enabling a new generation of intelligent, adaptive software systems.

The talk will highlight how model-driven approaches elevate abstraction by treating models as primary artifacts, improving alignment between business requirements and technical implementation. At the same time, AI introduces powerful capabilities such as automated code generation, intelligent testing, predictive analytics, and decision support, significantly enhancing productivity and software quality.

Through real-world examples and enterprise use cases, this session will demonstrate how combining AI with model-driven methodologies accelerates development cycles, reduces complexity, and strengthens governance. It will also address key challenges, including adoption strategies, integration with existing systems, and ethical considerations in AI-driven development.

Next-Gen Software Engineering: Model-Driven and AI-Powered Approaches

Next-Gen Software Engineering: Model-Driven and AI-Powered Approaches

This session explores how modern software engineering is being transformed by the convergence of Model-Driven Architecture (MDA) and Artificial Intelligence (AI). As systems grow increasingly complex, traditional development approaches struggle to keep pace with demands for scalability, adaptability, and faster delivery. This talk presents a forward-looking perspective on how model-driven techniques and AI-powered tools are reshaping the way software is designed, developed, and governed.

From Code to Intelligence: Embedding AI into the Software Development Lifecycle

As software systems grow in complexity and speed becomes a competitive advantage, traditional development practices are evolving toward more intelligent, automated approaches. This session explores how Artificial Intelligence (AI) can be seamlessly embedded across the Software Development Lifecycle (SDLC) to transform the way software is designed, built, tested, and maintained.

The talk will walk through how AI enhances each phase of the SDLC—from intelligent requirement analysis and AI-assisted design to automated code generation, smart testing, and predictive maintenance. It will highlight how modern development teams are leveraging AI-powered tools to improve productivity, reduce errors, and accelerate delivery while maintaining high standards of quality and governance.

Through practical examples and enterprise use cases, attendees will gain insights into implementing AI-driven workflows, integrating AI into existing DevOps pipelines, and overcoming common adoption challenges. The session will also touch on key considerations such as data quality, model reliability, and ethical implications in AI-assisted development.

By the end of this session, participants will understand how to transition from traditional coding practices to intelligent engineering ecosystems—enabling teams to build smarter, faster, and more resilient software systems.

DR Gaurav Kumar Gupta

PhD | TOGAF-Certified Architect | Driving AI-Powered Digital Transformation | Principal Solution Architect, Allianz Technology Thailand

Bangkok, Thailand

Actions

Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.

Jump to top