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.923 resultaten

Cloud Fundamentals for IT Professionals

Veenendaal do 13 aug. 2026
What is the difference between AWS and Azure from a developer's perspective In this course you will gain insight in what cloud computing could mean for your daily job as software developer. We start with a general definition of cloud computing, characteristics and deployment models. We also focus on the cloud vendor landscape and discuss vendor lock-in and Gartner Magic Quadrants. Next we will get more technical from a developers view, we will use the cloud platforms of Amazon and Microsoft to discuss and show how these leading vendors implemented their cloud platform. The course also has several hands-on assignments which can be done on either AWS or Azure. In all the labs AI will be included, from simple gathering of facts and date to vibe coding in the final assignment. After the course you will be able to: - Provide a definition of cloud computing and it's general characteristics and deployment models. - Deploy a basic application to a cloud platform - Make a informed choice for a cloud platform - What is Cloud Computing - Cloud Storage - (Hybrid) Networking in the Cloud - Cloud Native Apps - Cloud Best Practices - Cloud Challenge
€1.610
Klassikaal
max 12
2 dagen

Cloud Native Architecture

Veenendaal wo 26 aug. 2026
Introduction to the Concepts and Patterns of Cloud Native Architecture Info Support defines a cloud-native architecture as an architecture that contributes to the scalability, good performance, and high availability of a system. Additionally, it promotes loose coupling and enables teams to implement continuous delivery in the development of the system. Cloud native architecture encompasses several patterns that complement each other to achieve the aforementioned objectives. You will be introduced to the issues that cloud native architecture can help solve, and we will delve into these patterns, including through a practical case study. The architecture is applied at a logical level, making the training independent of any specific technology used. This training thus serves as an excellent foundation for further exploration of the mentioned topics. - Overview of concepts - Reactive manifesto - Eventual Consistency - Event-Based and Asynchronous communication - Domain Driven Design (DDD) - Microservices - Command Query Responsibility Segregation (CQRS) - Relationship with Continuous Delivery
€1.790
Klassikaal
max 12
2 dagen

Schrijven met AI

Schrijven met AI Teksten schrijven in een handomdraai … wie wil dat niet? Met AI moet het kunnen, dat is tenminste de algemene gedachte. Maar is dat wel zo? Tijdens deze intensieve eendaagse training ga je meteen aan de slag met ChatGPT en Copilot. Je leert wat nodig is om een tekst met AI te schrijven zoals jij hem wilt. Want AI is absoluut een handig hulpmiddel, maar het is beslist geen tovermiddel. Je moet zelf net zo goed aan de bak om met ChatGPT/Copilot een tekst te schrijven waarmee jij voor de dag kunt komen. Wat leer je? Je leert hoe je efficiënt samenwerkt met ChatGPT/Copilot. Je leert communiceren met het programma en de juiste prompts te formuleren. Dit alles zodat je door juist te communiceren met het taalmodel e-mails, brieven, uitnodigingen en nieuwsberichten schrijft en je krijgt wat je hebben wilt. --> Hierdoor wordt schrijven anders, makkelijker en zeker ook comfortabeler. Wat heb je nodig? Neem deze dag je laptop mee. Heb je een betaalde versie van ChatGPT, dan is dat handig. Maar noodzakelijk is het niet. Ook met de gratis versie kun je deze training volgen. We gebruiken vooral ChatGPT en Copilot. Na deze training:  Ervaar je minder stress bij het schrijven Begrijp je hoe ChatGPT en Copilot werken Schrijf je zakelijke teksten sneller en met meer gemak Kun je Chat GPT en Copilot voor alle tekstsoorten inzetten, mails, brieven, nieuwsberichten en uitnodigingen Schrijf je al jouw teksten in je eigen persoonlijke stijl Tover je een tekst in elke andere gewenste stijl Schrijf je met aanzienlijk meer zelfvertrouwen
€799
Klassikaal
max 12
HBO

Java Concurrency: Threads, Locks and Futures

Veenendaal wo 15 jul. 2026 en 1 andere data
Get an overview of concurrency in Java This course provides Java developers an overview of concurrency in Java. The course starts with explaining concepts such as Threads, Runnables and Callables. Next some of the more advanced concepts are covered. The course covers concurrency challenges such as deadlock, race condition and visibility and how to deal with them. It's a practical course that combines theory with practical hands on experience in the form of assignments. - Understand what Threads are and when to use them. [Understand] - Understand Executors [Understand] - Understand the problems multithreading can cause and their solutions. [Understand] - Threading - Thread - Runnable - Callable - ExecutorService - CompletionService - CompletableFuture - ForkJoinPool - Synchronization - Race condition - Atomic - Synchronized - ReadWriteLock - Deadlock - Visibility - Immutable - ThreadLocal - Other synchronization mechanisms - Semaphore - CountdownLatch - CyclicBarrier - Phaser - Exchanger - SynchronousQueue - Virtual Threads - Structured Concurrency
€1.610
Klassikaal
max 12
2 dagen

C++ Fundamentals

Learn the ANSI C++ language and Object Orientation for C programmers This course provides students an in-depth knowledge of the most important concepts in Object Oriented Software Development. Students will learn how to develop and implement C++ classes and how to use them in writing C++ programs. The C++ course provides a detailed insight of the C++ programming language. At the end of the course, students will be able to develop Object Oriented Software using the C++ Programming language. - Basic Concepts of OOP - Classes & Objects - Constructors and Destructors - Function Overloading - References - Classes with Pointers - Static Members - Friends - Inheritance - Member Function Overriding - Polymorphism - Class Libraries - Multiple Inheritance - Operator Overloading - Conversions - Templates - Exceptions - I/O Streams
€3.625
Klassikaal
max 12
5 dagen

