

Usikker på hvor
starte?
Track
Sertifikat
Full-Stack .NET Developer Journey
4.8+
★★★★★
★★★★★
129 omtaler
Intermediate
Learn how to create your own products and applications using one of the most popular and widely used programming languages, C#. In combination with the popular . Vis mer
C#
SQL
HTML/CSS
JavaScript
React
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Explore the fundamentals of C# including data types, control structures, loops, arrays, and methods.
- Develop an understanding of C# syntax and how to display output on the screen.
- Integrate basic and complex expressions using operators, and make decisions with if, else, and switch statements.
- Work with different data types such as integers, floating points, booleans, characters, and strings, understanding their applications and management.
- 528 chapters
- 63 hours
- 555 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / C# Basics
In this section we will get an introduction to C#. Moreover, we will also learn some basic elements of the C# language.
- Why C#?Forhåndsvisning
- C# SyntaxForhåndsvisning
- Displaying OutputForhåndsvisning
- Challenge: Outputting a TriangleForhåndsvisning
- CommentsForhåndsvisning
- Challenge: CommentsForhåndsvisning
- VariablesForhåndsvisning
- IdentifiersForhåndsvisning
- Challenge: Variable DeclarationForhåndsvisning
- Basic Operators & ExpressionsForhåndsvisning
- Challenge: OperatorsForhåndsvisning
In any programming language we have to deal with different types of data. In this section we will learn about that.
- Integer Data TypesForhåndsvisning
- Challenge: Declaring Explicitly Typed VariablesForhåndsvisning
- Floating-Point and DoubleForhåndsvisning
- BooleansForhåndsvisning
- CharacterForhåndsvisning
- StringForhåndsvisning
- Strings ChallengeForhåndsvisning
- Basic String FormattingForhåndsvisning
- Challenge: String FormattingForhåndsvisning
- Declaring ConstantsForhåndsvisning
- Basic Type CastingForhåndsvisning
- Type Casting PracticeForhåndsvisning
- Basic Type ConversionForhåndsvisning
- Basic Coding PracticeForhåndsvisning
In this section we will learn about features of C# that help us control the flow of the program such as executing pieces of code based on conditions.
- Comparison OperatorsForhåndsvisning
- Logical OperatorsForhåndsvisning
- Challenge: OperatorsForhåndsvisning
- Order of OperationsForhåndsvisning
- If StatementForhåndsvisning
- Challenge: if ConditionForhåndsvisning
- else KeywordForhåndsvisning
- Challenge: else KeywordForhåndsvisning
- if-else ChainForhåndsvisning
- Challenge: if, else-if, elseForhåndsvisning
- switch StatementForhåndsvisning
- Challenge: SwitchForhåndsvisning
In this section we will learn about how to deal with repetitive tasks in programming.
Arrays are an important part of any programming language as they let us group together and manipulate a large amount of similar data. In this section we will learn about Arrays and how to use them for practical applications.
In this section we will learn about one of of the most widely used and essential features of C# called Methods. We will also explore its uses through creative practice tasks.
- What are Methods?Forhåndsvisning
- Creating and Calling MethodsForhåndsvisning
- Challenge: Methods CreationForhåndsvisning
- Method ParametersForhåndsvisning
- Challenge: Method with ParametersForhåndsvisning
- Method Return ValuesForhåndsvisning
- Challenge: Return ValuesForhåndsvisning
- Local & Global ScopesForhåndsvisning
- Challenge: ScopesForhåndsvisning
- What's Next?Forhåndsvisning
Module 2 / C# Beyond Basics
In this section we will learn data structures like Lists and Dictionaries. We will also learn how to read and write files. In the end we will look at how to deal with unexpected errors which can occur during the program's execution.
- What are Lists?Forhåndsvisning
- Practicing List DeclarationForhåndsvisning
- List MethodsForhåndsvisning
- What are Dictionaries?Forhåndsvisning
- Practicing DictionariesForhåndsvisning
- Reading Files using StreamReaderForhåndsvisning
- Reading Files using File MethodsForhåndsvisning
- Writing FilesForhåndsvisning
- Error HandlingForhåndsvisning
- Practicing Error HandlingForhåndsvisning
In this section we will learn about some more advanced structures for storing data, namely Structs and Enumerators. We will learn how to use them and we will look at some practice examples as well.
- What are Structs?Forhåndsvisning
- Defining & Using a StructureForhåndsvisning
- Practicing StructsForhåndsvisning
- Structs with Other Data StructuresForhåndsvisning
- Struct MethodsForhåndsvisning
- Correctly Accessing Fields in Struct MethodsForhåndsvisning
- Practicing MethodsForhåndsvisning
- Struct ConstructorsForhåndsvisning
- Practicing ConstructorsForhåndsvisning
- EnumeratorsForhåndsvisning
- Practicing EnumeratorForhåndsvisning
In this section, we will learn what Object-Oriented Programming (OOP) is and how we can create programs that use the concept of OOP. We will also practice this concept with many hands-on tasks that are fun to solve.
- What is Object-Oriented Programming?Forhåndsvisning
- Defining ClassesForhåndsvisning
- Practice: Creating ClassesForhåndsvisning
- Class ObjectsForhåndsvisning
- Class Objects vs Struct ObjectsForhåndsvisning
- Practice: ObjectsForhåndsvisning
- Class MethodsForhåndsvisning
- Practice: MethodsForhåndsvisning
- Class ConstructorsForhåndsvisning
- Practice: ConstructorsForhåndsvisning
In this section, we delve deeper into the essentials of Object-Oriented Programming (OOP). We explore advanced topics to enhance your understanding and proficiency in OOP. From managing object lifecycles through destructors to refining class structures with access modifiers, and harnessing the power of derived classes and method overloading, this section equips you with the knowledge and practical skills needed to design robust and flexible object-oriented systems.
This will be a detailed chapter in which we will dive deep into the main principles of Object-Oriented Programming (OOP). We will also look at many practical applications and hands-on examples of these principles to understand them better. In this section we will revise some of the concepts from the previous section in a bit more detail and combine the concepts together to understand it more thoroughly.
- What are the Principles of OOP?Forhåndsvisning
- InheritanceForhåndsvisning
- Practicing InheritanceForhåndsvisning
- PolymorphismForhåndsvisning
- Practicing PolymorphismForhåndsvisning
- EncapsulationForhåndsvisning
- Encapsulation PracticeForhåndsvisning
- AbstractionForhåndsvisning
- Abstraction PracticeForhåndsvisning
- What's Next?Forhåndsvisning
Module 3 / Introduksjon til SQL
I denne delen skal vi lære hvordan vi bruker SQL SELECT-setningen for å hente én tabellkolonne, flere tabellkolonner og alle tabellkolonner. Vi skal også finne ut hvordan vi returnerer unike verdier.
- Hente Individuelle KolonnerForhåndsvisning
- Hente Flere KolonnerForhåndsvisning
- Hente Alle KolonnerForhåndsvisning
- Hente Unike RaderForhåndsvisning
- Begrensning av ResultaterForhåndsvisning
- Utfordring: Finn Befolkningen i LandeneForhåndsvisning
- Utfordring: Finn Alle LandForhåndsvisning
- Utfordring: Finn Alle Land Med Deres ID-erForhåndsvisning
- Utfordring: Finn Lands HovedstederForhåndsvisning
- Utfordring: Finn Regionene Der Alle Land Er PlassertForhåndsvisning
I denne delen skal vi utforske hvordan man organiserer og prioriterer dataene som returneres av en spørring ved hjelp av ORDER BY-setningen. Plassert på slutten av en SELECT-setning, lar denne setningen deg sortere resultatene etter én eller flere kolonner, enten i stigende eller synkende rekkefølge, noe som gir et mer meningsfullt og lett tolkningsbart datautvalg.
- Sortering av dataForhåndsvisning
- Utfordring: Sortering Etter BefolkningForhåndsvisning
- Sortering Etter Flere KolonnerForhåndsvisning
- Utfordring: Dobbel-SorteringsspørringForhåndsvisning
- Spesifisere SorteringsretningForhåndsvisning
- Utfordring: Sorter Landene Etter Region og HovedstadForhåndsvisning
- Utfordring: Sorter Hovedsteder i Synkende RekkefølgeForhåndsvisning
- Utfordring: Sorter Land i Stigende RekkefølgeForhåndsvisning
- Utfordring: Finn Land, Deres ID-er og Deres BefolkningForhåndsvisning
- Utfordring: Finn Land, ID-er, Befolkninger, Regioner og Sorter DemForhåndsvisning
- Utfordring: Finn alle kontinenter og sorter dem i stigende rekkefølgeForhåndsvisning
I denne delen skal vi lære hvordan man filtrerer returnerte data ved hjelp av WHERE-klausulen i SELECT-setningen. Vi skal lære hvordan man tester for likhet, ulikhet, større og mindre enn verdier, samt NULL-verdier.
I denne delen skal vi utforske hvordan du kan forbedre søkebetingelsene ved å kombinere WHERE-setninger med AND- og OR-operatorene. Vi vil også gjennomgå hvordan NOT-operatoren kan brukes til å ekskludere bestemte resultater.
I denne delen skal vi lære hva SQL-aggregatfunksjoner er og hvordan de brukes til å oppsummere tabelldata.
- AVG()-FunksjonenForhåndsvisning
- Utfordring: Valg av OverflatearealForhåndsvisning
- COUNT()-FunksjonenForhåndsvisning
- Utfordring: Kontinental TellingForhåndsvisning
- MAX()-FunksjonenForhåndsvisning
- MIN()-FunksjonenForhåndsvisning
- Utfordring: Stort Gjennomsnittlig OverflatearealForhåndsvisning
- SUM()-FunksjonenForhåndsvisning
Module 4 / Videregående SQL
I denne seksjonen vil du lære hvordan du grupperer og håndterer data effektivt. Vi vil introdusere GROUP BY-operatøren for å gruppere data. I tillegg vil du lære hvordan du filtrerer grupperte data ved hjelp av HAVING-operatøren.
- GROUP BY-KlausulForhåndsvisning
- Rekkefølge av UtsagnForhåndsvisning
- Utfordring: Total Kjøretid for Hver T-banelinjeForhåndsvisning
- Gjennomsnittlig Elevkarakter UtfordringForhåndsvisning
- Søker Etter de Beste Matematikkstudentene UtfordringForhåndsvisning
- Having-KlausulForhåndsvisning
- Flere Aggregeringsfunksjoner i SpørringenForhåndsvisning
- Mer Kompleks FiltreringForhåndsvisning
Du vil lære om nestede underforespørsler, hvordan du oppretter dem, og hvordan du bruker dem effektivt.
- Nestede SpørringerForhåndsvisning
- Utfordring: Ansatte i Ikke-Tekniske AvdelingerForhåndsvisning
- Bruk av Indre Underforespørsler i the FROM-SeksjonenForhåndsvisning
- Utfordring: Ansatte med Mer enn Gjennomsnittlig LønnForhåndsvisning
- Union-KlausulForhåndsvisning
- Utfordring: Kombinere TabellresultaterForhåndsvisning
Her vil du lære hvordan du kan kombinere flere tabeller, slik at du kan jobbe med en samlet tabell og forenkle opprettelsen av spørringer.
- JOIN 2 TabellerForhåndsvisning
- Utfordring: Få Kategori Etter ProduktprisForhåndsvisning
- Utfordring: Få Minimumspris Etter KategoriForhåndsvisning
- Utfordring: Få Produktmengde Etter KategoriForhåndsvisning
- Venstre, Høyre og Indre JoinsForhåndsvisning
- Utfordring: Tabell JoinForhåndsvisning
- Utfordring: Bruk av FULL JOINForhåndsvisning
Lær det grunnleggende om Data Definition Language (DDL) og Data Manipulation Language (DML) i SQL, inkludert hvordan du oppretter, endrer og sletter databaseobjekter, samt hvordan du setter inn, oppdaterer og sletter data i tabeller.
Module 5 / Introduction to .NET with C#
In this section we will learn about what is .NET, how to setup the development environment and how to start making some console apps. Apart from that we will also learn how to take input from the user in the console for making interactive applications.
- What is the .NET Platform exactly?Forhåndsvisning
- Creating a Console ApplicationForhåndsvisning
- Taking input from the UserForhåndsvisning
- Task - Building a Simple CalculatorForhåndsvisning
- Dealing with Exceptions caused by User InputForhåndsvisning
- Task - Improving the CalculatorForhåndsvisning
- Reading FilesForhåndsvisning
- Writing FilesForhåndsvisning
- Task - File Based CalculatorForhåndsvisning
In this section, we will be learning how to perform multiple tasks at once to improve the performance and responsiveness of applications. We will also briefly learn what Web Services and APIs are. This will give us an introduction to how the internet and websites work. We will also learn how to use APIs.
- What is Asynchronous Programming?Forhåndsvisning
- Implementing an Asynchronous MethodForhåndsvisning
- Task - Asynchronously Reading FilesForhåndsvisning
- Introduction to APIsForhåndsvisning
- Making a GET RequestForhåndsvisning
- Task - Using an APIForhåndsvisning
- Handling Exceptions caused by HTTP RequestForhåndsvisning
- Task - Exception Handling for API ResponseForhåndsvisning
In this section we will learn what are databases, specifically what are SQL databases and how to create them. We will study their structure and will learn to perform some basic operations on the databases. This chapter will serve as an introduction to ADO.NET which is a .NET module used for interacting with databases.
- What is a Database?Forhåndsvisning
- Structure of a Relational DatabaseForhåndsvisning
- Setting Up A MySQL ServerForhåndsvisning
- Connecting to the MySQL ServerForhåndsvisning
- Task - Writing Connection StringsForhåndsvisning
- Executing CommandsForhåndsvisning
- Task - Executing MySQL CommandsForhåndsvisning
- MySqlCommand MethodsForhåndsvisning
- Task - Connecting to a MySQL Database and Executing CommandsForhåndsvisning
In this section, we'll cover the fundamental CRUD operations (Create, Read, Update, Delete) using SQL. We'll explore SQL syntax at a basic level and recap how to implement each SQL statement in C# code. While some parts may serve as a review from the previous section, this will provide a solid understanding of essential database concepts, enabling you to understand both the SQL and C# code and write it independently.
- Introduction to CRUD OperationsForhåndsvisning
- Installing & Using MySQL WorkbenchForhåndsvisning
- CREATE - Part IForhåndsvisning
- Task - Using CREATEForhåndsvisning
- CREATE - Part IIForhåndsvisning
- Task - Using INSERTForhåndsvisning
- ReadForhåndsvisning
- Task - Using SELECTForhåndsvisning
- UpdateForhåndsvisning
- Task - Using UPDATEForhåndsvisning
- Delete - Part IForhåndsvisning
- Delete - Part IIForhåndsvisning
- Task - Using DELETEForhåndsvisning
In this chapter we will learn about additional functions or methods for making database management more efficient. For-example executing multiple SQL commands at once using Stored Procedures, and retrieving data in bulk from the SQL database using DataSet.
Module 6 / HTML Essentials
Get an introduction to the web and HTML, including the significance of tags, elements, and attributes. Learn about the basic structure of an HTML document and the brief history of the web.
Master the essentials of HTML markup, focusing on special text formatting and lists, understanding their significance in structuring content within an HTML document. Dive into the intricacies of HTML document structure while refining text markup techniques.
- HTML Document Structure ExplainedForhåndsvisning
- Challenge: Structuring an HTML DocumentForhåndsvisning
- Using Headings and Paragraphs in HTMLForhåndsvisning
- Challenge: Mastering Text MarkupForhåndsvisning
- Enhancing Text and Interactivity in HTMLForhåndsvisning
- Challenge: Applying Special Text MarkupForhåndsvisning
- Creating and Using Lists in HTMLForhåndsvisning
- Challenge: Structuring Content with ListsForhåndsvisning
Unlock the power of visual and auditory content in web development as you learn to seamlessly integrate images, video, and audio elements into HTML documents. Explore the nuances of incorporating various media formats.
Navigate the intricacies of data presentation and user interaction with comprehensive coverage of tables and forms in HTML, encompassing table structures, form creation, and input elements. Gain proficiency in implementing form input elements and leveraging attributes for enhanced functionality.
- Creating and Structuring HTML TablesForhåndsvisning
- Challenge: Working with TablesForhåndsvisning
- Building HTML FormsForhåndsvisning
- Challenge: Building a Web FormForhåndsvisning
- Using Form Inputs and Labels EffectivelyForhåndsvisning
- Challenge: Applying Form Inputs and LabelsForhåndsvisning
- HTML Input Attributes for Enhanced FunctionalityForhåndsvisning
Elevate your HTML skills to the next level by delving into semantic HTML elements, empowering you to create well-structured and accessible web content. Embark on building your first website, applying newfound knowledge to bring your ideas to life.
Module 7 / CSS Fundamentals
Learn what CSS is, how to connect it with HTML, and how to style HTML elements using selectors. Explore foundational concepts like text colors, user action pseudo-classes, and variables in CSS.
- What is CSS and Why is it Important?Forhåndsvisning
- Linking CSS to an HTML DocumentForhåndsvisning
- Mastering CSS Selectors for Styling HTML ElementsForhåndsvisning
- Challenge: Apply Your First CSS StylesForhåndsvisning
- Challenge: Style with Class SelectorsForhåndsvisning
- Enhancing Styles with User Action Pseudo-ClassesForhåndsvisning
- Challenge: Apply User Action Pseudo-ClassesForhåndsvisning
- Changing Text Colors in CSSForhåndsvisning
- Optimizing Workflow for Efficient CSS CodingForhåndsvisning
- Challenge: Use Variables for Better CSS ManagementForhåndsvisning
Discover how to style and format text on your web pages. Learn to apply custom fonts and explore various font properties to enhance the appearance of text.
Learn the fundamentals of the box model, which defines the layout and spacing of elements on a web page. Explore concepts such as box sizing, adding space to elements, working with block-level and inline elements, and utilizing structural and functional pseudo-classes for advanced styling.
- What is the CSS Box Model?Forhåndsvisning
- Understanding Box Sizing in CSSForhåndsvisning
- Adding Space with Margins and PaddingForhåndsvisning
- Challenge: Apply Box Sizing to ElementsForhåndsvisning
- Using Structural and Functional Pseudo-ClassesForhåndsvisning
- Challenge: Practice Structural Pseudo-ClassesForhåndsvisning
- Understanding Block, Inline, and Inline-Block ElementsForhåndsvisning
- Working with Block-Level ElementsForhåndsvisning
- Working with Inline ElementsForhåndsvisning
- Challenge: Predict Page Layout with Different Element TypesForhåndsvisning
Discover Flexbox, a powerful CSS layout method for arranging elements in rows and columns. Learn how to control the direction, alignment, and spacing of elements horizontally and vertically, as well as customize individual flex items for precise layouts.
- What is Flexbox and Why Use It?Forhåndsvisning
- Setting the Flex Direction for LayoutsForhåndsvisning
- Justifying Content Horizontally in FlexboxForhåndsvisning
- Aligning Items Vertically in FlexboxForhåndsvisning
- Understanding Flex Item PropertiesForhåndsvisning
- Challenge: Apply Flexbox ConceptsForhåndsvisning
- Challenge: Build a Layout with FlexboxForhåndsvisning
Learn how to enhance the visual appeal of your web pages with CSS. Explore techniques for applying background colors and images, styling images, using decorative pseudo-elements, and adding shadows to create stunning designs.
- Using Background Colors for DesignForhåndsvisning
- Applying Background Images to ElementsForhåndsvisning
- Working with Images in CSSForhåndsvisning
- Creating Effects with Decorative Pseudo-ElementsForhåndsvisning
- Adding Shadows for Depth and StyleForhåndsvisning
- Challenge: Implement Decorative Effects in CSSForhåndsvisning
- Further StepsForhåndsvisning
Module 8 / Advanced CSS Techniques
Research what learners can expect from this advanced HTML and CSS styling course. What do you need to know before starting the course? What topics will be covered in it?
Position and manage elements on the web pages. Learn about the different positioning properties, discover how to use the stacking order to control the visibility of elements that overlap each other, and finally, handle content overflow.
- Understanding CSS PositioningForhåndsvisning
- Relative Positioning ExplainedForhåndsvisning
- Challenge: Apply Relative PositioningForhåndsvisning
- Absolute Positioning in CSSForhåndsvisning
- Challenge: Implement Absolute PositioningForhåndsvisning
- Fixed Positioning for Sticky UI ElementsForhåndsvisning
- Challenge: Work with Fixed PositioningForhåndsvisning
- Sticky Positioning for Dynamic LayoutsForhåndsvisning
- Challenge: Master Sticky PositioningForhåndsvisning
- Managing the Stacking Order of ElementsForhåndsvisning
- Challenge: Control Z-Index and Overlapping ElementForhåndsvisning
- Handling Content Overflow in CSSForhåndsvisning
Research the power of transitions and learn how to improve the user experience. Discover how to liven properties smoothly and gradually, creating seamless state transitions.
- Introduction to CSS TransitionsForhåndsvisning
- Choosing the Right Transition PropertiesForhåndsvisning
- Setting Transition Duration for EffectsForhåndsvisning
- Customizing Transitions with Timing FunctionsForhåndsvisning
- Adding Delay to CSS TransitionsForhåndsvisning
- Combining TransitionsForhåndsvisning
- Challenge: Add a Smooth Transition EffectForhåndsvisning
Learn about the animation property and how it can be used to create dynamic and engaging designs. Discover how to create complex animations using keyframes and how to control the animation.
Explore the transformation property, which allows modifying the appearance and position of elements on a webpage. Learn how to scale, rotate, skew, and translate elements in two and three dimensions. Combine multiple transformations to create more complex effects.
- Introduction to CSS TransformationsForhåndsvisning
- Scaling ElementsForhåndsvisning
- Rotating Elements in 2D and 3DForhåndsvisning
- Challenge: Apply Scaling & RotationForhåndsvisning
- Translating Elements for Dynamic EffectsForhåndsvisning
- Skewing Elements for Unique DesignsForhåndsvisning
- Using Perspective for Depth EffectsForhåndsvisning
- Challenge: Combine Translation and SkewingForhåndsvisning
The principles and techniques used in adaptive/responsive design aim to make websites and applications accessible and visually appealing across different devices, screen sizes, and orientations.
Learn about preprocessors in CSS and how they can help to write more efficient and maintainable code. Understand how to use preprocessors to simplify the workflow and generate cleaner CSS code.
- Introduction to CSS PreprocessorsForhåndsvisning
- Understanding Sass Syntax for Better CSSForhåndsvisning
- Using Sass Variables for Reusable StylesForhåndsvisning
- Performing Calculations with Sass Numeric OperatorsForhåndsvisning
- Nesting Styles for Cleaner CodeForhåndsvisning
- Extending Styles with the @extend DirectiveForhåndsvisning
- Organizing Sass Files for Scalable ProjectsForhåndsvisning
Module 9 / Introduksjon til JavaScript
Oppdag det grunnleggende i JavaScript, inkludert formålet og syntaksen. Lær hvordan du arbeider med konsollen for utdata og bruker kommentarer for å organisere og dokumentere koden din. Disse grunnleggende ferdighetene vil forberede deg på en dypere utforskning av JavaScripts muligheter.
Utforsk byggesteinene i JavaScript ved å skille mellom bokstavelige verdier og variabler. Forstå de grunnleggende datatypene, inkludert `null` og arrays, og lær hvordan du manipulerer dem ved hjelp av array-metoder.
- Forståelse av Variabler i JavaScriptForhåndsvisning
- Utfordring: Definer VariabelenForhåndsvisning
- Bruk av const for KonstanterForhåndsvisning
- Utforsker JavaScript-DatatyperForhåndsvisning
- Arbeide med Null i JavaScriptForhåndsvisning
- Introduksjon til ArraysForhåndsvisning
- Arraymetoder og ManipuleringForhåndsvisning
- Utfordring: Utfør Array-OperasjonerForhåndsvisning
Lær hvordan du manipulerer JavaScript's datatyper gjennom essensielle operasjoner. Mestre tildeling, matematiske operasjoner, inkrementering og dekrementering, sammenligninger, logiske operasjoner og strengsammenkobling.
- Forståelse av TildelingsoperatorerForhåndsvisning
- Matematiske Operasjoner i JavaScriptForhåndsvisning
- Tilordningsoperatorer i JavaScriptForhåndsvisning
- Inkrement- og DekrementoperatorerForhåndsvisning
- Utfordring: Variableoperasjoner PraksisForhåndsvisning
- Sammenligningsoperatorer i JavaScriptForhåndsvisning
- Logiske Operatører ForklartForhåndsvisning
- Utfordring: Sammenlign Variabler i JavaScriptForhåndsvisning
- Konkatenere Strenger i JavaScriptForhåndsvisning
- Utfordring: Bygg Setninger med JavaScriptForhåndsvisning
Oppdag hvordan du kan kontrollere flyten i programmene dine med betingede utsagn. Mestre `if`, `else` og `else if` for å instruere JavaScript om å ta beslutninger og utføre kode basert på forskjellige betingelser.
Effektiviser koden din ved å mestre JavaScripts løkkestrukturer. Utforsk `while`, `do while` og `for`-løkker, og lær hvordan du kontrollerer deres oppførsel ved hjelp av `break` og `continue`. Lås opp kraften i løkker for å utføre repeterende oppgaver effektivt.
- Forståelse av the While-Løkken i JavaScriptForhåndsvisning
- Bruk av Do While-løkken for IterasjonForhåndsvisning
- Utfordring: Skriv ut Tall fra 5 til 9Forhåndsvisning
- Beherske the For-Løkken i JavaScriptForhåndsvisning
- Utfordring: Console Tigre med LøkkerForhåndsvisning
- Bryte ut av Løkker med BreakForhåndsvisning
- Hoppe Over Iterasjoner med ContinueForhåndsvisning
- Utfordring: Stopp og Hopp Over i LoopsForhåndsvisning
Oppdag kraften i funksjoner i JavaScript. Lær hvordan du definerer funksjoner, arbeider med argumenter, og bruker `return`-setningen for å lage gjenbrukbar og effektiv kode. Å mestre funksjoner vil forbedre din evne til å skrive rene og modulære programmer.
- Hva Er Funksjoner i JavaScript?Forhåndsvisning
- Definere Funksjoner i JavaScriptForhåndsvisning
- Utfordring: Skriv en Funksjon – Mitt NavnForhåndsvisning
- Effektiv Bruk av FunksjonsargumenterForhåndsvisning
- Returnere Verdier fra FunctionsForhåndsvisning
- Utfordring: Lag en SumfunksjonForhåndsvisning
- Kursoppsummering og Neste TrinnForhåndsvisning
Module 10 / JavaScript Data Structures
Get a clear roadmap of what's to come, understand the prerequisites, and learn valuable tips to set you up for success as you delve into objects, arrays, and essential programming concepts.
Explore the core concepts of JavaScript objects. This section covers the fundamentals of object creation, property management, and method implementation.
- Understanding Objects in JavaScriptForhåndsvisning
- Creating Objects in JavaScriptForhåndsvisning
- Working with Nested Object PropertiesForhåndsvisning
- Challenge: Create and Structure an ObjectForhåndsvisning
- Accessing Object Properties in JavaScriptForhåndsvisning
- Challenge: Retrieve Object Property ValuesForhåndsvisning
- Managing Object PropertiesForhåndsvisning
- Challenge: Modify and Extend an ObjectForhåndsvisning
- Defining Object MethodsForhåndsvisning
- Using Properties within MethodsForhåndsvisning
- Challenge: Work with Object MethodsForhåndsvisning
- Fundamentals of JavaScript Objects Sum-UpForhåndsvisning
Dive into advanced techniques for working with JavaScript objects. This section delves into various strategies to efficiently manipulate and interact with objects.
- Iterating Over Object Properties with the for...in LoopForhåndsvisning
- Challenge: Explore Object Properties with IterationForhåndsvisning
- Using hasOwnProperty() to Check Object PropertiesForhåndsvisning
- Challenge: Object Property Iteration with hasOwnProperty()Forhåndsvisning
- Cloning and Merging Objects with the Spread OperatorForhåndsvisning
- Challenge: Combine Objects with the Spread OperatorForhåndsvisning
- Destructuring Objects for Cleaner CodeForhåndsvisning
- Challenge: Extract Data with Object DestructuringForhåndsvisning
- Advanced Object Manipulation Sum-UpForhåndsvisning
Embark on a journey into the JavaScript arrays. This section provides a strong foundation for creating arrays, managing elements, and executing basic array operations.
- Understanding JavaScript ArraysForhåndsvisning
- Challenge: Access Array ElementsForhåndsvisning
- Modifying Arrays and Accessing ElementsForhåndsvisning
- Challenge: Modify Array ElementsForhåndsvisning
- Iterating Over Arrays with the for LoopForhåndsvisning
- Challenge: Loop Through Arrays with forForhåndsvisning
- Using the for...of Loop for Array IterationForhåndsvisning
- Challenge: Efficient Array Iteration with for...ofForhåndsvisning
- Mastering JavaScript Arrays Sum-UpForhåndsvisning
Master the advanced array manipulation skills, covering various techniques and methods for handling arrays effectively in multiple scenarios.
- Transforming Arrays with the map() MethodForhåndsvisning
- Challenge: Modify Array Elements Using map()Forhåndsvisning
- Filtering Arrays with the filter() MethodForhåndsvisning
- Challenge: Select Specific Data Using filter()Forhåndsvisning
- Finding Elements in an Array with the find() MethodForhåndsvisning
- Challenge: Search for Items Using find()Forhåndsvisning
- Sorting Arrays with the sort() MethodForhåndsvisning
- Challenge: Sort and Extract Data with sort()Forhåndsvisning
- Advanced Array Methods and Transformations Sum-UpForhåndsvisning
- Course SummaryForhåndsvisning
Module 11 / React Mastery
Gain an understanding of the core principles of React. You'll learn about JSX (JavaScript XML), building reusable UI components, and rendering elements. Additionally, you'll explore the importance of data collection and conditional rendering in React applications. By the end of this section, you'll have a solid foundation of React's essential concepts, setting you up for success in the more advanced topics covered in the following sections.
- What Is React and Why Use It?Forhåndsvisning
- Comparing SPAs and MPAs in Web DevelopmentForhåndsvisning
- How React Works with the Virtual DOMForhåndsvisning
- Introducing JSX for Writing HTML in JavaScriptForhåndsvisning
- Building Complex UI with JSXForhåndsvisning
- Rendering Elements in ReactForhåndsvisning
- Challenge: Render an Element in ReactForhåndsvisning
- Understanding React ComponentsForhåndsvisning
- Passing Data with Props in ReactForhåndsvisning
- Challenge: Create Functional ComponentsForhåndsvisning
- Conditional Rendering in ReactForhåndsvisning
- Challenge: Implement Conditional Rendering – Chat NotificationForhåndsvisning
- Challenge: Implement Conditional Rendering – Bank AlertForhåndsvisning
- Rendering Collections of Data in ReactForhåndsvisning
- Challenge: Display Data Collections in ReactForhåndsvisning
- React Fundamentals Wrap-UpForhåndsvisning
Explore the various methods of adding styles to the React applications. You will learn how to apply styles to individual components, use dynamic styles, and maintain a scalable and maintainable styling approach in your projects.
- Introduction to Styling in ReactForhåndsvisning
- Using Inline Styles in ReactForhåndsvisning
- Applying Inline Styles in PracticeForhåndsvisning
- Challenge: Use Inline Styles in a React ComponentForhåndsvisning
- Styling React Components with External CSSForhåndsvisning
- Applying External CSS in PracticeForhåndsvisning
- Challenge: Apply External CSS to a React AppForhåndsvisning
- Using CSS Modules for Scoped Styling in ReactForhåndsvisning
- Organizing File and Folder Structures for StylesForhåndsvisning
- Challenge: Use CSS Modules in ReactForhåndsvisning
- Styling Techniques in React Wrap-UpForhåndsvisning
Powerful features in modern React development. Hooks revolutionize how we write functional components, providing a concise and intuitive way to manage state and perform side effects. Conversely, Context allows us to share data through the component tree without prop drilling. Combining hooks and Context enables efficient state management and simplified data sharing in React applications.
- Introduction to React Hooks and ContextForhåndsvisning
- Managing State with the useState HookForhåndsvisning
- Challenge: Toggle Visibility with useStateForhåndsvisning
- Working with References Using the useRef HookForhåndsvisning
- Challenge: Build a Controlled Form ComponentForhåndsvisning
- Handling Side Effects with the useEffect HookForhåndsvisning
- Challenge: Fetch and Display Data with useEffectForhåndsvisning
- Optimizing Performance with the useMemo HookForhåndsvisning
- Challenge: Implement a Car List Filter with useMemoForhåndsvisning
- Sharing State Across Components with ContextForhåndsvisning
- Using Context in a Real-World ScenarioForhåndsvisning
- Challenge: Build a World of Astronomy App with ContextForhåndsvisning
- React Hooks and Context Wrap-UpForhåndsvisning
Step-by-step guide on how to start a real-world React project. From setting up your development environment to understanding project organization and critical tools, you'll gain the knowledge and confidence to embark on your React journey.
- Setting Up Your React Development EnvironmentForhåndsvisning
- Choosing a Code Editor for React DevelopmentForhåndsvisning
- Organizing the Project Folder StructureForhåndsvisning
- Working with the Terminal in React DevelopmentForhåndsvisning
- Starting and Running a React Project with ViteForhåndsvisning
- React Project Setup Wrap-UpForhåndsvisning
Module 12 / React Router Essentials
Learn the theoretical basics of concepts such as URL, domain, protocol, query parameters, and more. Understand the significance of routing in web applications and why we need the React Router library.
Discover how to create an entire React application from scratch, with the ability to display content that adapts based on the URL using React Router functionality.
- Overview of the Multi-Page WebsiteForhåndsvisning
- Installing React RouterForhåndsvisning
- Enabling Routing in a React AppForhåndsvisning
- Defining Routes for NavigationForhåndsvisning
- Recap: First Steps in React RouterForhåndsvisning
- Optimizing Imports with Lazy LoadingForhåndsvisning
- Implementing a Fallback ComponentForhåndsvisning
- Recap: Second Steps in React RouterForhåndsvisning
- Creating and Managing NavigationForhåndsvisning
- Exploring React Router's Complete LogicForhåndsvisning
- Recap of React Router FundamentalsForhåndsvisning
Explore using query strings for sharing and managing application state via URLs, work with different data types in query parameters, and leverage React Router for navigation and effects based on URL changes.
- OverviewForhåndsvisning
- Understanding Query Strings in URLsForhåndsvisning
- Setting Up a React ComponentForhåndsvisning
- Inspecting Recent ChangesForhåndsvisning
- Working with Query ParametersForhåndsvisning
- Integrating useSearchParams HookForhåndsvisning
- Final AppForhåndsvisning
- React Router Course SummaryForhåndsvisning
Module 13 / Advanced C# with .NET
In this section, we will learn what MAUI is, and how to set up a .NET MAUI application. We will also look at the structure of an MAUI application, and in the end, we will learn how to add some basic elements to our UI. This section will prepare us for the rest of the course where we will be working with more practical concepts.
In this section we will learn about delegates, events and data binding. Using this knowledge we will learn how to make interesting interactive GUI applications.
In this section, we will learn what Threading is and how to use it to keep our applications responsive, and run smoothly while performing resource intensive tasks. We will see how to differs from other similar concepts on C# and what are good practices when implementing Threading in our application. There will also be some interesting tasks to help us in understand this concept on a deeper level.
In this section, we will learn how to make more robust methods, classes and other objects which can work multiple types of input data types, by first learning about Generics and how to implement generic classes, then we will move on to Reflection and how to use reflection for further improving the capabilities of our programs.
- What are Generics?Forhåndsvisning
- Implementing Generic MethodsForhåndsvisning
- Task - Implementing a Generic MethodForhåndsvisning
- Implementing Generic ClassesForhåndsvisning
- Task - Implementing a Generic ClassForhåndsvisning
- Introduction to ReflectionForhåndsvisning
- Basic ReflectionForhåndsvisning
- Task - ReflectionForhåndsvisning
- What's Next?Forhåndsvisning
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
Det viktigste er å lære og ikke gi opp
Materialet er bra, det er mye å lære, alt for å bli bedre, og det viktigste er å lære det du ønsker....
Matteo Comune
Takket være dem lærer jeg mye…
Takket være dem lærer jeg mye raskere fordi de hjelper deg med å forstå alt fra grunnen av. Det er den beste nettsiden for folk uten IT-bakgrunn...
Yuliana Cadavid
Flott kurs for nybegynnere
Flott kurs for nybegynnere, de tester kunnskapen din i hver leksjon....
Elpunzon
Jeg nyter min Codefinity-opplevelse…
Jeg nyter min Codefinity-opplevelse med å lære Python. Den selvstyrte læringsmåten er flott fordi jeg kan tilpasse den til timeplanen min...
Alexandru Alexandru
Det er hyggelig å lære fra Codefinity
Det er hyggelig å lære fra Codefinity. Det er enkelt og har gode eksempler på det jeg lærte her...
jacob Templet
Easy to follow along with and provides…
Lett å følge med på og gir utfordring i hverdagen min. Utfordringen får meg til å ville lære dag etter dag...
Elan
Codefinity er et omfattende læringsverktøy…
Codefinity er et omfattende læringsverktøy som hjelper deg med å utvikle ferdighetene dine som programvareingeniør eller datavitenskapsmann. Øvelsene er morsomme og en god måte å skjerpe ferdighetene dine på...
Thibault
Første gang jeg lærer å programmere
Første gang jeg lærer å programmere og lykkes med det takket være Codefinity – Takk!...
Adrien Morel
Godt designet for totale nybegynnere
Godt designet for totale nybegynnere, med inkrementell fremgang som gir meg selvtillit....
_Gracy
det er rett og slett perfekt forklart.
Det er rett og slett perfekt forklart! Så langt har jeg ikke opplevd noen vanskeligheter fordi alt er så godt organisert....
Ruslan Kravchuk
Det viktigste er å lære og ikke gi opp
Materialet er bra, det er mye å lære, alt for å bli bedre, og det viktigste er å lære det du ønsker....
Matteo Comune
Takket være dem lærer jeg mye…
Takket være dem lærer jeg mye raskere fordi de hjelper deg med å forstå alt fra grunnen av. Det er den beste nettsiden for folk uten IT-bakgrunn...
Yuliana Cadavid
Flott kurs for nybegynnere
Flott kurs for nybegynnere, de tester kunnskapen din i hver leksjon....
Elpunzon
Jeg nyter min Codefinity-opplevelse…
Jeg nyter min Codefinity-opplevelse med å lære Python. Den selvstyrte læringsmåten er flott fordi jeg kan tilpasse den til timeplanen min...
Alexandru Alexandru
Det er hyggelig å lære fra Codefinity
Det er hyggelig å lære fra Codefinity. Det er enkelt og har gode eksempler på det jeg lærte her...
jacob Templet
Easy to follow along with and provides…
Lett å følge med på og gir utfordring i hverdagen min. Utfordringen får meg til å ville lære dag etter dag...
Elan
Codefinity er et omfattende læringsverktøy…
Codefinity er et omfattende læringsverktøy som hjelper deg med å utvikle ferdighetene dine som programvareingeniør eller datavitenskapsmann. Øvelsene er morsomme og en god måte å skjerpe ferdighetene dine på...
Thibault
Første gang jeg lærer å programmere
Første gang jeg lærer å programmere og lykkes med det takket være Codefinity – Takk!...
Adrien Morel
Godt designet for totale nybegynnere
Godt designet for totale nybegynnere, med inkrementell fremgang som gir meg selvtillit....
_Gracy
det er rett og slett perfekt forklart.
Det er rett og slett perfekt forklart! Så langt har jeg ikke opplevd noen vanskeligheter fordi alt er så godt organisert....
Data Engineer
Sertifikat for fullføring
Vis frem dine nyervervede ferdigheter. Du har fortjent det
Discover more
Learning tracks
Kun for Ultimate
1 Kurs
1 Prosjekt
0 Task
Kun for Ultimate
7 Kurs
345 Oppgaver
Kun for Ultimate
4 Kurs
98 Oppgaver
Kun for Ultimate
5 Kurs
145 Oppgaver
Kun for Ultimate
4 Kurs
115 Oppgaver
Kun for Ultimate
6 Kurs
101 Oppgaver
Kun for Ultimate
6 Kurs
195 Oppgaver
Kun for Ultimate
5 Kurs
135 Oppgaver
Kun for Ultimate
3 Kurs
1 Prosjekt
125 Oppgaver
Kun for Ultimate
7 Kurs
376 Oppgaver
Kun for Ultimate
4 Kurs
143 Oppgaver
Kun for Ultimate
5 Kurs
180 Oppgaver
Kun for Ultimate
5 Kurs
165 Oppgaver
Kun for Ultimate
6 Kurs
308 Oppgaver
Kun for Ultimate
6 Kurs
252 Oppgaver
Kun for Ultimate
8 Kurs
2 Prosjekter
185 Oppgaver
Kun for Ultimate
2 Kurs
80 Oppgaver
Kun for Ultimate
7 Kurs
293 Oppgaver
Kun for Ultimate
1 Prosjekt
0 Task
Kun for Ultimate
2 Kurs
21 Oppgaver
Kun for Ultimate
5 Kurs
139 Oppgaver
Kun for Ultimate
2 Kurs
0 Task
Kun for Ultimate
4 Kurs
81 Oppgaver
Kun for Ultimate
13 Kurs
555 Oppgaver
Kun for Ultimate
1 Kurs
0 Task
Kun for Ultimate
0 Task
Kun for Ultimate
6 Kurs
180 Oppgaver
Kun for Ultimate
3 Kurs
70 Oppgaver
Kun for Ultimate
7 Kurs
282 Oppgaver
Kun for Ultimate
5 Kurs
239 Oppgaver
Kun for Ultimate
4 Kurs
125 Oppgaver
Kun for Ultimate
3 Kurs
119 Oppgaver
Kun for Ultimate
1 Kurs
15 Oppgaver
Kun for Ultimate
3 Kurs
75 Oppgaver
Kun for Ultimate
3 Kurs
41 Oppgaver
Kun for Ultimate
2 Kurs
151 Oppgaver
Kun for Ultimate
3 Kurs
61 Oppgaver
Kun for Ultimate
2 Kurs
1 Prosjekt
38 Oppgaver
Kun for Ultimate
3 Kurs
36 Oppgaver
Kun for Ultimate
2 Kurs
1 Prosjekt
38 Oppgaver
Kun for Ultimate
5 Kurs
134 Oppgaver
Kun for Ultimate
4 Kurs
159 Oppgaver
Kun for Ultimate
4 Kurs
154 Oppgaver
Learning tracks
spor
TEST TRACK 12
Nybegynner
4.0
(8247)
spor
Full Stack Webutvikling
Nybegynner
4.5
(59)
spor
Bli en React-Utvikler
Middelsnivå
4.9
(7)
spor
Mestring av Datavisualisering
Middelsnivå
4.6
(7)
spor
SQL fra Nybegynner til Ekspert
Nybegynner
4.7
(93)
spor
C++-Grunnleggende
Nybegynner
4.4
(17)
spor
Python fra Null til Helt
Nybegynner
4.7
(284)
spor
Overvåket Maskinlæring
Middelsnivå
4.9
(7)
spor
Python Utover Mellomnivå
Nybegynner
4.7
(3)
spor
Java Essensielt
Nybegynner
4.3
(9)
spor
Spillutvikling med Unity
Nybegynner
4.6
(7)
spor
Become a Django Developer
Avansert
4.5
(28)
spor
Flask for Dummies
Middelsnivå
4.5
(32)
spor
Grunnleggende Innen Frontend-Utvikling
Nybegynner
4.6
(53)
spor
Web Developer from Zero to Hero
Nybegynner
4.6
(57)
spor
Preparation for Data Science
Middelsnivå
4.5
(11)
spor
Deep Learning Odyssey
Avansert
5.0
(3)
spor
Webutvikling med C#
Nybegynner
4.8
(98)
spor
TEST E2E TRACK BEGINNER
Nybegynner
spor
Test Track
4.7
(3)
spor
Skilled Python BackEnd Developer
Avansert
4.7
(261)
spor
Test Recalculate
Nybegynner
spor
Excel-Essensielt
Nybegynner
4.5
(39)
spor
Full-Stack .NET Developer Journey
Middelsnivå
4.8
(129)
spor
Test track with rating
Avansert
4.0
(4)
spor
TEST TEST TRACK
Nybegynner
spor
Dataanalytiker Grunnlag
Nybegynner
4.7
(116)
spor
C++ Mastery
Avansert
spor
Java Web
Avansert
4.5
(31)
spor
Bli en QA-Ingeniør
Nybegynner
4.5
(44)
spor
Video Production With Adobe
Nybegynner
spor
UI/UX Designverktøy
Nybegynner
spor
Test image upload track
Nybegynner
spor
Essensielle Kontorferdigheter
Nybegynner
4.6
(24)
spor
GitHub from Zero to Hero
Nybegynner
spor
No-Code Website Development
Nybegynner
spor
C Programming & Low-Level Development
Nybegynner
spor
testes
Nybegynner
4.7
(3)
spor
Test translation track
Middelsnivå
spor
Test CMS Track
Nybegynner
4.7
(3)
spor
Python for Data Analysis
Middelsnivå
4.6
(9)
spor
Digital Marketing Essentials
Nybegynner
spor
Complete Social Media Management
Nybegynner
Become a Development expert
Interactive exercises
Learning videos
AI-assistant on all courses
Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams