Onderwerp
Automatisering & ICT/IT
Communicatie
Financieel
HR
Inkoop & logistiek
Management
Secretarieel & Administratief
Marketing
Opleiding & Onderwijs
Persoonlijke Effectiviteit
Productie, techniek & bouw
Kwaliteit- & Projectmanagement
Sales
Vitaliteit & Gezondheid
Taalcursus
Zorg & Verzorging
Juridisch
Internet & Media
Arbo & Veiligheid
Hobby & Vrije Tijd
Vastgoed & Makelaardij
Abonnementen
Locatie
Niveau
Type
Keurmerk

Opleidingen

68.895 resultaten

Specification by Example: Writing Valuable Specs

Utrecht di 30 jun. 2026 en 1 andere data
With Specification by Example, functional requirements, specifications, and acceptance tests become the same thing Specification by Example is an approach to software development based on specifications that are enhanced with realistic examples. Using this approach, teams bridge the communication gap that often lies between stakeholders and developers. Applying Specification by Example provides important benefits: - a greater chance that software development teams deliver software that enable the stakeholders to effectively achieve its goals - concrete and efficiently validated requirements - reduction of the amount of rework - reliable “living” system documentation Target audience: Members of agile working teams. The basis for the training is formed by the work of Gojko Adzic the author of Specification by Example. The emphasis of the training lies on practical exercises. After completing this course you will have - More understanding of the concepts that form the basis of Specification by Example and Acceptance Test Driven Development - Practical experience in extending specifications with examples - More understanding in the way which you can use examples as functional acceptance tests - Insight into the way you can further develop the combination of specification…
€805
Klassikaal
max 12
1 dag

Spring Boot: Developing Enterprise-Grade Java Applications

Veenendaal ma 24 aug. 2026
Learn the ins and outs of Spring Boot in this hands-on training In this training you start with the Spring Framework, a framework for building enterprise applications. In about 1 day you will get to know the relevant concepts of the Spring Framework, which you will then take to Spring Boot, which is built on top of the Spring Framework. Through the structure of this training, you will learn to understand the Dependency Injection mechanism and the magic behind Spring Boot's AutoConfiguration. Many of the most important Spring Boot modules are discussed and after this training you will have a good idea of ??what Spring Boot has to offer. In this training you will also work with assignments that you develop with Spring Boot. These assignments have a Test Driven Development (TDD) approach. In this way you not only gain hands-on experience with Spring Boot, but also with the test functionality available in Spring Boot. - Compare Spring Framework to other comparable frameworks like JEE, Quarkus and Micronaut. [Evaluate] - Implement inversion of control with dependency injection using the appropriate configuration, form and scope. [Apply] - Explain how autoconfiguration in Spring Boot works. [Understand] - Construct a Spring Boot ap…
€3.220
Klassikaal
max 12
4 dagen

Spring Cloud: Developing Microservices in Java

Learn to build and run microservice applications This course provides Java developers with Spring framework knowledge an overview of Spring Cloud. Spring Cloud is used to build and run (microservice) applications. Therefore Spring Cloud provides some new frameworks and uses existing frameworks from for instance Netflix. In this course you will learn how to build applications with Spring Cloud. - Cloud Native - Spring Boot - Spring REST - Spring WebFlux - Spring Boot Actuator - Spring Cloud Circuit Breaker - Spring Cloud - Spring Cloud Config - Spring Cloud Netflix: Eureka and LoadBalancer - Spring Cloud Gateway - Spring Boot Admin - Spring Cloud Contract - Conclusion
€2.415
Klassikaal
max 12
3 dagen

SQL Server Performance Tuning

Veenendaal wo 8 jul. 2026
Understand and practice with the basics of SQL Server Performance Tuning During this training you will learn to recognize common performance issues in SQL Server. This includes topics such as indexing & statistics best practices and learning how to read query plans. After this, you will solve these issues yourself through a series of hands-on labs. - Table & Query Design - Indexing in SQL Server - Query Execution Plans - Common Database Objects - Locking, Query Hints and Monitoring In this chapter we will discuss the impact of basic choices in your table design and query strategy. Goals: - Learn about normalization and why it is important. - Understand the benefits of set oriented SQL code - Learn about Data Types, Keys and constraints in tables - Get to know temporary tables In this chapter we discuss the different index options in SQL Server and when to use them. Goals: - Understand the difference between Heap, Clustered and Nonclustered Indexes - Know when to create and index - Check whether your index works as intended - Learn about the different options when creating indexes In this chapter we will dive deeper into query execution plans. How to read them, what can you encounter, how can they be used? Goals: - Underst…
€805
Klassikaal
max 12
1 dag

Sparx Enterprise Architect Fundamentals

Learn how to use Sparx Systems Enterprise Architect In this training you learn how to use Sparx Enterprise Architect for drawing the most important UML diagrams, and what best practices to use. The training starts with a comprehensive demonstration of useful and commonly used features of Enterprise Architect. During the demo you participate immediately. Next we decide together which UML diagrams to cover in the training. For each UML diagram we cover notation, working with Enterprise Architect and best practices. As part of the training we cover features like sharing (working with multiple people on the same model), version control, authorization, model structure and generating documents. - First steps using Enterprise Architect - Structuring your model - Modelling using several diagram types - Generating documentation from your model - Tips for team collaborating on your model
€895
Klassikaal
max 12
1 dag

Threads in C#: from Parallel to Async

