Online or onsite, instructor-led live Enterprise Architecture (EA) training courses demonstrate through interactive discussion and hands-on practice comprehensive perspective of tools used to describe and implement the Enterprise Architecture.
Enterprise Architecture training is available as "online live training" or "onsite live training". Online live training (aka "remote live training") is carried out by way of an interactive, remote desktop. Tarnów onsite live Enterprise Architecture trainings can be carried out locally on customer premises or in NobleProg corporate training centers.
NobleProg -- Your Local Training Provider
Tarnów
Hotel Tarnovia, Kościuszki 10, Tarnów, Poland, 33-100
The NobleProg Classroom is located in the Tarnovia hotel at Kościuszki 10 street in Tarnow. & Strbina district where Tarnowia is located & nbsp; the largest & nbsp; district in Tarnów. The train station from the training hall is 500 meters, it is about 6 minutes walk, from the PKS bus station the distance is about 350 meters, a walk through Krakowska Street will take about 4 minutes.
This instructor-led, live training in Tarnów (online or onsite) is aimed at intermediate-level to advanced-level software professionals who wish to understand how to architect distributed systems that scale efficiently and handle failure gracefully.
By the end of this training, participants will be able to:
Design distributed systems that handle load, latency, and failure.
Understand key architectural patterns such as microservices, event-driven architecture, and CQRS.
Evaluate trade-offs between consistency, availability, and partition tolerance (CAP theorem).
Choose appropriate communication, storage, and coordination strategies.
This instructor-led, live training in Tarnów (online or onsite) is aimed at intermediate-level IT professionals and ICT service managers who wish to understand and apply ITSM fundamentals and practices based on ITIL 4.
By the end of this training, participants will be able to:
Understand key concepts and structure of ITIL 4.
Apply service design and architecture practices aligned with ITIL 4 principles.
Implement effective delivery and sustainability of ICT services.
Evaluate real-world cases and simulate ITSM practices.
This instructor-led, live training in Tarnów (online or onsite) is aimed at beginner-level to advanced-level architects and professionals in the field of enterprise architecture who wish to gain a comprehensive understanding and practical skills in utilizing the NAF for enterprise architecture. It covers all aspects without focusing on specific views or functions. Sparx Enterprise Architect or any other preferred tools are used.
By the end of this training, participants will be able to:
Navigate NAF documentation efficiently.
Utilize Sparx Enterprise Architect for architecture-related tasks.
Describe and understand different types of NATO architectures.
Generate and interpret NATO Architecture Views.
Identify and analyze stakeholders and Communities of Interest (CoIs).
Align stakeholders' interests with the architecture.
Analyze and document CoI's architecture interests and impacts.
This instructor-led, live training in Tarnów (online or onsite) is aimed at IT personnel who wish to learn how to correctly and properly install a structured cabling system in any building or structure.
By the end of this training, participants will be able to:
Understand the concept and infrastructure elements of a structured cabling system.
Install and test a cabling system correctly.
Learn the industry standards, techniques, and equipment used for a structured cabling system.
This is a 3-day training covering principles of modeling, UML, SysML and use of MagicDraw or Cameo following a case study, which demonstrates a typical model-based systems engineering approach.
The course:
Includes lectures and hands-on practice in using MagicDraw or Cameo for systems modeling using SysML;
Explains major SysML concepts and diagrams;
Provides hands-on experience building system model examples;
Shows how to trace model elements in different views;
Explains how to use MagicDraw features efficiently;
Is based on a consistent modeling case study.
Audience:
System architects, system engineers, software architects and other stakeholders who will create and use models.
Methods:
Presentations, discussions, and case study-based practical assignments.
Course Materials:
Slides, case study model, and practical assignment descriptions.
Certificates:
Each participant receives NobleProg certificate indicating that he/she attended the training.
Architectural Patterns are proven and recognized solutions for the structure and organization of applications or information systems. These patterns define key elements, their relationships, and design principles that can be applied in software architecture to solve recurring problems in system design. Here are some popular architectural patterns:Model-View-Controller (MVC):- Divides the application into three main components: Model (business logic and data), View (user interface), and Controller (managing actions and logic).Model-View-ViewModel (MVVM):- Similar to MVC, with a central data model, view, and view model, often used in applications with user interfaces.Layered (tiered):- Divides the application into layers (e.g., presentation layer, business logic layer, data access layer) to segregate functionality.Microservices:- Designs the system as a set of smaller, independent, and isolated microservices that communicate with each other via APIs.Event-Driven Architecture (EDA):- An architecture based on events, where system components react to events and communicate through an event delivery system.Service-Oriented Architecture (SOA):- A service-based structure where the application is built as a set of services with different functionalities, which are independent and can be used by various parts of the system.Component-Based Architecture:- Designs the system based on components, where individual parts are developed independently and can be reused in different contexts.Hexagonal Architecture (Ports and Adapters):- Separates business logic from the technical layer by distinguishing between external and internal interfaces.Clean Architecture:- Focuses on dependency separation and code cleanliness through a hierarchy of layers, where inner layers do not depend on outer ones.Event Sourcing and CQRS (Command Query Responsibility Segregation):- Separates write operations (commands) and read operations (queries) in applications using separate models.Architectural patterns provide general solutions to architectural problems, helping developers design applications or software systems that are modular, scalable, flexible, and easy to maintain. Each of these patterns has its own advantages and can be applied depending on the project's specifics.
The training introduces participants to key aspects of modern IT system architecture. Participants will learn the role of an architect, how to identify and define non-functional requirements, and how to manage risk in IT projects.
The program covers a review of the most important architectural patterns—from classic MVC to microservices and system integration using asynchronous communication. We will also discuss cloud computing, scalability, and flexibility of systems.
Practical issues related to layered architecture—client, business logic, and data access—will not be overlooked. The training concludes with a review of UML tools that support the design and documentation of architecture.
The course is designed to teach the fundamentals of the Systems Modeling Language (SysML), its application through the Magicdraw/Cameo software, basic Model-Based Systems Engineering (MBSE) simulation techniques, and best practices in MBSE.
Domain Driven Design (DDD) is a powerful software development approach that focuses on modeling complex software behaviors by aligning technical implementation with core business concepts. This course explores how DDD helps teams manage complexity and reduce risk through strategic and tactical patterns. Participants will learn to build a "Ubiquitous Language," define clear boundaries through Bounded Contexts, and use specific building blocks like Entities, Value Objects, and Aggregates. The goal is to create flexible, maintainable software architectures that remain consistent with the evolving business domain.
Using a combination of lectures, demos, and interactive labs, this course showcases the foundations for building and maintaining an Enterprise Architecture (EA) utilizing the Unified Architecture Framework (UAF) version 1.2.
Event-Driven Architecture (EDA) is a software design approach where decoupled components communicate by producing and consuming events, enabling highly scalable, responsive, and resilient systems.
This instructor-led, live training (online or onsite) is aimed at intermediate-level to advanced-level Go developers who want to learn how to design, build, and deploy event-driven applications using Go and common messaging systems like Kafka, RabbitMQ, or NATS.
Through hands-on labs and real-world examples, participants will gain practical skills in building decoupled services, managing messaging infrastructure, and deploying scalable event-based systems in modern cloud-native environments.
By the end of this training, participants will be able to:
Understand key concepts and trade-offs in Event-Driven Architecture.
Design and implement event producers and consumers in Go.
Use messaging systems like Kafka, RabbitMQ, and NATS with Go.
Set up and manage event infrastructure using Docker and Kubernetes.
Apply best practices for error handling, monitoring, and deployment.
Format of the Course
Interactive lecture and discussion.
Lots of exercises and practice.
Hands-on implementation in a live-lab environment.
Course Customization Options
To request a customized training for this course, please contact us to arrange.
This training is designed for professionals who already hold an ITIL® 4 Foundation certification and want to update their knowledge to the latest ITIL® 5 framework.
It provides a focused and efficient transition, highlighting the key differences, new concepts, and expanded practices introduced in ITIL® 5.
This course is designed for anyone who needs an understanding of IT Service Management to help deliver better value to customers. It is appropriate for all IT staff and management, as well as customers who work closely with IT to support business requirements. This course is also designed for students who are seeking the ITIL® 4 Foundation certification and who want to prepare for ITIL® 4 Foundation exam.
ITIL 4® Foundation enables candidates to look at IT Service Management through an end-to-end operating model for the creation, delivery and continual improvement of tech-enabled products and services.
ITIL 4® Foundation equips candidates with:
A holistic approach to the facilitation of co-creation of value with customers and other stakeholders in the form of products and services
The guiding principles of ITIL 4®
The four dimensions of Service Management
Key concepts from Lean, Agile, DevOps, and why these are important to deliver business value
How ITIL practices described in ITIL 4® will maintain the value and importance provided by the current ITIL® processes, whilst at the same time expand to be integrated to different areas of service management and IT, from demand to value.
Who is ITIL 4® Foundation for:
ITIL 4® Foundation is suitable for individuals who require a basic understanding of the ITIL® framework and how it may be used to enhance the quality of IT service management within an organization. The certification also applies to IT professionals who work within an organization that has adopted ITIL® and so need to be aware of and contribute to the overall service improvement programme.
ITIL 4® continues to support the ITSM community while expanding to a wider range of professionals working in the digital world, guiding how IT interfaces with, and leads the wider business strategy.
This training provides a comprehensive introduction to ITIL® 5 - the modern framework for managing digital products and services in today’s fast-changing environments. It equips participants with a solid understanding of how organizations can create value through effective service management and collaboration.
This instructor-led, live training is aimed at beginner-level engineers and professionals who wish to use MBPLE within CATIA Magic to understand and implement product line engineering concepts.
By the end of this training, participants will be able to:
Understand the key concepts and vocabulary of PLE and MBPLE
Describe best practices for product line modeling
Implement a product line definition process in CATIA Magic
Use MBPLE features such as feature models, variation points, and configurations
The course is designed to teach the fundamentals of the Systems Modeling Language (SysML), its application through the MagicDraw/Cameo software, basic Model-Based Systems Engineering (MBSE) simulation techniques, and best practices in MBSE. This training covers the fundamentals of creating templates and generating reports within the MagicDraw/Cameo tool suite, and teaches how macros and scripts work inside MagicDraw and what they can be applied to.
The course is designed to teach the fundamentals of the Systems Modeling Language (SysML), its application through the MagicDraw/Cameo software, basic Model-Based Systems Engineering (MBSE) simulation techniques, and best practices in MBSE. This training is also designed to provide professionals with a background behind architectural simulation, an introduction to the Simulation Toolkit plugin, the simulation of multiple diagram types, and how to tie diagram simulations together to automate the architecture.
The course is designed to teach the fundamentals of the Systems Modeling Language (SysML), its application through the MagicDraw/Cameo software, basic Model-Based Systems Engineering (MBSE) simulation techniques, and best practices in MBSE. This training teaches the core concepts and features of validation rules, validation suites, and model metrics and is designed to introduce the core concepts and features of developing and utilizing model queries in MagicDraw/Cameo.
The course is designed to teach the fundamentals of the Systems Modeling Language (SysML), its application through the MagicDraw/Cameo software, basic Model-Based Systems Engineering (MBSE) simulation techniques, and best practices in MBSE. This training provides a basic introduction to the core concepts and features of CATIA No Magic’s Teamwork Cloud, along with introducing the core concepts and features of Domain Specific Languages (DSL) in MagicDraw.
This instructor-led, live training in Tarnów (online or onsite) is aimed at intermediate-level professionals who wish to understand and apply NAF to support enterprise architecture design and decision-making across defense-related projects.
By the end of this training, participants will be able to:
Understand the structure and purpose of the NATO Architecture Framework.
Identify and describe various architecture views within NAF.
Map stakeholder requirements to architectural components.
Use tools like Sparx Enterprise Architect to create NAF-compliant models.
This course provides a mix of module-based lectures, instructor demonstration, and hands-on labs. Our trainers are all experienced practitioners who understand the balance of theory and practicality.
This instructor-led, live training in (online or onsite) is aimed at beginner to intermediate-level professionals who wish to understand configuration management risks and apply product line engineering concepts with or without dedicated tools.
By the end of this training, participants will be able to: Analyze risks related to product changes throughout the lifecycle; Apply best practices in configuration management; Understand key concepts of product line engineering; Model variability and product lines with or without tools; Implement an end-to-end process from variability definition to product derivation; And evaluate the benefits of using tools such as pure::variants and FeatureIDE
This instructor-led, live training in (online or onsite) is aimed at beginner-level professionals who wish to use pure::variants to understand and implement product line engineering concepts.
By the end of this training, participants will be able to:
Understand product line engineering concepts applied with pure::variants
Analyze best practices for product line modeling
Implement an end-to-end variability process (from definition to variant instantiation)
Use pure::variants with connectors such as Microsoft Office
This instructor-led, live training in (online or onsite) is aimed at system administrators and infrastructure engineers who wish to design, deploy, and manage private OpenStack cloud infrastructure for enterprise environments.
By the end of this training, participants will be able to understand OpenStack architecture, deploy private cloud infrastructure, manage compute and storage resources, implement security with Keystone, and apply enterprise best practices.
This instructor-led, live training (online or onsite) is aimed at beginner-level professionals who wish to understand the value, challenges, and implementation principles of MBSE using the ARCADIA method and the Capella tool.
By the end of this training, participants will be able to Understand the principles and benefits of MBSE; Describe the ARCADIA methodology and its positioning within systems engineering; Explain the added value of Capella compared to traditional document-based tools; Identify impacts of MBSE adoption on engineering processes and practices; and Understand MBSE contribution to digital continuity and multidisciplinary collaboration
This instructor-led, live training (online or onsite) is aimed at beginner to intermediate-level professionals who wish to learn and apply MBSE using the ARCADIA method and the Capella tool.
By the end of this training, participants will be able to: Understand MBSE principles and their alignment with ISO 15288:2023; Describe the ARCADIA methodology and its different architectural layers; Apply ARCADIA from operational need to physical architecture; Use Capella to build, analyze, and manage system models; Implement best practices in system modeling through a real case study
This instructor-led, live training (online or onsite) is aimed at professionals and domain experts who wish to understand MBSE concepts and efficiently review system models created using the ARCADIA method and the Capella tool.
By the end of this training, participants will be able to:
Understand the ARCADIA methodology and its architectural layers
Navigate and interpret Capella models
Assess the consistency of models with system requirements and architecture
Perform structured model reviews
Add clear and relevant review comments within Capella
Helping Analysts and Designers of the System Engineering domain to understand how to efficiently gather requirements then go through the embedded software design implementation on the basis of system specifications using UML 2 and SysML.
This 3 days training aims at assisting system analysts to express efficiently their needs and designers to make the appropriate architectural design of the system on the basis of these needs.
The resulting system architecture provides a good level of agility to the embedded system software in face of changes as it allows a coherent traceability of the business rules encapsulated in system functions and those of the usage choices (use cases) of the end-users toward the software implementation level.
This course is offered in two variants to provide a practical understanding of how systems can be modelled using the newest version of OMG's Systems Modelling Language (SysML) specification. The notation and underlying semantics of SysML are explained in a way that allows students to apply what they learn to any suitable system modelling method or tool.
In this instructor-led, live training in Tarnów (online or onsite), participants will learn how to use SysML as implemented in Enterprise Architect (EA) to carry out system requirements analysis and modeling.
By the end of this training, participants will be able to:
Understand and apply SysML to Systems Engineering projects, using a Model Based Systems Engineering (MBSE) approach.
Identify system requirements based on use case models.
With the emergence of very complex distributed systems, complexity of a single system moved to the complexity of the architecture of the group of systems. This course covers the relationship of Software Architecture with Technical Enterprise Architecture. These two areas are interrelated in a way which currently is not well described. For example, splitting complex monolithic system into two systems communicating via web services will trigger substantial changes to both the new systems, and the architecture between them.
This course will cover trade-offs, currently common patterns and solutions for managing complex systems and communication within and between them.
The course is designed for analysts, designers, developers, testers and project managers.
The workshop presents a problem analysis, design and documentation systems using UML and Enterprise Architect of Sparx Systems. During the training will be presented to the advanced capabilities of the program (such as MDA, profiles, XMI), and best practices that can greatly simplify and accelerate modeling.
Because the training focuses on the Enterprise Architect tool it is required for participants to already know how to model in UML. For those who would like to learn modeling we have dedicated training for UML.
The training method
Lecture 10%, 90% workshop
Read more...
Last Updated:
Testimonials (2)
In my opinion large amount of practical examples is very helpful to understand subject.
Online Enterprise Architecture training in Tarnów, Enterprise Architecture training courses in Tarnów, Weekend Enterprise Architecture courses in Tarnów, Evening Enterprise Architecture training in Tarnów, Enterprise Architecture instructor-led in Tarnów, Enterprise Architecture one on one training in Tarnów, Online Enterprise Architecture training in Tarnów, Evening Enterprise Architecture courses in Tarnów, Enterprise Architecture instructor in Tarnów, Enterprise Architecture trainer in Tarnów, Enterprise Architecture coaching in Tarnów, Enterprise Architecture private courses in Tarnów, Weekend Enterprise Architecture training in Tarnów, Enterprise Architecture on-site in Tarnów, Enterprise Architecture instructor-led in Tarnów, Enterprise Architecture classes in Tarnów, Enterprise Architecture boot camp in Tarnów