Speaker

Michel Schildmeijer

Michel Schildmeijer

Lead Technologist

Amsterdam, The Netherlands

Actions

Michel started his career as a medical officer in the Royal Dutch Airforce, with a focus on pharma. After the air force, he continued in pharma, followed by time working in clinical pharmacology. While there, he transitioned to IT by learning UNIX and MUMPS, and developed a system for managing patients’ medical records. As his career developed, his responsibility shifted from a deep technical perspective to a more visionary role.
At the end of 2011, Michel authored a book on WebLogic Administration for beginners. He joined Qualogy in April 2012 where he expanded his repertoire significantly, serving a wide range of customers with his knowledge about Java Application Servers, Middleware and Application Integration. He also increased his multiple-industry knowledge in his role as Solutions or IT architect by working for customers in a range of sectors, including financials, telecom, public transportation and government organizations.

Michel regularly speaks about technology and the impact of innovation at national and international conferences. He contributes actively to the open-source community and solutions regarding containerization, CI/CD, and DevOps.

Read more via blog: https://bit.ly/3fAxrqf | Medium: https://mschildmeijer.medium.com/
| Books: Oracle Weblogic Server 11gR1 PS2: Administration Essentials: https://bit.ly/3IhALmf | Oracle WebLogic Server 12c: First Look1: https://bit.ly/31olbpj

Awards

Area of Expertise

  • Information & Communications Technology
  • Media & Information

Topics

  • Kubernetes
  • Containers
  • Kata
  • cri-o
  • Docker
  • Docker Swarm
  • java
  • Continous Delivery
  • Continuous Integration
  • Oracle
  • CICD
  • Japan
  • GitLab
  • morpheus
  • CI/CD
  • CI/CD Security
  • Continuous Integration/Continuous Deployment (CI/CD)
  • Automation
  • OpenShift
  • Cloud Automation
  • Platform Engineering
  • secrets management
  • Jenkins
  • ArgoCD
  • Argo Workflows

Simplifying Kubernetes Cluster Management in Multi-Cloud

Kubernetes has emerged as the de facto container orchestration platform for modern cloud-native applications. However, managing Kubernetes clusters in diverse environments, including on-premises data centers, public clouds, and hybrid setups, can be challenging. Red Hat Advanced Cluster Management (RHACM) addresses these challenges by offering a comprehensive, enterprise-grade solution for managing multiple Kubernetes clusters across different infrastructures.
This session presents an exploration of Red Hat Advanced Cluster Management (RHACM), a powerful solution for simplifying Kubernetes cluster management in multi-cloud and hybrid cloud environments. RHACM addresses the challenges organizations face when operating complex containerized workloads by providing centralized governance, automation, and observability across multiple clusters and clouds. With RHACM, IT teams can efficiently manage Kubernetes clusters, enhance security, ensure compliance, and scale containerized applications with ease. This session delves into the key features, benefits, real-world use cases, and best practices of RHACM, making it an essential tool for DevOps teams and cloud administrators.

Architecting Tomorrow: Building Resilient Private Cloud Platforms with Platform Engineering Magic

In the rapidly evolving landscape of cloud computing, platform engineering has emerged as a critical discipline, enabling organizations to build robust, scalable, and efficient cloud platforms. This session presents a comprehensive case study of constructing a private cloud platform utilizing several technologies, including Morpheus, GitLab, Ansible Automation Platform, Red Hat OpenShift, and ServiceNow. The study outlines the strategic approach to integrating these technologies to create a cohesive and automated environment that supports DevOps practices and facilitates continuous integration and deployment (CI/CD).
Furthermore, the session discusses the outcomes of this platform engineering program, including improved deployment times, enhanced operational efficiency, and it concludes with key takeaways and best practices gleaned from the experience, offering valuable insights for organizations looking to embark on a similar journey of building a private cloud platform.

Revolutionize CI/CD with CI/CD Design Patterns