Cryptography Essentials in C#

A practical guide to encryption, hashing, and digital signatures in C# From ancient secrets to modern digital security, cryptography is the art and science of protecting information. This course takes you on a journey through its core principles, starting with a glimpse into historical ciphers and the brilliant minds that shaped the field. We'll unravel the fundamental differences between symmetric and asymmetric encryption, the two pillars of modern data protection. You'll explore the .NET cryptography APIs and learn to implement widely-used algorithms like AES for symmetric encryption and RSA for asymmetric encryption. We'll also cover how to ensure data integrity with hashing and digital signatures, and how to establish trust using digital certificates. Through hands-on labs, you will apply these concepts to build secure C# applications, turning theory into practical skill. This training uses language features until C# 10.0 and can be used with .NET Framework and .NET Core. - Recognize the importance of strong encryption and signing [Remember] - Identify the different ways to break encryption [Remember] - Describe the difference between symmetric and asymmetric encryption [Understand] - Study the mathematical background of encryp…
€725
Klassikaal
max 12
1 dag

Cryptography Essentials in Java

Veenendaal do 30 jul. 2026
A practical guide to encryption, hashing, and digital signatures in Java From ancient secrets to modern digital security, cryptography is the art and science of protecting information. This course takes you on a journey through its core principles, starting with a glimpse into historical ciphers and the brilliant minds that shaped the field. We'll unravel the fundamental differences between symmetric and asymmetric encryption, the two pillars of modern data protection. You'll explore the Java Cryptography Architecture (JCA) and learn to implement widely-used algorithms like AES for symmetric encryption and RSA for asymmetric encryption. We'll also cover how to ensure data integrity with hashing and digital signatures, and how to establish trust using digital certificates. Through hands-on labs, you will apply these concepts to build secure Java applications, turning theory into practical skill. - Recognize the importance of strong encryption and signing [Remember] - Identify the different ways to break encryption [Remember] - Describe the difference between symmetric and asymmetric encryption [Understand] - Study the mathematical background of encryption and digital signing algorithms [Remember] - Describe the role of certificates to…
€805
Klassikaal
max 12
1 dag

Cryptography Essentials in Python

Veenendaal di 28 jul. 2026
A practical guide to encryption, hashing, and digital signatures in Python From ancient secrets to modern digital security, cryptography is the art and science of protecting information. This course takes you on a journey through its core principles, starting with a glimpse into historical ciphers and the brilliant minds that shaped the field. We'll unravel the fundamental differences between symmetric and asymmetric encryption, the two pillars of modern data protection. You'll explore the pycryptodome library and learn to implement widely-used algorithms like AES for symmetric encryption and RSA for asymmetric encryption. We'll also cover how to ensure data integrity with hashing and digital signatures, and how to establish trust using digital certificates. Through hands-on labs, you will apply these concepts to build secure Python applications, turning theory into practical skill. - Recognize the importance of strong encryption and signing [Remember] - Identify the different ways to break encryption [Remember] - Describe the difference between symmetric and asymmetric encryption [Understand] - Study the mathematical background of encryption and digital signing algorithms [Remember] - Describe the role of certificates to make encrypti…
€805
Klassikaal
max 12
1 dag

Cypress: End-to-end Testing Web Applications

Using the browser to test that your web application does what it should do Cypress is a proven solid end-to-end test framework with lots of features. What makes Cypress special is its synchronous API by gathering commands that it then executes on the browser. It also offers a very friendly visual debugger that allows developers to move forward and backward through all the steps of a test. During this training, we'll fully engage with Cypress by configuring the project and the IDE, writing a lot of tests, running and debugging those tests using the Cypress test runner, define reusable bits of code using App Actions as well as dealing with different scenarios such as authentication, the Shadow DOM, timeouts and intercepting HTTP requests. We'll be using TypeScript during the training as we believe this benefits the readability and maintainability of the test code. - Introduction to end-to-end testing. - Writing and executing tests with Cypress and TypeScript. - Making tests easier to maintain by using App Actions. - Exploring setups, such as parallelization and targeting different browsers - Specific situations like authentication, the shadow DOM, timeouts and intercepting HTTP traffic. - Debugging tests. - Screenshotting, capturing vi…
€805
Klassikaal
max 12
1 dag

Dapr Essentials for .NET Developers

Veenendaal wo 1 jul. 2026
Build microservices easier and faster with Dapr Dapr (distributed application runtime) is an open-source, cross-platform runtime for building microservices in different technology stacks. Additionally, Dapr also offers a set of building blocks. These building blocks provide a solution for some of the challenges one faces when building microservices. Examples include synchronous communication between services (including discovery and resilience), asynchronous communication using the publish/subscribe pattern, storing contextual information in an external state store, handling sensitive data like usernames and passwords, and monitoring the services and all communication between them. In this workshop, you will learn about Dapr and how to apply Dapr in a step-by-step manner. The workshop consists of several modules. Each module starts with a theoretical part. With some modules, you then take this into practice in hands-on assignments. In these assignments, you apply Dapr yourself and build an entire microservices-based application. In the hands-on assignments, we use the Dapr .NET SDK, but you are free to use the Dapr SDK for the technology stack of your choice. However, if you choose to do so, you are expected to re…
€895
Klassikaal
max 12
1 dag