

Usikker på hvor
starte?
Track
Sertifikat
Full Stack Web Development
4.5+
★★★★★
★★★★★
58 omtaler
Beginner
Take on an exciting adventure to become a Full Stack Web Developer and master the skills to create both the front-end and back-end of web applications. This track provides a comprehensive understanding of web development, empowering you to craft complete solutions. Vis mer
HTML/CSS
JavaScript
React
Node.js
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 how websites work and build web pages using HTML and CSS
- Write JavaScript code to add interactivity, manipulate data, and handle user input
- Explore advanced JavaScript concepts like asynchronous programming and data structures
- Build modern web applications using React, including components, state management, and UI interactions
- Create and manage backend servers with Node.js and Express.js, handling requests and APIs
- 296 chapters
- 39 hours
- 345 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 / 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 4 / 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 5 / 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
Module 6 / 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 7 / Backend Development with Node.js and Express.js
Explore the Backend's crucial role and get acquainted with Node.js — a game-changing runtime environment. Uncover its advantages, learn Node.js installation, and dive into creating your first Node.js app.
Create console applications using Node.js. We will cover fundamental concepts, practical examples, and hands-on exercises to ensure we can confidently create our console applications.
- Introduction to Console Applications in Node.jsForhåndsvisning
- What are Console Applications?Forhåndsvisning
- Working with the File System in Node.jsForhåndsvisning
- Challenge: File System OperationsForhåndsvisning
- Building Command Line Interface (CLI) AppsForhåndsvisning
- Using the Commander Module for CLI AppsForhåndsvisning
- Working with the Readline ModuleForhåndsvisning
- Building a Guessing Game Console AppForhåndsvisning
- Managing Directories in Node.jsForhåndsvisning
- Directory Inspection ToolForhåndsvisning
- Summary of Console Applications in Node.jsForhåndsvisning
Delve into Express.js as a web application framework. You'll gain insights into why Express is a popular choice for web development, how to set up a basic Express application, create routes to handle various requests and understand middleware concepts.
- Introduction to Express.js in Web DevelopmentForhåndsvisning
- Why Use Express.js for Web Development?Forhåndsvisning
- Understanding HTTP RequestsForhåndsvisning
- Setting Up an Express.js ApplicationForhåndsvisning
- Creating and Managing Routes in Express.jsForhåndsvisning
- Testing APIs with PostmanForhåndsvisning
- Introduction to Middleware in Express.jsForhåndsvisning
- Using Built-in Middleware in Express.jsForhåndsvisning
- Creating Custom MiddlewareForhåndsvisning
- Summary of Key Express.js ConceptsForhåndsvisning
Learn how to build a REST API using Node.js and Express.js, step by step. This section will walk you through creating a simplified Twitter-like app, helping you master the art of developing RESTful APIs while adding a valuable project to your portfolio.
- Introduction to REST API DevelopmentForhåndsvisning
- Core Concepts of REST APIsForhåndsvisning
- Setting Up the Project StructureForhåndsvisning
- Defining the Entry Point of the APIForhåndsvisning
- Building the GET All Posts EndpointForhåndsvisning
- Building the GET Post by Id EndpointForhåndsvisning
- Building the CREATE Post EndpointForhåndsvisning
- Building the UPDATE Post by Id EndpointForhåndsvisning
- Building the DELETE Post by Id EndpointForhåndsvisning
- Running and Testing the REST APIForhåndsvisning
- Final Thoughts and Next StepsForhå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
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
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
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
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 Full Stack 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