In the realm of software development, the concept of Continuous Delivery stands as a beacon of progress, a methodology that promises a future where updates are seamless and innovation is constant.
These patterns are not just theoretical constructs; they are the blueprints for success in the digital age
This talk will delve into the transformative power of these design patterns. We will explore how they serve as a compass, guiding teams through the complexities of Continuous Delivery. From reducing deployment risks to enhancing system resilience, these are the keys to unlocking a higher standard of software excellence.
By conclusion, attendees will not only be well-versed in the realm of CI/CD design patterns but will also be equipped with the tools to implement them. This is a start to embrace the patterns that will shape the future of software delivery.

As a preview on my book https://lnkd.in/d3QrDhGi

The Saga continues.. handling Microservice Transactions with Oracle MicroTX.

Transaction patterns are utterly important to have consistent data in Microservice transactions. Oracle provides a framework which helps any technology to handle any transaction patterns, like SAGA, 2 phase commit and XA . It’s good know the several usecases. This session handles about transaction management, like SAGA, with Oracle TX

Use APEX ORDS as a transaction manager for your microservices

In the evolving landscape of database applications, the integration of Oracle Application Express (APEX) and Oracle REST Data Services (ORDS) within transactional systems presents a compelling narrative for modern enterprises. This session delineates the process of configuring an Oracle Database application as an XA transaction participant, specifically within the purview of MicroTx transactions. The synergy between Oracle APEX and ORDS is pivotal, as it facilitates the construction of robust, scalable applications that can seamlessly participate in distributed transactions.
As an XA transaction participant, the application is endowed with the capability to engage in a global transaction managed by an external transaction manager, which in this case is MicroTx. This configuration is instrumental in scenarios where multiple resources are enlisted in a single transaction, necessitating a coordinated and atomic commit or rollback mechanism.
Deploying such an application can be achieved through various infrastructural setups. One can leverage the managed APEX service provided by Oracle Cloud Infrastructure, which offers a streamlined and maintenance-free environment, allowing developers to focus on application logic rather than infrastructure management. Alternatively, the Oracle RAD stack, an integrated solution comprising ORDS, Oracle APEX, and Oracle Database, can be deployed within a Kubernetes cluster. This approach harnesses the power of container orchestration, providing high availability, scalability, and a declarative setup that aligns with modern DevOps practices.

Which Vault? Don't tell me your secret(s)!

Secret management is a crucial aspect of DevOps, as it involves the protection of sensitive data that is used by applications and services. Secrets can include API keys, credentials, tokens, certificates, and passwords that grant access to various resources and systems. If these secrets are compromised, attackers can exploit them to cause damage, steal information, or disrupt operations.
The challenges of secret management is how to securely store, distribute, and rotate secrets in a dynamic and distributed environment. Traditional methods of hard-coding secrets in configuration files or environment variables are not secure, scalable, or reliable. Moreover, secrets need to be updated frequently to comply with security policies and regulations to prevent unauthorized access.
To address these challenges, several tools and frameworks have been developed to provide secret management solutions for DevOps. These tools can help DevOps teams to implement best practices for secret management.

Which Vault? Don't tell me your secret(s)!

Secret management is a crucial aspect of DevOps, as it involves the protection of sensitive data that is used by applications and services. Secrets can include API keys, credentials, tokens, certificates, and passwords that grant access to various resources and systems. If these secrets are compromised, attackers can exploit them to cause damage, steal information, or disrupt operations.
The challenges of secret management is how to securely store, distribute, and rotate secrets in a dynamic and distributed environment. Traditional methods of hard-coding secrets in configuration files or environment variables are not secure, scalable, or reliable. Moreover, secrets need to be updated frequently to comply with security policies and regulations to prevent unauthorized access.
To address these challenges, several tools and frameworks have been developed to provide secret management solutions for DevOps. These tools can help DevOps teams to implement best practices for secret management.

The Saga continues.. handling Microservice Transactions with MicroTX

A Saga is a pattern for managing distributed transactions in a microservices architecture. It is essentially a sequence of local transactions that are coordinated by a coordinator.This is one of the patterns for handling Microservice Transactions. Transaction patterns are utterly important to have consistent data in Microservice transactions. MircroTX is a framework which helps any technology to handle any transaction patterns, like SAGA, 2 phase commit and XA . It’s good know the several usecases. This session handles about handling and developing a solid transaction management strategy, like SAGA, using the MicroTX Framework.

Michel Schildmeijer

Lead Technologist

Amsterdam, The Netherlands

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