

Usikker på hvor
starte?
Track
Sertifikat
Frontend Development Foundations
4.6+
★★★★★
★★★★★
52 omtaler
Beginner
Explore the foundational pillars of every web developer's skillset. Begin with HTML, where you'll learn to structure web content, create intuitive navigation, and seamlessly incorporate multimedia elements. Vis mer
HTML/CSS
JavaScript
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
- Build structured and accessible web pages using HTML to create a strong foundation
- Use CSS to style websites, control layout, and make pages visually appealing
- Learn JavaScript fundamentals to add interactivity, manipulate the DOM, and handle user events
- Work with JavaScript data structures, including arrays, objects, and their practical applications
- Explore advanced JavaScript topics like asynchronous programming, classes, and event-driven development
- 260 chapters
- 32 hours
- 308 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / Ultimate HTML
Explore the inner workings of the web. Learn how data travels across networks, discover the role of protocols, and unravel the mysteries of IP addresses and domain names. Gain a high-level understanding of how web browsers and servers communicate to deliver web content.
Discover the power of tags to structure content, from headings and paragraphs to lists and tables. Learn how to enhance the elements with attributes.
- Understanding HTML TagsForhåndsvisning
- Working with HTML AttributesForhåndsvisning
- Understanding Paired and Single Tags in HTMLForhåndsvisning
- Text Markup and Formatting in HTMLForhåndsvisning
- Challenge: Create Your First Web Page ParagraphForhåndsvisning
- Challenge: Build a Personal Introduction Web PageForhåndsvisning
- Challenge: Design a Movie Showcase Web PageForhåndsvisning
- Using Links and Buttons in HTMLForhåndsvisning
- Challenge: Create Links to Popular WebsitesForhåndsvisning
- Validating Your HTML Code for Best PracticesForhåndsvisning
The core of HTML document structure. Learn the components of an HTML document, including the doctype declaration, head, and body. Understand the purpose of each element and how they contribute to the overall structure of a webpage.
- The Secrets Behind Well-Structured Web PagesForhåndsvisning
- Understanding HTML Document StructureForhåndsvisning
- The Role of the Document HeadForhåndsvisning
- Managing Document Flow and LayoutForhåndsvisning
- Challenge: Structure an HTML Document CorrectlyForhåndsvisning
- Using Developer Tools for HTML Inspection and DebuggingForhåndsvisning
Make a web page more appealing with the help of media such as images, audio, and video. Work with structured tabular data in the form of tables.
- Adding Images in HTMLForhåndsvisning
- Challenge: Work with ImagesForhåndsvisning
- Working with Clickable Images, Captions, and OptimizationForhåndsvisning
- Understanding Vector and Raster GraphicsForhåndsvisning
- Embedding Audio and Video for Rich Media ContentForhåndsvisning
- Challenge: Embed Audio and Video in HTMLForhåndsvisning
- Creating and Structuring Tables in HTMLForhåndsvisning
- Challenge: Design a Functional HTML TableForhåndsvisning
Explore the versatility of HTML forms. Learn to design intuitive and user-friendly forms by leveraging key concepts and techniques. Discover how forms enable user interaction and data submission on websites.
- Introduction to HTML FormsForhåndsvisning
- Fundamentals of Form Creation in HTMLForhåndsvisning
- Using Labels for Better Form AccessibilityForhåndsvisning
- Enhancing Forms with Input AttributesForhåndsvisning
- Exploring Different Input Types in HTMLForhåndsvisning
- Challenge: Create Form with Inputs and LabelsForhåndsvisning
- Working with the Textarea Element for Multi-line InputForhåndsvisning
- Using the Select Element for Dropdown MenusForhåndsvisning
- Using the Datalist Element for Predefined Input SuggestionsForhåndsvisning
- Grouping Form Elements for Better StructureForhåndsvisning
Module 2 / 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 3 / 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 4 / Introduction to JavaScript
Discover the fundamentals of JavaScript, including its purpose and syntax. Learn how to work with the console for output and use comments to organize and document your code. These foundational skills will prepare you for a deeper exploration of JavaScript's capabilities.
Explore the building blocks of JavaScript by distinguishing between literals and variables. Understand the core data types, including `null` and arrays, and learn how to manipulate them using array methods.
- Understanding Variables in JavaScriptForhåndsvisning
- Challenge: Define the VariableForhåndsvisning
- Using const for ConstantsForhåndsvisning
- Exploring JavaScript Data TypesForhåndsvisning
- Working with null in JavaScriptForhåndsvisning
- Introduction to ArraysForhåndsvisning
- Array Methods and ManipulationForhåndsvisning
- Challenge: Perform Array OperationsForhåndsvisning
Learn how to manipulate JavaScript's data types through essential operations. Master assignment, mathematical operations, incrementing and decrementing, comparisons, logical operations, and string concatenation.
- Understanding Assignment OperatorsForhåndsvisning
- Mathematical Operations in JavaScriptForhåndsvisning
- Assignment Operators in JavaScriptForhåndsvisning
- Increment and Decrement OperatorsForhåndsvisning
- Challenge: Variable Operations PracticeForhåndsvisning
- Comparison Operators in JavaScriptForhåndsvisning
- Logical Operators ExplainedForhåndsvisning
- Challenge: Compare Variables in JavaScriptForhåndsvisning
- Concatenating Strings in JavaScriptForhåndsvisning
- Challenge: Build Sentences with JavaScriptForhåndsvisning
Discover how to control the flow of your programs with conditional statements. Master `if`, `else`, and `else if` to instruct JavaScript on making decisions and executing code based on different conditions.
Streamline your code by mastering JavaScript's looping structures. Explore `while`, `do while`, and `for` loops, and learn how to control their behavior using `break` and `continue`. Unlock the power of loops to perform repetitive tasks efficiently.
- Understanding the while Loop in JavaScriptForhåndsvisning
- Using the do while Loop for IterationForhåndsvisning
- Challenge: Print Numbers from 5 to 9Forhåndsvisning
- Mastering the for Loop in JavaScriptForhåndsvisning
- Challenge: Console Tigers with LoopsForhåndsvisning
- Breaking Out of Loops with breakForhåndsvisning
- Skipping Iterations with continueForhåndsvisning
- Challenge: Stop and Skip in LoopsForhåndsvisning
Discover the power of functions in JavaScript. Learn how to define functions, work with arguments, and use the `return` statement to create reusable and efficient code. Mastering functions will enhance your ability to write clean and modular programs.
- What Are Functions in JavaScript?Forhåndsvisning
- Defining Functions in JavaScriptForhåndsvisning
- Challenge: Write a Function – My NameForhåndsvisning
- Using Function Arguments EffectivelyForhåndsvisning
- Returning Values from FunctionsForhåndsvisning
- Challenge: Create a Sum FunctionForhåndsvisning
- Course Summary & Next StepsForhåndsvisning
Module 5 / 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 6 / Advanced JavaScript Mastery
Learn the fundamentals of JavaScript classes, from class declarations to defining methods that enhance functionality. Discover how to use parameter objects effectively, manage private properties, and control access with getters and setters. Master static properties and static methods and unlock the power of class inheritance using "extends" and "super()" to build scalable and reusable code.
- Getting StartedForhåndsvisning
- Understanding Class Declarations in JavaScriptForhåndsvisning
- Challenge: Create a JavaScript ClassForhåndsvisning
- Defining Methods in JavaScript ClassesForhåndsvisning
- Challenge: Add Methods to a ClassForhåndsvisning
- Using Parameter ObjectsForhåndsvisning
- Working with Private Properties in ClassesForhåndsvisning
- Challenge: Implement Private Properties in a ClassForhåndsvisning
- Managing Properties with Getters and SettersForhåndsvisning
- Challenge: Implement Getters and Setters in a ClassForhåndsvisning
- Exploring Static Properties in JavaScriptForhåndsvisning
- Using Static Methods in JavaScriptForhåndsvisning
- Challenge: Implement Static Properties and Methods in a ClassForhåndsvisning
- Understanding Inheritance with extends and super()Forhåndsvisning
- Challenge: Implement Class Inheritance with extends and super()Forhåndsvisning
Master DOM manipulation to create dynamic, interactive web applications. Navigate and modify the DOM's structure, dynamically update content, and implement best practices for security and performance. Differentiate between properties and attributes to optimize your code.
- What Is the Document Object Model (DOM)?Forhåndsvisning
- Querying and Selecting Elements in the DOMForhåndsvisning
- Challenge: Query and Select DOM ElementsForhåndsvisning
- Understanding the DOM Hierarchy and RelationshipsForhåndsvisning
- Challenge: Navigate the DOM HierarchyForhåndsvisning
- Exploring DOM Properties in JavaScriptForhåndsvisning
- Working with Element Attributes in the DOMForhåndsvisning
- Challenge: Manage Element Properties and AttributesForhåndsvisning
- Adding Elements to the DOM DynamicallyForhåndsvisning
- Removing Elements From the DOMForhåndsvisning
- Challenge: Add and Remove DOM ElementsForhåndsvisning
- Modifying Element Styles with JavaScriptForhåndsvisning
- Challenge: Apply Dynamic Styles to DOM ElementsForhåndsvisning
Unlock the interactivity of your web applications by mastering JavaScript events. Understand event propagation, control event behavior, and implement efficient event handling for user interactions. Optimize performance with advanced techniques like event delegation.
- Introduction to Events and Event ListenersForhåndsvisning
- Understanding the Event Object in JavaScriptForhåndsvisning
- Challenge: Implement Event ListenersForhåndsvisning
- Event Propagation and Delegation ExplainedForhåndsvisning
- Challenge: Handle Event Propagation and DelegationForhåndsvisning
- Working with Keyboard and Mouse EventsForhåndsvisning
- Managing and Removing Event ListenersForhåndsvisning
Dive into asynchronous JavaScript, including callbacks, Promises, and async/await. Learn how to fetch data from APIs, integrate third-party libraries, and handle multiple requests efficiently, building skills for creating data-driven applications.
- Introduction to Asynchronous JavaScriptForhåndsvisning
- Understanding Callbacks in JavaScriptForhåndsvisning
- Handling Asynchronous Operations with PromisesForhåndsvisning
- Using Async/Await for Cleaner Asynchronous CodeForhåndsvisning
- Fetching and Working with APIs in JavaScriptForhåndsvisning
- Integrating APIs in JavaScript ApplicationsForhåndsvisning
- Challenge: Fetch and Use API DataForhåndsvisning
- Integrating Third-Party Libraries in JavaScriptForhåndsvisning
- Challenge: Work with Third-Party LibrariesForhåndsvisning
- Handling Multiple Asynchronous RequestsForhå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
5 Kurs
119 Oppgaver
Kun for Ultimate
5 Kurs
146 Oppgaver
Kun for Ultimate
4 Kurs
115 Oppgaver
Kun for Ultimate
6 Kurs
101 Oppgaver
Kun for Ultimate
6 Kurs
168 Oppgaver
Kun for Ultimate
5 Kurs
135 Oppgaver
Kun for Ultimate
2 Kurs
1 Prosjekt
57 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
252 Oppgaver
Kun for Ultimate
8 Kurs
2 Prosjekter
176 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
111 Oppgaver
Kun for Ultimate
2 Kurs
0 Task
Kun for Ultimate
3 Kurs
39 Oppgaver
Kun for Ultimate
13 Kurs
555 Oppgaver
Kun for Ultimate
13 Kurs
555 Oppgaver
Kun for Ultimate
1 Kurs
0 Task
Kun for Ultimate
0 Task
Kun for Ultimate
5 Kurs
139 Oppgaver
Kun for Ultimate
3 Kurs
71 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
2 Kurs
33 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
31 Oppgaver
Kun for Ultimate
2 Kurs
151 Oppgaver
Kun for Ultimate
3 Kurs
56 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
Learning tracks
spor
TEST TRACK 12
Nybegynner
4.0
(7146)
spor
Full Stack Web Development
Nybegynner
4.5
(58)
spor
Become a React Developer
Middelsnivå
4.9
(7)
spor
Mastering Data Visualization
Middelsnivå
4.6
(7)
spor
SQL from Zero to Hero
Nybegynner
4.7
(93)
spor
С++ Essentials
Nybegynner
4.4
(17)
spor
Python from Zero to Hero
Nybegynner
4.7
(284)
spor
Supervised Machine Learning
Middelsnivå
4.9
(7)
spor
Python Beyond Intermediate
Nybegynner
5.0
(1)
spor
Java Essentials
Nybegynner
4.3
(9)
spor
Game Development with Unity
Nybegynner
4.6
(7)
spor
Become a Django Developer
Avansert
4.4
(27)
spor
Flask for Dummies
Middelsnivå
4.5
(31)
spor
Web Developer from Zero to Hero
Nybegynner
4.6
(56)
spor
Preparation for Data Science
Middelsnivå
4.5
(11)
spor
Deep Learning Odyssey
Avansert
5.0
(3)
spor
Web Development with C#
Nybegynner
4.8
(98)
spor
TEST E2E TRACK BEGINNER
Nybegynner
spor
Test Track
Begginer
4.7
(3)
spor
Skilled Python BackEnd Developer
Avansert
4.7
(261)
spor
Test Recalculate
Nybegynner
spor
Excel Essentials
Nybegynner
4.5
(33)
spor
Full-Stack .NET Developer Journey
Middelsnivå
4.8
(129)
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
Data Analyst Foundation
Nybegynner
4.7
(111)
spor
C++ Mastery
Avansert
spor
Java Web
Avansert
4.5
(30)
spor
Become a QA Engineer
Nybegynner
4.5
(43)
spor
Video Production with Adobe
Nybegynner
spor
Digital Marketing Essentials
Nybegynner
spor
UI/UX Design Tools
Nybegynner
spor
Test image upload track
Nybegynner
spor
Essential Office Skills
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)
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