IT-kurs
Du har valgt: Systemutvikling
Nullstill
Filter
Ferdig

-

89 treff i Systemutvikling
 

Oslo 2 dager 10 900 kr
11 Jun
IP2: IP- og nettverks-workshop [+]
IP2: IP- og nettverks-workshop [-]
Les mer
Oslo 3 dager 20 900 kr
17 Sep
17 Sep
17 Dec
Introduction to C# and .NET [+]
Introduction to C# and .NET [-]
Les mer
Oslo 2 dager 16 900 kr
11 Sep
11 Sep
08 Dec
SAFe® 6.0 for Teams [+]
SAFe® for Teams Certification [-]
Les mer
Virtuelt klasserom 3 dager 18 000 kr
The Python Programming 2 course comprises sessions dealing with advanced object orientation,iterators and generators,comprehensions,decorators,multithreading,functional p... [+]
COURSE OVERVIEW   The delegate will learn how to exploit advanced features of the Python language to build complex and efficient applications. Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered. TARGET AUDIENCE The Python Programming 2 course is designed for existing Python developers who have a good grounding in the basics and want to exploit some of the advanced features of the language. For the delegate for whom Python is their first programming language,we recommend taking the Python Programming 1 course first,then taking some time to practice the skills gained,before returning to take the Python Programming 2 course.   COURSE OBJECTIVES This course aims to provide the delegate with the knowledge to be able to interpret,write,and troubleshoot complex Python applications exploiting inheritance and polymorphism,mixins,composition and aggregation,iterators,generators,decorators,comprehension,concurrency,functional programming,and RESTful web services. COURSE CONTENT DAY 1 COURSE INTRODUCTION Administration and Course Materials Course Structure and Agenda Delegate and Trainer Introductions SESSION 1: ADVANCED OBJECT ORIENTATION The self Keyword Constructors and Destructors Encapsulation Inheritance Introspection with __dict__,__name__,__module__,__bases__ The hasattr(obj,attr),dir(obj),help(obj) functions Polymorphism Abstract Classes Multiple Inheritance and Mixins Composition and Aggregation Static Members SESSION 2: ITERATORS & GENERATORS Iterables Iterators Custom Iterators Generators Yield vs. Return SESSION 3: COMPREHENSIONS List Comprehension Set Comprehension The zip Function Dictionary Comprehension DAY 2 SESSION 4: DECORATORS Decorators Decorator Functions Decorator Annotations Decorator Use Cases Labs SESSION 5: FUNCTIONAL PROGRAMMING Functional Programming Lambdas Immutability Mapping Filtering Reducing SESSION 6: MULTITHREADING Threads Multithreading Thread Construction Thread Execution Thread Sleep Joins Data Sharing Synchronisation Multithreading vs. Multiprocessing DAY 3 SESSION 7: WEB SERVICES RESTful Web Services JSON Data CRUD and HTTP RESTful Clients RESTful APIs SESSION 8: UNIT TESTING Unit Testing Terminology Test Classes Test Fixtures Test Cases Assertions Test Runners   FOLLOW ON COURSES Data Analysis Python [-]
Les mer
2 dager 8 500 kr
Kurs for deg som skal bruke video i din digitale markedsføring eller deg som jobber med redaksjonelt innhold på nettet. [+]
Videokurs for deg som skal bruke film i din digitale markedsføring eller deg som jobber med redaksjonelt innhold på nettet. «1 minutt video sier mer enn 18000 ord»(Forrester research) Kursinnhold: Du skal lære å lage korte filmer til nettet. Dette innebærer å planlegge innhold, filme, klippe og redigere filmen. Content Marketing i praksis. Bearbeiding av idé og planlegging av innhold Fra idé til film Klipping og redigering av film med Adobe Premiere pro Rettigheter ang musikk Deling av film på nettet Ta med egen laptop med ferdig innstallert Adobe Premiere Pro, samt videokamera eller smartphone på kurset. Ekstern harddisk, strømkabler og hodetelefoner må også taes med.   https://igm.no/videokurs/ [-]
Les mer
Oslo 2 dager 16 900 kr
03 Jul
03 Jul
18 Sep
SAFe® 6.0 Scrum Master [+]
SAFe® Scrum Master Certification [-]
Les mer
Oslo Trondheim 5 dager 26 900 kr
29 Sep
29 Sep
17 Nov
Spring Boot Development [+]
Spring Boot Development [-]
Les mer
Oslo 5 dager 25 900 kr
16 Jun
16 Jun
22 Sep
React 19 (Including NextJS) (Hands-on) [+]
React 19 (Including NextJS) (Hands-on) [-]
Les mer
Oslo 2 dager 16 900 kr
23 Jun
23 Jun
25 Sep
SAFe® 6.0 Product Owner/Product Manager [+]
SAFe® Product Owner/Product Manager Certification [-]
Les mer
Nettkurs 24 timer 9 900 kr
Elæring AgilePM Foundation [+]
Elæring AgilePM Foundation [-]
Les mer
Oslo Bergen Og 1 annet sted 4 dager 25 900 kr
24 Jun
24 Jun
01 Jul
Advanced Python Development [+]
Advanced Python Development [-]
Les mer
Oslo 5 dager 26 900 kr
02 Jun
02 Jun
08 Sep
Modern C++20 Development [+]
Modern C++20 Development [-]
Les mer
Bedriftsintern 3 dager 13 500 kr
The SQL Master Class for Java Developers training is aimed to level up your SQL skills with techniques such as Window Functions, recursive queries, Pivoting, JSON process... [+]
Throughout four years of teaching my High-Performance Java Persistence course, I came to realize that there is so much Java developers can learn about the latest SQL features introduced by Oracle, SQL Server, PostgreSQL, or MySQL.This training spans over the course of 2 days and covers the Top 4 relational database systems: Oracle, SQL Server, PostgreSQL, and MySQL.From execution plans to the best way to paginate data, this training explains lesser-known techniques such as LATERAL JOIN, CROSS APPLY, as well as Derived Tables, Common Table Expressions, recursive queries, and the amazing Window Functions, PIVOT, or UPSERT statements.Last but not least, we are going to learn that, not only modern databases support JSON column types, but you can combine JSON structures with the traditional relational ones, therefore getting the best of both worlds.All examples are inspired by real-life scenarios, and they come in a GitHub repository for which attendees have exclusive and unlimited time access.At the end of these two days of training, the attendees will be better prepared to solve various data-intensive tasks using all these awesome SQL features that have been over the past 20 years.Agenda  Day 1Introduction - 1h 30m    - Beyond SQL:92    - SQL Parsing    - SQL Operation Order    - TOP-N queries    - OFFSET pagination    - Keyset PaginationSubqueries - 1h 15m    - EXISTS and NOT EXISTS    - IN and NOT IN    - ANY and ALL    - INSERT with subqueries    - Aggregation with subqueries   Joins - 1h 15m    - CROSS JOIN    - INNER and LEFT/RIGHT OUTER JOIN    - FULL OUTER JOIN    - NATURAL JOIN    - LATERAL JOIN and CROSS APPLYDay 2Window Functions - 1h 30m    - Analytics queries and window frame processing    - ROW_NUMBER, RANK, and DENSE_RANK    - FIRST_VALUE, LAST_VALUE, LEAD and LAG    - CUME_DIST and PERCENT_RANK    - PERCENTILE_DISC and PERCENTILE_CONTDerived Tables, CTE, Hierarchical Queries - 1h 30m    - Derived Tables    - CTE (Common Table Expressions)    - Recursive CTE    - Hierarchical queries   PIVOT, UNPIVOT, FILTER, and CASE - 1h    - CASE Expressions    - PostgreSQL FILTER Expressions    - PIVOT    - UNPIVOTDay 3UPSERT and MERGE - 30m- MERGE statements- UPSERT statements   JSON processing - 1h 30m    - Schemaless data structures and JSON    - JSON queries    - EAV Model   Transactions and Concurrency Control - 2h    - ACID, 2PL, MVCC    - Isolation Levels and anomalies    - Pessimistic and optimistic locking    - SKIP_LOCKED, NOWAIT [-]
Les mer
Virtuelt klasserom 2 dager 17 500 kr
This TOGAF® 9.2 Training Course: Level 1 Foundation introduces the latest version of TOGAF and will help you to prepare to take The Open Group's examination leading to t... [+]
COURSE OVERVIEW This course introduces all of thetopics defined as the Learning Outcomes upon which the TOGAF® 9.2  Part 1 Examination is based to the level needed to pass the examination. Candidates should be aware that this course does not address these topics in detail and additional study is required. This TOGAF® for Practitioners - Level 1 Foundation course is accredited by The Open Group. TOGAF® is a registered trademark of The Open Group. TARGET AUDIENCE Enterprise Architect Solution Architect ERP/SAP Architect Data Architect Technical Architect Security Architect EA/ Governance Consultant Business Analyst.   COURSE CONTENT The 2 day course introduces many of the features that are common to TOGAF® 9.2: The business rationale for Enterprise Architecture and TOGAF® The TOGAF® Architecture Development Method and its deliverables, including Business, Data, Applications and Technology Architecture The Enterprise Continuum Enterprise Architecture Governance Architecture Principles and their development Architecture Views and Viewpoints An Introduction to Building Blocks Architecture Partitioning Content Framework and Meta Model Capability Based Planning Business Transformation Readiness Architecture Repository   TEST CERTIFICATION This course prepares candidates for the TOGAF® 9.2 Part 1 examination The exam (60 minutes) is in closed-book format, and includes 40 multiple-choice questions. The passing score is 55% (22 out of 40 questions) An examination voucher is provided as part of this course, delegates are required to self book at a time and location that is convenient to themselves.   HVORFOR VELGE SG PARTNER AS:  Flest kurs med Startgaranti Rimeligste kurs Beste service og personlig oppfølgning Tilgang til opptak etter endt kurs Partner med flere av verdens beste kursleverandører   [-]
Les mer
Oslo 4 dager 23 900 kr
17 Jun
17 Jun
30 Sep
Vue.js, Vuex & Router Course [+]
Vue.js, Vuex & Router Course [-]
Les mer