IT-kurs
Du har valgt: Systemutvikling
Nullstill
Filter
Ferdig

-

91 treff i Systemutvikling
 

Oslo 4 dager 23 900 kr
Angular 14 Development [+]
Angular 14 Development [-]
Les mer
2 dager 16 900 kr
This training is the perfect match for those who attended the “Implementing Modern Architecture” training and would like to know more about how Domain-Driven Design works... [+]
This training is the perfect match for those who attended the “Implementing Modern Architecture” training and would like to know more about how Domain-Driven Design works in real life. During 2 days, we will primarily focus on Domain-Driven Design (DDD) and EventStorming. Those tools help to align software architecture with business needs and increase the chances of an architecture being successful. By being a part of the series of hands-on workshops, participants will learn how to understand business needs, discover bounded contexts, and design working models using EventStorming. The training covers strategic and tactical DDD, including designing aggregates and value objects, ensuring invariants, working with domain events, accessing entities using repositories, and more. It’s ideal for software architects, developers, and project managers who would like to build software systems that solve business problems and are well-designed from a technical perspective.  Target Audience: Architects, Team Leads, Senior Developers   Training program: Domain-Driven Design What is DDD and why use it? Strategic DDD How to discover a Bounded Context? Discovering Bounded Contexts with EventStorming What is EventStorming and why use it? Preparation for an EventStorming workshop Running a Big Picture EventStorming workshop Process modeling with EventStorming workshop Discovering Commands, Policies, and Read Models Essentials of Tactical DDD Value Objects Entities Aggregates Discovering Aggregates workshopApplying Tactical DDD in real code Designing Aggregates and Value Objects Choosing ID type Ensuring Invariants in a Domain Model References in Object Graphs Implementing complex scenarios using Domain Services  State transitions in Aggregates Working with Events in a Domain Model Accessing Entities using Factory, Repository, and Memento Implementing Concurrency  Format: 50% workshop / 50% lecture   Duration: Day 1: Domain-Driven Design, Discovering Bounded Contexts with EventStorming, Process modeling with EventStorming workshopDay 2: Essentials of Tactical DDD, Discovering Aggregates workshop, Applying Tactical DDD in real code   PS: BRING YOUR OWN COMPUTER [-]
Les mer
Virtuelt klasserom 4 dager 23 000 kr
Python is an object oriented rapid development language deployed in many scenarios in the modern world. [+]
COURSE OVERVIEW   This Python Programming 1 course is designed to give delegates the knowledge to develop and maintain Python scripts using the current version (V3) of Python. There are many similarities between Python V2 and Python V3. The skills gained on this course will allow the delegate to develop their own skills further using Python V2 or V3 to support the development and maintenance of scripts. The Python Programming 1 course comprises sessions dealing with syntax,variables and data types,operators and expressions,conditions and loops,functions,objects,collections,modules and packages,strings,pattern matching,exception handling,binary and text files,and databases. Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered. TARGET AUDIENCE The Python Programming 1 course course is aimed at those who want to improve their Python programming skills,and for developers/engineers who want to migrate to Python from another language,particularly those with little or no object-oriented knowledge. For those wishing to learn Python and have no previous knowledge of programming,they should look to attend our foundation course Introduction to Programming - Python. COURSE OBJECTIVES This course aims to provide the delegate with the knowledge to be able to produce Python scripts and applications that exploit all core elements of the language including variables,expressions,selection and iteration,functions,objects,collections,strings,modules,pattern matching,exception handling,I/O,and classes. COURSE CONTENT DAY 1 COURSE INTRODUCTION Administration and Course Materials Course Structure and Agenda Delegate and Trainer Introductions SESSION 1: GETTING STARTED About Python Python versions Python documentation Python runtimes Installing Python The REPL shell Python editors SESSION 2: PYTHON SCRIPTS & SYNTAX Script naming Comments Docstring Statements The backslash Code blocks Whitespace Console IO (to enable the writing of simple programs) A first Python program Script execution SESSION 3: VARIABLES & DATA TYPES Literals Identifiers Assignment Numbers (bool,int,float,complex) Binary,octal,and hexadecimal numbers Floating point accuracy Collections (str,list,tuple,set,dict) None Implicit and explicit type conversion (casting) The type function SESSION 4: OPERATORS & EXPRESSIONS Arithmetic Operators Assignment Operators Comparison Operators Logical Operators Membership Operators Bitwise Operators Identity Operators SESSION 5: CONDITIONS & LOOPS Conditional statements (if,elif,else) Nested conditional statements Short hand if/if else Python's alternative to the ternary operator Iterative statements (while,for,else) The range function Iterating over a list Break Continue Nested conditional/iterative statements COURSE CONTENTS - DAY 2 SESSION 6: FUNCTIONS Declaration Invocation Default values for parameters Named arguments args and kwargs Returning multiple values None returned Variable scope Masking and shadowing The pass keyword Recursive functions SESSION 7: OBJECTS AND CLASSES About objects Attributes and the dot notation The dir function Dunder attributes Mutability The id function Pass by reference Introduction to Classes Class Declaration and Instantiation Data attributes Methods Composition SESSION 8: LISTS About lists List syntax including slicing Getting and setting list elements Iterating over a list Checking for the presence of a value The len function List methods incl. append,insert,remove,pop,clear,copy,sort,reverse etc. The del keyword Appending to and combining lists List comprehension SESSION 9: TUPLES About tuples Tuple syntax Getting tuple elements including unpacking Iterating over a tuple Checking for the presence of a value The len function Appending to and combining tuples SESSION 10: SETS About Sets Dictionary syntax Creating,adding and removing set elements Iterating over a set Membership Testing Sorting Copying Set methods incl. union,intersection,difference,symmetric_difference etc. COURSE CONTENTS - DAY 3 SESSION 11: DICTIONARIES About dictionaries Dictionary syntax Getting and setting dictionary elements Iterating over a dictionary (keys,values,and items) Checking for the presence of a key The len function Dictionary methods incl. keys,values,items,get,pop,popitem,clear etc. The del keyword Dictionary comprehension SESSION 12: STRINGS About strings String syntax including slicing Escape characters Triple-quoted strings Concatenation Placeholders The format method Other methods e.g. endswith,find,join,lower,replace,split,startswith,strip,upper etc. A string as a list of bytes SESSION 13: MODULES & PACKAGES About modules Inbuilt modules math,random and platform the dir() and help() functions Creating and using modules the __pycache__ and the .pyc files The module search path Importing modules Namespaces Importing module objects The import wildcard Aliases Importing within a function Executable modules Reloading a module About packages Importing packaged modules Importing packaged module objects Package initialisation Subpackages Referencing objects in sibling packages The Standard Library Installing modules and packages using pip SESSION 14: PATTERN MATCHING About regular expressions Regular expression special characters Raw strings About the re module re module functions incl. match,search,findall,full match,split,sub   COURSE CONTENTS - DAY 4 SESSION 15: EXCEPTION HANDLING About exceptions and exception handling Handling exceptions (try,except,else,finally) Exception types The exception object Raising exceptions Custom exception types Built-in exceptions hierarchy SESSION 16: FILES & THE FILESYSTEM The open function Methods for seeking (seekable,seek) Methods for reading from a file (readable,read,readline,readlines) Iterating over a file Methods for writing to a file (writable,write,writelines) Introduction to context managers Text encoding schemes,codepoints,codespace ASCII and UNICODE (UTF schemes) UTF-8,binary and hexadecimal representations The ord() and chr() functions Binary files,bytes and bytearray I/O layered abstraction. About the os module os module functions incl. getcwd,listdir,mkdir,chdir,remove,rmdir etc. OSError numbers and the errno module SESSION 17: DATABASES The DB-API DP-API implementations Establishing a connection Creating a cursor Executing a query Fetching results Transactions Inserting,updating,and deleting records FOLLOW ON COURSES Python Programming 2  Data Analysis Python  Apache Web Server PHP Programming  PHP & MySQL for Web Development  PHP & MariaDB for Web Development  Perl Programming  Ruby Programming  Introduction to MySQL  Introduction to MariaDB [-]
Les mer
Oslo 5 dager 26 900 kr
05 May
05 May
24 Nov
Java SE Advanced Techniques (Course II for exam 1Z0-819) [+]
Java SE Advanced Techniques (Course II for exam 1Z0-819) [-]
Les mer
Nettkurs 6 timer 549 kr
Dette er første del av læringsstien «Frontend-utvikler» hvor vi skal lære deg alle ferdighetene du trenger for å lage raske og moderne nettsider. Vi går ut i fra at du ik... [+]
Start din reise som frontend-utvikler med kurset "HTML: Komplett" ledet av Espen Faugstad hos Utdannet.no. Dette kurset er første trinn i læringsstien «Frontend-utvikler», designet for å gi deg alle nødvendige ferdigheter for å bygge raske og moderne nettsider. Vi antar ingen tidligere kunnskap om HTML, CSS eller JavaScript, og du vil lære alt fra grunnleggende til avanserte teknikker. Kurset begynner med HTML, hjertet av webutvikling, og vil ta deg gjennom grunnleggende syntaks, tekstformatering, oppretting av lenker, håndtering av multimedia, og mye mer. Du vil også lære å strukturere nettsider effektivt, jobbe med tabeller og skjemaer, og til slutt lage et prosjekt som demonstrerer dine nye ferdigheter. Etter å ha fullført dette kurset, vil du være godt rustet til å fortsette med CSS og JavaScript for å skape vakre, responsive og lynraske nettsider som fungerer utmerket på alle enheter.   Innhold: Kapittel 1: Introduksjon Kapittel 2: Internett Kapittel 3: Syntaks Kapittel 4: Tekst Kapittel 5: Link Kapittel 6: Multimedia Kapittel 7: Tabell Kapittel 8: Skjema Kapittel 9: Struktur Kapittel 10: Prosjekt Kapittel 11: Avslutning   Varighet: 5 timer og 55 minutter   Om Utdannet.no: Utdannet.no tilbyr noen av landets beste digitale nettkurs. Tjenesten fungerer på samme måte som strømmetjenester for musikk eller TV-serier. Våre kunder betaler en fast månedspris og får tilgang til alle kursene som er produsert så langt. Plattformen har hatt en god vekst de siste årene og kan skilte med 30.000 registrerte brukere og 1,5 millioner videoavspillinger. Vårt mål er å gjøre kompetanseutvikling moro, spennende og tilgjengelig for alle – og med oss har vi Innovasjon Norge og Forskningsrådet. [-]
Les mer
2 dager 21 000 kr
TOGAF® EA Practitioner Bridge Course [+]
TOGAF® EA Practitioner Bridge Course [-]
Les mer
Oslo 3 dager 20 900 kr
07 May
07 May
24 Sep
Docker and Kubernetes Development [+]
Docker and Kubernetes Development [-]
Les mer
Virtuelt klasserom 4 dager 17 200 kr
17 Feb
Kurset passer for deg som ønsker å komme igang med Java-programmering, forstå grunnleggende programmeringskonsepter, lage enkle programmer og forstå Java-kode skrevet av ... [+]
Dette er et 4-dagers introduksjonskurs i Java-programmering. Kurset passer for deg som ønsker å komme igang med Java-programmering, forstå grunnleggende programmeringskonsepter, lage enkle programmer og forstå Java-kode skrevet av andre. Hvis du ikke har tatt noen Java-kurs tidligere er dette stedet å begynne. Vi bruker Eclipse IDE med siste versjon av Java (Standard Edition) til kurset.   Målsetting Etter gjennomført kurs vil deltakerne kunne skrive enkle programmer i Java og kjenne til de grunnleggende komponentene og prinsippene Java bygger på.   Kursinnhold Hva er Java? Kort historikk og anvendelseområder frem til idag. Grunnleggende konsepter for objektorientert programmering: Abstraksjon, innkapsling, arv og polymorfi Variabler og datatyper Klasser, objekter og metoder Public, Private og Protected Constructors, getters and setters Pakker og biblioteker Behandling av tall og tekst Betingelser (if - else, switch) Progammeringsløkker (for, while, do ... while, forEach) Lesing fra og skriving til tekstfiler Java Collections (Set, List, Map, ArrayList, TreeMap etc.) Lesing fra og skriving til databaser med JDBC Kompilering og eksekvering av Java-programmer Hente inn avhengigheter fra internett ved hjelp av Maven Nytt i Java: Stream api med filter, map, reduce, forEach og pil-funksjoner, samt Collections Literals.   Gjennomføring Kurset gjennomføres med en kombinasjon av online læringsmidler, gjennomgang av temaer og problemstillinger og praktiske øvelser. Det er ingen avsluttende eksamen, men det er øvingsoppgaver til hvert av temaene som gjennomgås. onsdag: Undervisning: Fra kl.10:00-14:00 + oppgaver som «hjemmelekse»torsdag: Undervisning: Fra kl.10:00-14:00 + oppgaver som «hjemmelekse»fredag: Undervisning: Fra kl.10:00-14:00 + oppgaver som «hjemmelekse»mandag: Gjennomgang og oppsummering Fra kl.10:00-14:00   [-]
Les mer
Oslo Bergen Og 1 annet sted 4 dager 25 900 kr
25 Mar
25 Mar
24 Jun
Advanced Python Development [+]
Advanced Python Development [-]
Les mer
Nettstudie 2 semester 4 980 kr
På forespørsel
Utvikling av Android-applikasjoner via bruk av emulator. Noen stikkord: Intents, grafiske brukergrensesnitt, lagring av data, bruk av ulike typer filer (for eksempel layo... [+]
Studieår: 2013-2014   Gjennomføring: Høst og vår Antall studiepoeng: 5.0 Forutsetninger: LC191D Videregående programmering eller tilsvarende kunnskaper i objektorientert Java-programmering Innleveringer: Øvinger: 8 av 8 må være godkjent.  Personlig veileder: ja Vurderingsform: Faget vurderes til bestått/ikke bestått basert på 8 innleverte øvingsoppgaver. Ansvarlig: Tomas Holt   Læremål: Forventet læringsutbytte:Etter å ha gjennomført emnet skal kandidaten ha følgende samlete læringsutbytte: KUNNSKAPER:Kandidaten:- kan gjengi livssyklusen til en Android-applikasjon.- kan redegjøre for nødvendige bestanddeler i en Android-applikasjon.- kan gjengi MVC-prinsippet og hvordan dette brukes i forbindelse med Android-applikasjoner. FERDIGHETER:Kandidaten:- kan sette opp utviklingsmiljø og lage applikasjoner for Android-plattformen.- kan bruke emulator for kjøring av applikasjonene.- kan lage grafiske Android-applikasjoner, hvor GUI-komponentene både kan lages via Java-kode og XML-filer.- kan lage Android-applikasjoner hvor data kan lagres i minnet og på permanent lager.- kan benytte Android sin intents-mekanisme.- kan benytte Android-plattformens mekanismer for å lage applikasjoner tilpasset internasjonalisering.- kan lage trådede Android-applikasjoner.- kan lage forbindelsesorienterte nettverksløsninger vha. av Java Socket API'en. GENERELL KOMPETANSE:Kandidaten:- kan bruke API-dokumentasjon og andre ressurser til å skaffe seg nødvendige ferdigheter ved utvikling av funksjonalitet som ikke er dekket i emnet. Innhold:Utvikling av Android-applikasjoner via bruk av emulator. Noen stikkord: Intents, grafiske brukergrensesnitt, lagring av data, bruk av ulike typer filer (for eksempel layoutfiler, bildefiler, xml-filer), nettverksprogrammering, trådprogrammering, spillprogrammering, sensorer (for eksempel kamera og gps), location-based services, internasjonalisering.Les mer om faget herDemo: Her er en introduksjonsvideo for faget Påmeldingsfrist: 25.08.13 / 25.01.14         Velg semester:  Høst 2013    Vår 2014     Fag Applikasjonsutvikling for Android 4980,-         Semesteravgift og eksamenskostnader kommer i tillegg. [-]
Les mer
Nettstudie 2 semester 4 980 kr
På forespørsel
.NET-rammeverket og arkitekturen. Common Language Runtime (CLR). Common Type System (CTS). Klassebiblioteket. Common Language Specification (CLS). Assemblies. Programmeri... [+]
  Studieår: 2013-2014   Gjennomføring: Høst og vår Antall studiepoeng: 5.0 Forutsetninger: Erfaring med programmering i et objektorientert språk. Innleveringer: Det blir gitt 10 øvinger. 8 må være godkjente for å gå opp til eksamen. Personlig veileder: ja Vurderingsform: individuell skriftlig eksamen, 3 timer. Ansvarlig: Tore Berg Hansen Eksamensdato: 17.12.13 / 20.05.14         Læremål: Etter å ha gjennomført emnet skal kandidaten ha følgende samlete læringsutbytte: KUNNSKAPER:Kandidaten kan forklare:- hva .NET-rammeverket er, dets hensikt og hva det inneholder- begrepene Common Language Runtime, Common Type System og managed code- begrepene Solution, Project og Assembly- hva en webtjeneste er- hvordan datakilder kan aksesseres ved hjelp av ADO.NET- hvordan webapplikasjoner kan lages ved hjelp av ASP.NET FERDIGHETER:Kandidaten:- kan skrive korte programmer i C#, Visual Basic .NET og C++/managed C++ som viser bruk av de sentrale konsepter som klassebiblioteket, ADO.NET og ASP.NET GENERELL KOMPETANSE:Kandidaten:- er klar over at .NET rammeverket har styrker og svakheter og at det finnes alternative teknologier Innhold:.NET-rammeverket og arkitekturen. Common Language Runtime (CLR). Common Type System (CTS). Klassebiblioteket. Common Language Specification (CLS). Assemblies. Programmeringsspråkene C#, C++, Visual Basic.NET. Managed code. Web services. ADO.NET. ASP.NET.Les mer om faget her Påmeldingsfrist: 25.08.13 / 25.01.14         Velg semester:  Høst 2013    Vår 2014     Fag Applikasjonsutvikling på .NET-plattformen 4980,-         Semesteravgift og eksamenskostnader kommer i tillegg.    [-]
Les mer
Bedriftsintern 1 dag 8 000 kr
As a data scientist, programming is an important part of your day-to-day work. At the same time, you may have little formal training in software development. Are your val... [+]
This one day course is designed for data scientists and engineers who are already using Python and want to take their skills to the next level. At the end of this course the students will know how to structure their Python programs for improved reuse, how to build and use automated tests for their code, and how to analyze program performance. The class will use Python 3. We start by covering ideas and concepts for improving overall software design . We then explore how these ideas can be applied to a small but realistic Python project. We will look at techniques and best-practices for working with Python projects in groups Key topics • Software design principles• Managing dependencies in software• Isolating development environments• Packaging code for reuse• Documentation and style• Automated testing• Profiling programs• Strategies and techniques for optimization• Maintaining invariants and constraints• Creating command-line interfaces• Sharing code with package servers Course exercises • Creating isolated environments with venv or conda Applying core software design principles• Following Python best-practices• Using a practical and flexible project structure• Building packages from your code• Documenting your code in a standard way• Creating and running automated tests• Using a profiler to find performance problems• Optimizing your code based on profiling data• Uploading packages to a package server• Using your own packages from a package server Bring your own computer with Python 3.3+ and an editor installed.  [-]
Les mer
Virtuelt klasserom 5 dager 30 000 kr
Agile approaches such as eXtreme Programming, Scrum and Lean Software Development are becoming increasingly mainstream. [+]
COURSE OVERVIEW They describe how to successfully deliver in complex situations when requirements and possible solutions are subject to continuous change; but they stop short of describing a full project lifecycle with defined Phases, Work Products, Roles and Responsibilities. This course covers how to operate in such an agile fashion within an overall project framework and is based on the DSDM Agile Project Framework (DSDM APF) approach. Through practical experience of the agile style of working, case studies and example scenarios from a highly experienced trainer, it provides delegates with an understanding of how the Agile Project Management process can enable planning, management and control for predictable Agile project deliveries.   This is an APMG accredited course. TARGET AUDIENCE The course is aimed at Project Managers and others involved in Project Management who want to understand how to apply agile approaches within an overall project management lifecycle framework. COURSE OBJECTIVES   Understand the fundamentals of Agile Project Management Understand the key Agile Project Management practices and how to manage Agile Project teams Fully describe and relate the Agile Project Management process Understand project control in the Agile environment COURSE CONTENT   Agile Project Management Fundamentals What is Agile Project Management? Benefits of Agile Project Management When to use Agile Project Management Preparing for a successful Agile project Agile Project Management Principles The Agile Project Management Process Agile Project Management Framework Configuring the Agile Project Lifecycle Work Products and Deliverables Management Products and Deliverables Business Work Products and Deliverables Technical Products and Deliverables Agile Project Teams Agile Project Roles and Responsibilities Agile Project Team Empowerment Agile Project Team Structure Agile Project Management Practices Facilitated Workshops MoSCoW Prioritisation Modelling Iterative Development Timeboxing Project Management and Control Agile Planning Agile Risk Management Agile Estimating and Measurement Agile Configuration Management Other Agile Project Management Concerns Agile Requirements (Functional and Non-functional Requirements) Agile Testing Quality Management and Quality Control Ensuring Maintainability and Scalability TEST CERTIFICATION Agile Project Management Foundation exam Simple multiple choice exam – 40-minute exam 50 questions, pass mark is 25 (50%) Taken at the end of Day 2 of training Agile Project Management Practitioner exam Complex multiple choice – Objective Test – 2.5-hour exam Open book exam (reference to Agile PM Handbook allowed) Four questions worth 20 marks each (80 marks), pass mark is 40 (50%) You must pass the Agile Project Management Foundation certificate on Day 2 to progress to this exam taken at the end of Day 5 of training     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 5 dager 22 500 kr
07 Apr
07 Apr
11 Jun
DP-100: Designing and Implementing a Data Science Solution on Azure [+]
https://www.glasspaper.no/kurs/dp-100/ [-]
Les mer
Oslo 3 dager 25 900 kr
26 Feb
26 Feb
26 May
Secure coding in C and C++ [+]
Secure coding in C and C++ [-]
Les mer