Veenendaal di 7 jul. 2026 en 1 andere data
Learn about Threads, Task Parallel Library and async / await In this course you will learn the essential .NET Core components to write non blocking methods: Threads, Task Parallel Library and async / await. - Describe the advantages and disadvantages of multi-threading [Understand] - Identify when a program is not thread-safe [Analyze] - Use the lock statement in C# to make code thread-safe [Apply] - Use the Task Parallel Library to parallelize your program [Apply] - Characterize the synchronization mechanisms in .NET [Understand] - Understand how async/await leads to more effective use of resources [Understand] - Windows threads - Multithreading - .NET Thread class - Creating threads - Threads and data - Shared data - Synchronization - User Interface code - SynchronizationContext - BackgroundWorker - ThreadPool - Task Parallel Library - Task class - ValueTask - Parallel class - For - ForEach - ForEachAsync - Invoke - ParallelLoopState - PLINQ - ParallelEnumerable - AsParallel() - AsOrdered() - ForAll - ConcurrentCollections - Synchronization primitives - Lazy Initialization - Synchronous vs. asynchronous - async and await - async APIs - TaskAwaiter - Wrapping APM methods - AsyncEnumerable
€1.610
Klassikaal
max 12
2 dagen

TypeScript: From Zero to Hero

Veenendaal ma 17 aug. 2026
Learn to develop maintainable JavaScript applications with TypeScript Learn to develop maintainable JavaScript applications with TypeScript. We develop ever larger JavaScript applications today. Unfortunately this language is not well-suited for this purpose. That's why we use TypeScript. TypeScript helps by expanding the JavaScript syntax with a type system. As a result, you can detect errors earlier and enjoy better tooling support. This all leads to higher efficiency and code quality. In this training you start by learning the basics of TypeScript, including primitive types and functions. Then you'll be introduced to more advanced concepts, like literal types, interfaces, and generics. In the end you will master the principle of structural typing with mapped types and conditional types. There is plenty of time to practice, as you will implement these concepts in an application you build from the ground up. Did you know that: - false === true is a compile error? - interfaces don't exist in JavaScript? - public and private are a myth? - a class can implement another class? - an interface can extend a class? - defining a class does two things? - TypeScript is not a typesafe language? - there exists a type called never? - TypeS…
€2.415
Klassikaal
max 12
3 dagen

UML Essentials: From Use Cases to Class Diagrams

An overview of Object Technology and Terminology with UML for Technical Managers, users and non-developers This course has been designed for technical managers, users and other non-development staff who need an understanding and reading knowledge of the UML. It introduces the principles and benefits of object technology, and provides an overview of the terminology and the graphical notation of UML. In addition, it introduces the issues involved in managing Unified projects, and in managing object technology in general within an organisation. Although attending the course is an ideal way to learn about and evaluate the UML, the course does not enable delegates to use the approach for development. Developers require our Object-Oriented Analysis and Design using the Unified Modelling Language course (OOUML), which includes the much greater detail required. On Completion, Delegates will be able to - Explain what object technology is - Understand the principal terminology involved in object technology and UML - Read the UML graphical notation - Understand the issues involved in object-oriented project management Overview • Analysis and design • Object orientation • UML Diagrams • Business processes • Use case diagram • Activity diagram • Class diagram …
€725
Klassikaal
max 12
1 dag

Unit Testing in Java

Utrecht di 7 jul. 2026 en 1 andere data
Be more productive by practicing Test-Driven Development (TDD), leveraging advanced tools and frameworks, and applying specialized code patterns. This practical course will teach you everything you need to know to write effective and maintainable unit tests using Java.   You'll learn how to use Test-driven development (TDD) to catch bugs early, as well as when to use black-box vs. white-box testing. We'll also dive into the 'world of mocking' with the Mockito mocking library, showing you why and how to use it effectively. You'll learn about coverage metrics like code coverage and mutation testing, and we'll explore best practices to help you write efficient and high-quality tests. We will end by implementing integration testing with Testcontainers, so you can be confident that your code works seamlessly with other parts of your system. At the end of this course, you'll be well-equipped to write unit tests that catch bugs early, reduce maintenance costs, and help you become a better Java developer. AI-Boosted: You'll learn how to generate unit tests with Github Copilot, and how to influence generation results using a Github Copilot instruction file. - Construct effective basic unit tests. [Apply] - Understand the principles of the testing pyramid and its role in shaping an effective testing strategy. [Unders…
€1.610
Klassikaal
max 12
2 dagen

Unit Testing in Python

Veenendaal wo 15 jul. 2026
Be more productive by practicing Test-Driven Development (TDD), leveraging advanced tools and frameworks and applying specialized code patterns. This practical course will teach you everything you need to know to write effective and maintainable unit tests using Python.   You'll learn how to use Test-driven development (TDD) to catch bugs early, as well as when to use black-box vs. white-box testing. We'll also dive into the 'world of mocking' with the unittest.mocking library, showing you why and how to use it effectively. You'll learn about coverage metrics like code coverage and mutation testing, and we'll explore best practices to help you write efficient and high-quality tests. We will end by implementing integration testing with Testcontainers, so you can be confident that your code works seamlessly with other parts of your system. At the end of this course, you'll be well-equipped to write unit tests that catch bugs early, reduce maintenance costs, and help you become a better Python developer. AI-Boosted: You'll learn how to generate unit tests with Github Copilot, and how to influence generation results using a Github Copilot instruction file. - Construct effective basic unit tests. [Apply] - Understand the principles of the testing pyramid and its role in shaping an effective testing strategy. [U…
€1.610
Klassikaal
max 12
2 dagen