

Usikker på hvor
starte?
Track
Sertifikat
Web Developer from Zero to Hero
4.6+
★★★★★
★★★★★
56 omtaler
Beginner
Discover the power to create captivating websites by harnessing HTML, CSS, and JavaScript. Immerse yourself in building dynamic web applications enhanced with cutting-edge frameworks and libraries. Vis mer
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
- Understand the foundational role of tags and attributes in web page creation.
- Comprehend the structuring of web documents through learning about document flow and head elements.
- Develop the ability to insert and manage images, audio, and video, enhancing web media handling.
- Gain proficiency in creating and organizing forms, mastering the use of input types and form elements.
- 241 chapters
- 28 hours
- 252 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 / 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 ProjectForhåndsvisning
- React Project Setup Wrap-UpForhåndsvisning
Module 6 / 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
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
308 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
Frontend Development Foundations
Nybegynner
4.6
(52)
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