

Usikker på hvor
starte?
Track
Certifikat!
Full Stack Web Development
4.7+
★★★★★
★★★★★
843 anmeld.
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 nu mere
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
- 346 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
Basic CSS concepts and rules to add styles to the web page.
- What is CSS?Forhåndsvisning
- Connecting HTML and CSSForhåndsvisning
- Selectors for Styling HTML ElementsForhåndsvisning
- Challenge: Add Your First StylesForhåndsvisning
- Challenge: Add The Styles using the Class NameForhåndsvisning
- User Action Pseudo-ClassesForhåndsvisning
- Challenge: User Action Pseudo-ClassesForhåndsvisning
- Text ColorsForhåndsvisning
- Effective Work with CSSForhåndsvisning
- Challenge: Variables in CSSForhåndsvisning
Set of CSS properties that are used to style the text content of HTML elements.
Concept of arranging elements according to the box model, which describes the layout and spacing of all elements.
- Box ModelForhåndsvisning
- Box SizingForhåndsvisning
- Adding Space to ElementsForhåndsvisning
- Challenge: Box-SizingForhåndsvisning
- Structural and Functional Pseudo-ClassesForhåndsvisning
- Challenge: Structural Pseudo-ClassesForhåndsvisning
- Element TypesForhåndsvisning
- Working with Block-Level ElementsForhåndsvisning
- Working with Inline ElementsForhåndsvisning
- Challenge: Predict the Page LayoutForhåndsvisning
Method of arranging the set of elements in rows and columns.
Create visually stunning and interactive web designs by using advanced CSS techniques for adding decorative elements.
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 vigtigste er at lære og ikke give op
Materialet er godt, der er meget at lære for at blive bedre, og det vigtigste er at lære det, du ønsker....
Matteo Comune
Takket være dem lærer jeg meget…
Takket være dem lærer jeg meget hurtigere, fordi de hjælper dig med at forstå alt fra bunden. Det er den bedste hjemmeside for folk uden IT-erfaring...
Yuliana Cadavid
fantastisk kursus for begyndere
fantastisk kursus for begyndere, som tester din viden i hver lektion...
Elpunzon
Jeg nyder min Codefinity-oplevelse…
Jeg nyder at lære Python med Codefinity. Den selvstyrede læringsmetode er fantastisk, fordi jeg kan tilpasse den min tidsplan...
Alexandru Alexandru
Det er rart at lære fra Codefinity
Det er rart at lære fra Codefinity. Det er nemt og har gode eksempler på, hvad jeg har lært her...
jacob Templet
Easy to follow along with and provides…
Let at følge med og giver daglige udfordringer. Udfordringen motiverer mig til at lære dag efter dag...
Elan
Codefinity er et omfattende læringsværktøj…
Codefinity er et omfattende læringsværktøj, der hjælper dig med at udvikle dine færdigheder som softwareingeniør eller datavidenskabsmand. Øvelserne er sjove og en god måde at finpudse dine evner på...
Thibault
Første gang jeg lærer at kode
Første gang jeg lærer at kode og lykkes med det hos Codefinity - tak...
Adrien Morel
Godt designet til totale begyndere
Godt designet til totale begyndere, med trinvis progression, der giver mig selvtillid....
_Gracy
det er simpelthen fuldstændig velforklaret
det er simpelthen fuldstændig velforklaret! Indtil videre har jeg ikke oplevet nogen problemer, fordi alt er så godt organiseret...
Ruslan Kravchuk
Det vigtigste er at lære og ikke give op
Materialet er godt, der er meget at lære for at blive bedre, og det vigtigste er at lære det, du ønsker....
Matteo Comune
Takket være dem lærer jeg meget…
Takket være dem lærer jeg meget hurtigere, fordi de hjælper dig med at forstå alt fra bunden. Det er den bedste hjemmeside for folk uden IT-erfaring...
Yuliana Cadavid
fantastisk kursus for begyndere
fantastisk kursus for begyndere, som tester din viden i hver lektion...
Elpunzon
Jeg nyder min Codefinity-oplevelse…
Jeg nyder at lære Python med Codefinity. Den selvstyrede læringsmetode er fantastisk, fordi jeg kan tilpasse den min tidsplan...
Alexandru Alexandru
Det er rart at lære fra Codefinity
Det er rart at lære fra Codefinity. Det er nemt og har gode eksempler på, hvad jeg har lært her...
jacob Templet
Easy to follow along with and provides…
Let at følge med og giver daglige udfordringer. Udfordringen motiverer mig til at lære dag efter dag...
Elan
Codefinity er et omfattende læringsværktøj…
Codefinity er et omfattende læringsværktøj, der hjælper dig med at udvikle dine færdigheder som softwareingeniør eller datavidenskabsmand. Øvelserne er sjove og en god måde at finpudse dine evner på...
Thibault
Første gang jeg lærer at kode
Første gang jeg lærer at kode og lykkes med det hos Codefinity - tak...
Adrien Morel
Godt designet til totale begyndere
Godt designet til totale begyndere, med trinvis progression, der giver mig selvtillid....
_Gracy
det er simpelthen fuldstændig velforklaret
det er simpelthen fuldstændig velforklaret! Indtil videre har jeg ikke oplevet nogen problemer, fordi alt er så godt organiseret...
Data Engineer
Certifikat for fuldførelse
Fremvis dine nyligt opnåede færdigheder. Du har fortjent det
Discover more
Learning tracks
Kun for Ultimate
7 Kurser
293 Opgaver
Kun for Ultimate
6 Kurser
168 Opgaver
Kun for Ultimate
4 Kurser
115 Opgaver
Kun for Ultimate
6 Kurser
101 Opgaver
Kun for Ultimate
4 Kurser
143 Opgaver
Kun for Ultimate
5 Kurser
119 Opgaver
Kun for Ultimate
3 Kurser
39 Opgaver
Kun for Ultimate
4 Kurser
96 Opgaver
Kun for Ultimate
7 Kurser
376 Opgaver
Kun for Ultimate
2 Kurser
1 Projekt
65 Opgaver
Kun for Ultimate
6 Kurser
309 Opgaver
Kun for Ultimate
5 Kurser
146 Opgaver
Kun for Ultimate
5 Kurser
135 Opgaver
Kun for Ultimate
3 Kurser
71 Opgaver
Kun for Ultimate
6 Kurser
239 Opgaver
Kun for Ultimate
5 Kurser
239 Opgaver
Kun for Ultimate
4 Kurser
125 Opgaver
Kun for Ultimate
3 Kurser
119 Opgaver
Kun for Ultimate
3 Kurser
75 Opgaver
Learning tracks
spor
Web Development with C#
Begynder
4.8
(2340)
spor
Python from Zero to Hero
Begynder
4.7
(8290)
spor
SQL from Zero to Hero
Begynder
4.7
(2577)
spor
С++ Essentials
Begynder
4.5
(471)
spor
Game Development with Unity
Begynder
4.7
(69)
spor
Become a React Developer
Mellemniveau
4.6
(65)
spor
Excel Essentials
Begynder
4.7
(284)
spor
Data Analyst Foundation
Begynder
4.8
(2473)
spor
Java Essentials
Begynder
4.7
(189)
spor
Python Beyond Intermediate
Begynder
4.6
(62)
spor
Frontend Development Foundations
Begynder
4.7
(813)
spor
Mastering Data Visualization
Mellemniveau
4.7
(554)
spor
Supervised Machine Learning
Mellemniveau
4.6
(123)
spor
C++ Mastery
Avanceret
4.8
(16)
spor
Java Web
Avanceret
4.7
(1151)
spor
Become a QA Engineer
Begynder
4.7
(708)
spor
Video Production with Adobe
Begynder
5.0
(5)
spor
UI/UX Design Tools
Begynder
5.0
(4)
spor
Essential Office Skills
Begynder
4.8
(227)
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