Denne kategorien inneholder alle slags IT-kurs innen systemutvikling og database. De mest vanlige omhandler Java, .net, SQL, XML, C programmering osv. Ta kontakt med oss hvis du ikke finner den opplæringen du er på jakt etter.
We provide course about (In)Secure C++: Sec Edition. Gain essential knowledge, and hands-on experience, in effective vulnerability detection tools and techniques, and how these vulnerabilities are wielded in exploitation of C++ and C applications.
We provide online course about (In)Security in C++. The course teaches C++ developers fundamental concepts from Exploit Development and Reverse Engineering, and uses these concepts to demonstrate common vulnerabilities in C++ codebases.
We provide online course about .NET Core as Cloud Native. This workshop will take advantage of the knowledge you have as an ASP.NET Core developer building world-class web apps.
We provide online course about 101 Google BigQuery from SQL data analytics to creating machine learning models with BigQuery. In this workshop, we’ll first introduce BigQuery.
We provide course about accelerated TDD - for more productive C++. We all know that writing tests for our code is “what we should do”, and maybe we’re even doing that already. But it feels like extra busy-work that slows us down – and they hardly ever catch any bugs anyway.
Online - Advanced and Modern C++ Programming: The tricky parts. Whenever I give C++ trainings I run into the same topics of "half knowledge". We use a lot of pretty complicated features (e.g., templates, move semantics, and smart pointers) in our day-to-day programming without full understanding.
We provide online course about advanced modern C++. C++ is a hard and complicated programming language. When used correctly it delivers the best possible performance. Unfortunately, it is often misused which is a source of many problems.
We provide course about Advanced Software Architecture with Residuality Theory. Residuality theory is a revolutionary new theory of software design that aims to make it easier to design software systems for complex business environments.
We provide online course about advanced T-SQL querying, programming and tuning for SQL server 2012, 2014 and 2016. The course focuses on writing and tuning queries and programming with T-SQL in SQL server 2012, 2014 and 2016.
We provide online course about application building with ASP.NET Core 3.0. In this 2-day workshop, Damian from the ASP.NET Core team, will guide you through building multi-tier applications using ASP.NET Core.
We provide online course about Application Building with ASP.NET Core 3.1. In this 2-day workshop, Kevin, Scott and Javier from the ASP.NET Core team, will guide you through building multi-tier applications using ASP.NET Core.
We provide online course about automated testing from 0 to 100 in 2 days. This workshop is for both beginners and practitioners of automated testing. The workshop consists of about 45% hands-on exercises, 25% demos, and 30% presentations.
We provide online course about Blazor and the future of .NET web apps. The arrival of WebAssembly begins a new era for .NET web developers, allowing client-side applications written in C# to run directly in the browser.
We provide course about build native cross-platform apps with .NET MAUI and Blazor Hybrid. Join .NET MAUI team members Sweeky Satpathy, Gerald Versluis, and Maddy Montaquila for a 2 day crash course on cross-platform .NET development!
We provide online course about Building a Deployment Pipeline with C# and Cake. Remember when most web applications were just a website and a SQL database? Yeah, things are different these days.
We provide online course about building a scalable backend with Akka.NET. Have you ever wanted to build a backend system using Akka.NET? Are you curious about the real-world applications of the actor model? Do you love coding a lot more than watching slides?
We provide online course about building an Educational Game with .NET 5, Unity and AKS. If you are waiting for a deep dive into the latest version of .NET Core, the Microsoft Compiler Platform (Roslyn), and the Unity game engine this workshop is for you!
We provide online course about building an event sourced system in C#. If we only store the current state of our data, as we often do with CRUD-based systems, we’re losing information by default. For instance, there is no way of knowing how the data looked at a certain point in time.
You may think that your application is already cloud-ready, it´s deployed in the cloud, isn´t it?! But in truth, if your application is hard to monitor / scale / release / maintain, lacks resiliency, and is poorly structured, then it´s not "cloud-ready".
We provide online course about Building Domain-Driven Applications with ASP.NET Core. In this 2-day hands-on workshop you will learn and implement a variety of Domain-Driven Design patterns as you build a small web application using ASP.NET Core and Clean Architecture.
Online course - Right at the centre is Visual Studio and C#. Visual Studio is the tool that allows us to build all the different types of applications, ranging from web applications to cross-platform mobile applications to cloud-based applications.
We provide online workshop about building scalable and maintainable APIs with ASP.NET Core. This workshop is all about implementing a scalable, testable, and robust API solution using ASP.NET Core and C#.
Building cloud native distributed systems that are resilient and scalable can be really hard. The number of variables that need to be balanced to build a system that works harmoniously and scales with your customer´s needs can be daunting, but it doesn´t have to be.
Learn how to combine reliable, performant backend code built with .NET, Entity Framework Core, and open-source libraries like NodaTime and MailKit, and lightweight, responsive front-end interfaces incorporating CSS grid layouts, SASS, and JavaScript.
We provide a 2-day workshop that explores best practices as they apply to C++. We look at the pros and cons of various options to find the simpler, safer, more maintainable, and better performing options that exist.
We provide course about C++ software design. The design plays a much more central role in the success of a project than any feature could ever do. Good software is not primarily about the proper use of any feature: rather, it is about solid architecture and design.
We provide online course about C++20 in practice - a complete introduction. C++20 is the latest new release of C++, now supported by major compilers. C++20 will change the way we program more dramatically than C++11 did.
We provide online course about CI/CD as Code with C#, Cake and .NET 5.0. Remember when most web applications were just a website and a SQL database? Yeah, things are different these days.
We provide online course about data science for software engineers. After 2 years of teaching thousands of Engineers around the world, this training has been rebuilt from the ground up to squeeze in more information, have bigger theories and provide better positioning.
We provide online course about Deep C - a two day course for experienced programmers. This course is aimed at experienced programmers that would like to further deepen their understanding and knowledge of this blunt and fascinating programming language.
We provide online course about Defending Kubernetes Environments: A Hands-On Approach. The Cloud as we know it is changing. Containers have taken the center stage as the preferred method of developing and deploying software into production.
We provide online course about Developing Applications with .NET and C#. .NET has evolved quite a lot. From a framework which we could use to build Windows and WebForms, it has evolved into an ecosystem that we can use to build modern, responsive and cloud-ready systems for enterprises.
We provide online course about Developing Machine Learning Applications in C# with ML.NET. In this workshop, you will learn how to infuse Machine Learning capabilities into your .NET applications with ML.NET.
We provide online workshop about Developing with C#. This workshop is for developers that have worked in programming for a while, not necessarily C#, but also the C# developers that have not caught up on the latest changes in the language.
We provide course about driving your C# code with tests. Testing forms an integral part of the modern software development flow. From customer-facing acceptance tests to code-focused unit tests, automated testing is part of the fabric of a modern build process and deployment pipeline.
We provide online course about Driving Your C++ Code with Tests. Testing forms an integral part of the modern software development flow. From customer-facing acceptance tests to code-focused unit tests, automated testing is part of the fabric of a modern build process and deployment pipeline.
Testing is an absolute must when building reliable software. It allows us to make code changes with minimal amount of risk and it ensures that bugs or problems within our codebase are caught early, before they can even have any customer impact.
We provide online course about Full Stack Web Dev with SAFE Stack. You´ll leave with the confidence to start create SAFE Stack applications and start reaping the benefits of functional programming across the client and server.
We provide online course about getting started with ports & adapters architecture and .NET. 8 Hour workshop where participants will build a .NET Core book ordering system using the principals of Ports & Adapters.
We provide course about Git Beyond Push & Pull. Version control, which today is almost synonymous with git, is a centrepiecein the programmer toolkit. It is everywhere, from small solo projects, to infrastructure, to massive code bases with thousands of contributors.
We provide course about High Performance .NET Development. .NET 8.0 can be fast. The modern, cross-platform .NET and ASP.NET Core are highly optimised, enabling incredible performance across desktop and web applications.
We provide online course about High Performance .NET Development. .NET 8.0 can be fast. The modern, cross-platform .NET and ASP.NET Core are highly optimised, enabling incredible performance across desktop and web applications.
We provide online course about high performance C# code with visual studio´s profiler. Is your application slow? Do you know where the bottlenecks are? How do you take the guesswork out and start making measurable differences? Visual Studio´s profiler is a killer tool for working out what´s slow.
We provide course about Identity & Access Control for modern Applications and APIs using ASP.NET Core 8. Modern application design has changed quite a bit in recent years. "Mobile-first" and "cloud-ready" are the types of applications you are expected to develop.
We provide online course about Identity & Access Control for modern Applications and APIs using ASP.NET Core 7. Modern application design has changed quite a bit in recent years. "Mobile-first" and "cloud-ready" are the types of applications you are expected to develop.
We provide online course about Intentional TypeScript. Oh, TypeScript! You bring so much joy, and so much pain! As one of the essential skills in today´s software development, TypeScript can be quite a handful to grasp, especially as it keeps growing to meet ever growing demands.
We provide online course with introduction to C++20. The C++20 is not just yet another incremental update but a profound change to the C++ language and its standard library. With many essential features added this C++ version may impact us even more than C++11 did nearly 10 years ago.
We provide online course with introduction to Rust. Rust is a systems language designed to prevent some of the pitfalls encountered in other languages. In this 2 day workshop, we will guide you through the fundamentals of the Rust language..
We provide online course about JavaScript for Developers. As Douglas Crockford once said, JavaScript is the world´s most misunderstood programming language. It is also one of the world´s most popular programming languages and one of the cornerstones of a modern web application development.
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac installed. We´ll walk through getting a K8s cluster fired up on Docker-Desktop, Podman, or Minikube, and on Azure. You´ll be hosting Docker containers in development and production in no time.
We provide online course about learn Numpy and Pandas in one day. Two key libraries that aspiring data scientists must know are NumPy and Pandas. NumPy and Pandas allow you to easily manipulate your dataset using the various APIs.
This is a series of half-day online workshops on React in TypeScript at a leisurely pace over a few weeks, to get you started on the right foot for front-end development with a solid understanding of key concepts and a sound mental model.
We provide course about Mastering Test-Driven Development (TDD) in C#. Test-Driven Development changed the way I write code. Have you been around Test-Driven Development (TDD) practitioners? So, you have heard this before.
We provide online course about Mastering Vue.js. Vue.js is an emerging JavaScript framework. In this workshop you´re going to learn how to master Vue, from creating small widgets in an existing project to building an entire sophisticated enterprise application.
We provide online course about Migrating to React Hooks. React is continually improving and evolving. React Hooks are a leap forward in how we develop components and manage state in our React applications. Now you can use state and other React features without having to write a class!
We provide online course about mobile application development with react native. In this course you´ll learn how to leverage the power of JavaScript and React to build fully fledged native applications.
We provide a 2 days online course about Mod(C++) Fundamentals. Mod(C++) Fundamentals is a two day training course. It is ideal for new hires that have little to no experience in C++.
We provide online course about Mod(C++) Fundamentals: Introduction to C++. Mod(C++) Fundamentals is a two day training course. It is ideal for new hires that have little to no experience in C++, but are proficient in an Object Oriented Programming language, like Java or C#.
We provide online course about Mod(C++) Intermediate. Mod(C++) Intermediate is a two day training course. It is ideal for people who have some C++ experience or that have taken Mod(C++) Fundamentals.
We provide online course about modern C. C as a language has evolved a lot since it was first standardized in 1989, aka C89/C90/ANSI C. Among other things, C99 introduced better support for scientific computing, C11 introduced a new memory model and support for concurrency.
We provide online course about Modern C++ Design Patterns. Design patterns have proven themselves invaluable over several decades and thus knowledge about them is essential to design robust, decoupled systems.
We provide a 2 day online course about modern distributed systems with gRPC in ASP.NET Core 6. gRPC is a high-performance, cross-platform framework for building distributed systems and APIs.
We provide online course about Modern Web Application Development for .NET Developers. In this course, developers will get a solid understanding of modern ways to build web applications.
We provide online course about More Concurrent Thinking in C++: Beyond the Basics. The workshop will cover the new multithreading facilities being introduced to upcoming versions of the C++ Standard and how they will simplify the life of a library or application developer.
We provide online course about moving to C++. A quick-start for the programmer who is interested in moving to C++ from C or another language. My classes are highly interactive. Come prepared to discuss and do group exercises!
We provide online course about OAuth, OpenID Connect and .NET - the Good Parts. OAuth has been around for more than 10 years now, and has become the standard protocol for token-based security.
We offer online course, off on the Right Foot for React and TypeScript. An easy but profound introduction to React with TypeScript, with a bias towards understanding the key concepts, and building a clear and sound mental model, to set you up properly for the exciting world of front-end development.
We provide online course about OpenAI & ChatGPT: Mastering AI- Language Models in C#. Generative models produced by OpenAPI, like ChatGPT, have rapidly advanced AI development and the ability to incorporate intelligence into C# and .NET applications.
We provide online course about Practical Applications of Complexity in Software & Digital Products Development. These unusual times, of sudden change and uncertainty, remind of the relevance of Complexity in the modern organisations and work environment.
We provide online course about practical clean architecture with .NET 8. The explosive growth of web frameworks and the demands of users have changed the approach to building enterprise applications. Many challenges exist and just getting started can be a daunting prospect. Let´s change that now.
We provide online course about program with GUTs in C. One of the greatest shifts in modern programming practices has been how programmers across many different domains and languages have embraced unit testing.
We provide online workshop about React. React is a JavaScript library for creating high-performing, maintainable JavaScript applications and brings a fresh approach to thinking into the JavaScript community.
We provide online course about Running Containers in Development and Production with Docker and Kubernetes. Docker has changed the way that systems can be isolated, secured and deployed at scale.
We provide online course about Rust for the C++ Developer. Rust is a systems language designed to prevent some of the pitfalls encountered in other languages. In this 2 day workshop, we will guide you through the fundamentals of the Rust language. Tailored for C++ developers.
We provide online workshop about test-driven development in JavaScript. Test-driven development is one of these practices that seem deceptivly simple, and yet have a profound effect on how you build software and approach problems.
We provide online course about TypeScript power users. An action-packed workshop to boost TypeScript skills for the questioning, hungry and passionate minds. If you think TypeScript is easy peasy because you already know language X, it probably isn´t!
We provide online course about upgrading Your C# Skills in .NET 7. Are your C# skills up to date? It is easy to get focused on what you need to know to get the job done, but have you rounded out your skills with the latest C# features?
We provide course about Using C++ Modules with confidence. In traditional C++, the highest-level means of program composition are functions, either as free functions or class members, and aggregates like classes, structs, or unions.
Vi holder online kurset Devops med Jenkins. Jenkins er et åpent (open-source) automatiseringsverktøy, skrevet i Java, som hovedsakelig brukes for å implementere kontinuerlig integrasjon (CI) og kontinuerlig leveranse (CD).
Dette er introduksjonskurs i Java-programmering som tilbys som et et 4-dagers online kurs med lærer. Kurset passer for deg som ønsker å komme igang med Java-programmering, forstå grunnleggende programmeringskonsepter, lage enkle programmer og forstå Java-kode skrevet av andre.
JavaScript er nå det eneste skript-språket som anvendes og støttes av alle nettlesere og er blitt en defacto standard for å bygge inn interaktivitet på websider. I tillegg er JavaScript i stadig større grad i bruk på serversiden gjennom bl.a. Node.js og Express.js. AJAX, jQuery, React.js, Angular.js
Dette er et 2-dagers påbyggingskurs i SQL-programmering. Kurset er beregnet på de som har tatt SQL Grunnkurs eller har tilsvarende SQL-kunnskaper og som ønsker å lære flere og mer avanserte måter å bruke SQL på.
Dette er et grunnleggende kurs i SQL-programmering. Kurset passer godt for deg som skal jobbe med relasjonelle databaser, som f.eks. Oracle, PostgreSQL, Microsoft SQL-server eller MySQL/MariaDB.
Denne workshopen retter seg primært mot Java-utviklere som vil lære mer om funksjonell programmering, konsis deklarativ kode, lambda-funksjoner, metodekjeding, parallell-prossessering osv.
Docker-kontainere blir mer og mer populære og brukes nå til det meste. Ved å innkapsle tjenester i kontainere øker sikkerheten, og du slipper problemene med at ulike tjenester trenger forskjellige versjoner av samme programvare.
Dette er en to-dagers workshop som retter seg spesielt mot utviklere som skal bruke PostgreSQL, men vil også passe for andre som vil lære mer om bruk av PostgreSQL som databasesystem
Med XML og relaterte standarder som XSL(T), XML Schema og XPath/XQuery er det mulig å utvikle distribuerte nettbaserte tjenester for utveksling av data i et standardisert format. XML er blitt en standard for å utveksle informasjon mellom kontor-, intranett-, internett- og database-applikasjoner.
XML er en etablert standard for plattformuavhengig lagring og utveksling av data, der innhold og presentasjon bearbeides separat. XSL er en nøkkelteknologi innenfor utvikling og nyttiggjørelse av XML. Viktige hoveddeler innenfor XSL er XSLT, XSL-FO og XPath. Kurset gir deltakerne en innføring i XSL.
The SAS Certified Advanced Programmer for SAS 9 credential represents the upper echelon of SAS programmers.
This practice exam tests the same knowledge and skills as the SAS Base Programming for SAS 9 certification exam. This format of the questions on both exams is identical, and all topics on the pratice exam are proportionally weighted to match the certification exam.
We arrange the course SAS Programming 2: Data Manipulation Techniques live web. This course is for those who need to learn data manipulation techniques using the SAS DATA step and procedures to access, transform, and summarize data.
This course teaches you how to process SAS data using Structured Query Language (SQL). You can gain this experience from the SAS Programming 1: Essentials course. No knowledge of SQL is necessary. This course addresses Base SAS software.
I dette e-læringskurset ser vi på prosjekter fra et lederperspektiv og hjelper deg å identifisere og håndtere de aktivitetene som effektivt fremmer prosjektets måloppnåelse. Tips: Dette kurset inngår i pakken – Grunnleggende prosjektledelse – med 3 kurs (spar enda mer!)
Lyst til å bli bedre på planlegging av prosjekter? Dette e-læringskurset hjelper deg med å forstå bredden i arbeidet som kreves for å kunne lage en god prosjektplan. Tips: Dette kurset inngår i pakken – Grunnleggende prosjektledelse – med 3 kurs (spar enda mer!)
Vi tilbyr Programledelse – 1 dagskurs. Dette er kurset for deg som ønsker å få bedre oversikt over viktige prinsipper og fokusområder for smartere styring og ledelse av programmer i virksomheten.
Et kurs for deg som trenger en god og effektiv innføring i grunnleggende prosjektarbeid. Få en komplett oversikt over arbeidsformen prosjekt, når det passer for deg. Tips: Dette kurset inngår i pakken – Grunnleggende prosjektledelse – med 3 kurs (spar enda mer!)
Vi tilbyr nettkurs i usikkerhetsstyring. Lær hvordan du kan identifisere, analysere og håndtere prosjektusikkerheter, enten de er positive (muligheter) eller negative (trusler). Et av de viktigste kompetanseområdene innen prosjektstyring er usikkerhetsstyring.
Ta Python-ferdighetene dine videre med objektorientert programmering! Magnus Øye lærer deg klasser, arv, polymorfisme og effektiv kodestruktur for ren og fleksibel utvikling.
Lær Python fra bunnen av! Få en enkel og praktisk innføring i variabler, løkker, funksjoner og mer – perfekt for nybegynnere som vil mestre programmering.
Lær SQL fra bunnen av med Aina Øverås Skott! Få en praktisk innføring i databaser og spørringer – helt uten forkunnskaper.
Lær programmering fra helt grunnleggende nivå. Du starter med HTML, CSS og JavaScript, går videre til React og vibekoding med KI, og avslutter med SQL og Python. En komplett og praktisk vei inn i moderne utvikling
Vi tilbyr grunnkurs i Microsoft Access for nybegynnere. For best utbytte for deltakerne våre, har vi små klasser med maks 8 deltakere på alle våre åpne kurs. Kursavgiften inkluderer lunsj og elektronisk kursdokumentasjon
Vi tilbyr grunnkurs i Microsoft Access på nybegynner nivå for bedrifter. Kurset passer for deg som ikke har brukt Access fra før, men som ønsker å lære å bruke programmet, og å kunne bygge opp en enkel database selv.
Vi tilbyr nettbasert grunnkurs i Microsoft Access på nybegynner nivå. Kurset passer for deg som ikke har brukt Access fra før, men som ønsker å lære å bruke programmet, og å kunne bygge opp en enkel database selv.
Vi tilbyr kurs i Microsoft Access på noe øvet nivå. For best utbytte for deltakerne våre, har vi små klasser med maks 8 deltakere på alle våre åpne kurs.
Vi tilbyr kurs i Microsoft Access på noe øvet nivå som nettbasert kurs. For best utbytte for deltakerne våre har vi små klasser med maks 8 deltakere på alle våre åpne kurs. Kursavgiften inkluderer elektronisk kursdokumentasjon.
Vi tilbyr kurs i Microsoft Access på videregående nivå. Passer for deg som ønsker å bygge opp din egen database fra grunnen, og som ønsker å lære alle mulighetene i Access. For best utbytte for deltakerne våre, har vi små klasser med maks 8 deltakere på alle våre åpne kurs.
Vi tilbyr nettbasert kurs i Microsoft Access på videregående nivå. Kurset passer for deg som ønsker å bygge opp din egen database fra grunnen, og som ønsker å lære alle mulighetene i Access.
Vi tilbyr kurs i Microsoft Access på øvet nivå. For best utbytte for deltakerne våre, har vi små klasser med maks 8 deltakere på alle våre åpne kurs. Kursavgiften inkluderer lunsj og elektronisk kursdokumentasjon.
Vi tilbyr nettkurs i Microsoft Access på øvet nivå med kursholder Marianne Nylund. For best utbytte for deltakerne våre har vi små klasser. Kursavgiften inkluderer elektronisk kursdokumentasjon.
Kurset gir en praktisk innføring i hvordan entreprenører planlegger, styrer og følger opp fremdrift i prosjekter. Du lærer å lage realistiske planer, knytte dem til ressurser og håndtere endringer slik at prosjekter gjennomføres effektivt og uten unødige forsinkelser.
Vi tilbyr kurs i kunstig intelligens (KI), som er kommet for å bli. Men har du kommet skikkelig i gang? I kurset KI for prosjekt- og anleggsledere lærer du hvordan KI kan brukes til å forbedre og effektivisere din prosjekt-hverdag, samt redusere risiko.
Vi tilbyr kurs i kunstig intelligens (KI), som er kommet for å bli. Men har du kommet skikkelig i gang? I kurset KI for prosjekt- og anleggsledere i Oslo lærer du hvordan KI kan brukes til å forbedre og effektivisere din prosjekt-hverdag, samt redusere risiko.
Lær å styre prosjekter mer effektivt med Microsoft Teams, Planner, SharePoint og AI. Kurset gir deg praktiske metoder for bedre samarbeid, struktur, dokumenthåndtering og prosjektoppfølging med Microsoft Copilot for Microsoft 365.
Test