

Weet je niet waar
starten?
Track
Certificaat
Full-Stack .NET Developer Journey
4.8+
★★★★★
★★★★★
129 recensies
Intermediate
Learn how to create your own products and applications using one of the most popular and widely used programming languages, C#. In combination with the popular . Bekijk meer
C#
SQL
HTML/CSS
JavaScript
React
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Explore the fundamentals of C# including data types, control structures, loops, arrays, and methods.
- Develop an understanding of C# syntax and how to display output on the screen.
- Integrate basic and complex expressions using operators, and make decisions with if, else, and switch statements.
- Work with different data types such as integers, floating points, booleans, characters, and strings, understanding their applications and management.
- 528 chapters
- 63 hours
- 555 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / C# Basics
In this section we will get an introduction to C#. Moreover, we will also learn some basic elements of the C# language.
In any programming language we have to deal with different types of data. In this section we will learn about that.
- Integer Data TypesVoorbeeld
- Challenge: Declaring Explicitly Typed VariablesVoorbeeld
- Floating-Point and DoubleVoorbeeld
- BooleansVoorbeeld
- CharacterVoorbeeld
- StringVoorbeeld
- Strings ChallengeVoorbeeld
- Basic String FormattingVoorbeeld
- Challenge: String FormattingVoorbeeld
- Declaring ConstantsVoorbeeld
- Basic Type CastingVoorbeeld
- Type Casting PracticeVoorbeeld
- Basic Type ConversionVoorbeeld
- Basic Coding PracticeVoorbeeld
In this section we will learn about features of C# that help us control the flow of the program such as executing pieces of code based on conditions.
- Comparison OperatorsVoorbeeld
- Logical OperatorsVoorbeeld
- Challenge: OperatorsVoorbeeld
- Order of OperationsVoorbeeld
- If StatementVoorbeeld
- Challenge: if ConditionVoorbeeld
- else KeywordVoorbeeld
- Challenge: else KeywordVoorbeeld
- if-else ChainVoorbeeld
- Challenge: if, else-if, elseVoorbeeld
- switch StatementVoorbeeld
- Challenge: SwitchVoorbeeld
In this section we will learn about how to deal with repetitive tasks in programming.
Arrays are an important part of any programming language as they let us group together and manipulate a large amount of similar data. In this section we will learn about Arrays and how to use them for practical applications.
In this section we will learn about one of of the most widely used and essential features of C# called Methods. We will also explore its uses through creative practice tasks.
- What are Methods?Voorbeeld
- Creating and Calling MethodsVoorbeeld
- Challenge: Methods CreationVoorbeeld
- Method ParametersVoorbeeld
- Challenge: Method with ParametersVoorbeeld
- Method Return ValuesVoorbeeld
- Challenge: Return ValuesVoorbeeld
- Local & Global ScopesVoorbeeld
- Challenge: ScopesVoorbeeld
- What's Next?Voorbeeld
Module 2 / C# Beyond Basics
In this section we will learn data structures like Lists and Dictionaries. We will also learn how to read and write files. In the end we will look at how to deal with unexpected errors which can occur during the program's execution.
- What are Lists?Voorbeeld
- Practicing List DeclarationVoorbeeld
- List MethodsVoorbeeld
- What are Dictionaries?Voorbeeld
- Practicing DictionariesVoorbeeld
- Reading Files using StreamReaderVoorbeeld
- Reading Files using File MethodsVoorbeeld
- Writing FilesVoorbeeld
- Error HandlingVoorbeeld
- Practicing Error HandlingVoorbeeld
In this section we will learn about some more advanced structures for storing data, namely Structs and Enumerators. We will learn how to use them and we will look at some practice examples as well.
- What are Structs?Voorbeeld
- Defining & Using a StructureVoorbeeld
- Practicing StructsVoorbeeld
- Structs with Other Data StructuresVoorbeeld
- Struct MethodsVoorbeeld
- Correctly Accessing Fields in Struct MethodsVoorbeeld
- Practicing MethodsVoorbeeld
- Struct ConstructorsVoorbeeld
- Practicing ConstructorsVoorbeeld
- EnumeratorsVoorbeeld
- Practicing EnumeratorVoorbeeld
In this section, we will learn what Object-Oriented Programming (OOP) is and how we can create programs that use the concept of OOP. We will also practice this concept with many hands-on tasks that are fun to solve.
In this section, we delve deeper into the essentials of Object-Oriented Programming (OOP). We explore advanced topics to enhance your understanding and proficiency in OOP. From managing object lifecycles through destructors to refining class structures with access modifiers, and harnessing the power of derived classes and method overloading, this section equips you with the knowledge and practical skills needed to design robust and flexible object-oriented systems.
This will be a detailed chapter in which we will dive deep into the main principles of Object-Oriented Programming (OOP). We will also look at many practical applications and hands-on examples of these principles to understand them better. In this section we will revise some of the concepts from the previous section in a bit more detail and combine the concepts together to understand it more thoroughly.
Module 3 / Introduction to SQL
In this section, we will learn how to use the SQL SELECT statement to get a single table column, multiple table columns, and all table columns. We will also find out how to return unique values.
- Retrieving Individual ColumnsVoorbeeld
- Retrieving Multiple ColumnsVoorbeeld
- Retrieving All ColumnsVoorbeeld
- Retrieving Distinct RowsVoorbeeld
- Limiting ResultsVoorbeeld
- Challenge: Find the Population of the CountriesVoorbeeld
- Challenge: Find All CountriesVoorbeeld
- Challenge: Find All Countries With Their IDsVoorbeeld
- Challenge: Find Country CapitalsVoorbeeld
- Challenge: Find the Regions in Which All Countries Are LocatedVoorbeeld
In this section, we’ll explore how to organize and prioritize the data returned by a query using the ORDER BY clause. Placed at the end of a SELECT statement, this clause lets you sort your results by one or multiple columns, either in ascending or descending order, enabling more meaningful and easily interpretable data output.
- Sorting DataVoorbeeld
- Challenge: Population SortVoorbeeld
- Sorting by Multiple ColumnsVoorbeeld
- Challenge: Dual-Sort QueryVoorbeeld
- Specifying Sort DirectionVoorbeeld
- Challenge: Sort the Countries by Region and CapitalVoorbeeld
- Challenge: Sort Capitals in Descending OrderVoorbeeld
- Challenge: Sort Countries in Ascending OrderVoorbeeld
- Challenge: Find Countries, Their IDs, and Their PopulationsVoorbeeld
- Challenge: Find Countries, IDs, Populations, Regions, and Sort ThemVoorbeeld
- Challenge: Find All Continents and Sort Them in Ascending OrderVoorbeeld
In this section, we will learn how to filter returned data using the SELECT statement's WHERE clause. We will learn how to test for equality, inequality, more and less significant than value ranges, and NULL values.
In this section, we’ll explore how to refine your search conditions by combining WHERE clauses with the AND and OR operators. We’ll also cover how the NOT operator can be used to exclude certain results.
In this section, we will learn what the SQL aggregate functions are and how to use them to summarize table data.
Module 4 / Intermediate SQL
In this section, you will learn how to group and manage data effectively. We will introduce the GROUP BY operator for grouping data. Additionally, you will learn how to filter grouped data using the HAVING operator.
- GROUP BY ClauseVoorbeeld
- Order of StatementsVoorbeeld
- Challenge: Total Ride Time for Each Subway LineVoorbeeld
- Average Student's Grade ChallengeVoorbeeld
- Searching for the Top Math Students ChallengeVoorbeeld
- HAVING ClauseVoorbeeld
- Several Aggregate Functions in the QueryVoorbeeld
- More Complex FilteringVoorbeeld
You will learn about nested subqueries, how to create them, and how to use them effectively.
Here, you will learn how to combine multiple tables, allowing you to work with a unified table and simplify query creation.
Learn the fundamentals of Data Definition Language (DDL) and Data Manipulation Language (DML) in SQL, including how to create, modify, and delete database objects, as well as how to insert, update, and delete data within tables.
Module 5 / Introduction to .NET with C#
In this section we will learn about what is .NET, how to setup the development environment and how to start making some console apps. Apart from that we will also learn how to take input from the user in the console for making interactive applications.
- What is the .NET Platform exactly?Voorbeeld
- Creating a Console ApplicationVoorbeeld
- Taking input from the UserVoorbeeld
- Task - Building a Simple CalculatorVoorbeeld
- Dealing with Exceptions caused by User InputVoorbeeld
- Task - Improving the CalculatorVoorbeeld
- Reading FilesVoorbeeld
- Writing FilesVoorbeeld
- Task - File Based CalculatorVoorbeeld
In this section, we will be learning how to perform multiple tasks at once to improve the performance and responsiveness of applications. We will also briefly learn what Web Services and APIs are. This will give us an introduction to how the internet and websites work. We will also learn how to use APIs.
- What is Asynchronous Programming?Voorbeeld
- Implementing an Asynchronous MethodVoorbeeld
- Task - Asynchronously Reading FilesVoorbeeld
- Introduction to APIsVoorbeeld
- Making a GET RequestVoorbeeld
- Task - Using an APIVoorbeeld
- Handling Exceptions caused by HTTP RequestVoorbeeld
- Task - Exception Handling for API ResponseVoorbeeld
In this section we will learn what are databases, specifically what are SQL databases and how to create them. We will study their structure and will learn to perform some basic operations on the databases. This chapter will serve as an introduction to ADO.NET which is a .NET module used for interacting with databases.
- What is a Database?Voorbeeld
- Structure of a Relational DatabaseVoorbeeld
- Setting Up A MySQL ServerVoorbeeld
- Connecting to the MySQL ServerVoorbeeld
- Task - Writing Connection StringsVoorbeeld
- Executing CommandsVoorbeeld
- Task - Executing MySQL CommandsVoorbeeld
- MySqlCommand MethodsVoorbeeld
- Task - Connecting to a MySQL Database and Executing CommandsVoorbeeld
In this section, we'll cover the fundamental CRUD operations (Create, Read, Update, Delete) using SQL. We'll explore SQL syntax at a basic level and recap how to implement each SQL statement in C# code. While some parts may serve as a review from the previous section, this will provide a solid understanding of essential database concepts, enabling you to understand both the SQL and C# code and write it independently.
- Introduction to CRUD OperationsVoorbeeld
- Installing & Using MySQL WorkbenchVoorbeeld
- CREATE - Part IVoorbeeld
- Task - Using CREATEVoorbeeld
- CREATE - Part IIVoorbeeld
- Task - Using INSERTVoorbeeld
- ReadVoorbeeld
- Task - Using SELECTVoorbeeld
- UpdateVoorbeeld
- Task - Using UPDATEVoorbeeld
- Delete - Part IVoorbeeld
- Delete - Part IIVoorbeeld
- Task - Using DELETEVoorbeeld
In this chapter we will learn about additional functions or methods for making database management more efficient. For-example executing multiple SQL commands at once using Stored Procedures, and retrieving data in bulk from the SQL database using DataSet.
Module 6 / HTML Essentials
Get an introduction to the web and HTML, including the significance of tags, elements, and attributes. Learn about the basic structure of an HTML document and the brief history of the web.
Master the essentials of HTML markup, focusing on special text formatting and lists, understanding their significance in structuring content within an HTML document. Dive into the intricacies of HTML document structure while refining text markup techniques.
- HTML Document Structure ExplainedVoorbeeld
- Challenge: Structuring an HTML DocumentVoorbeeld
- Using Headings and Paragraphs in HTMLVoorbeeld
- Challenge: Mastering Text MarkupVoorbeeld
- Enhancing Text and Interactivity in HTMLVoorbeeld
- Challenge: Applying Special Text MarkupVoorbeeld
- Creating and Using Lists in HTMLVoorbeeld
- Challenge: Structuring Content with ListsVoorbeeld
Unlock the power of visual and auditory content in web development as you learn to seamlessly integrate images, video, and audio elements into HTML documents. Explore the nuances of incorporating various media formats.
Navigate the intricacies of data presentation and user interaction with comprehensive coverage of tables and forms in HTML, encompassing table structures, form creation, and input elements. Gain proficiency in implementing form input elements and leveraging attributes for enhanced functionality.
- Creating and Structuring HTML TablesVoorbeeld
- Challenge: Working with TablesVoorbeeld
- Building HTML FormsVoorbeeld
- Challenge: Building a Web FormVoorbeeld
- Using Form Inputs and Labels EffectivelyVoorbeeld
- Challenge: Applying Form Inputs and LabelsVoorbeeld
- HTML Input Attributes for Enhanced FunctionalityVoorbeeld
Elevate your HTML skills to the next level by delving into semantic HTML elements, empowering you to create well-structured and accessible web content. Embark on building your first website, applying newfound knowledge to bring your ideas to life.
Module 7 / CSS Fundamentals
Learn what CSS is, how to connect it with HTML, and how to style HTML elements using selectors. Explore foundational concepts like text colors, user action pseudo-classes, and variables in CSS.
- What is CSS and Why is it Important?Voorbeeld
- Linking CSS to an HTML DocumentVoorbeeld
- Mastering CSS Selectors for Styling HTML ElementsVoorbeeld
- Challenge: Apply Your First CSS StylesVoorbeeld
- Challenge: Style with Class SelectorsVoorbeeld
- Enhancing Styles with User Action Pseudo-ClassesVoorbeeld
- Challenge: Apply User Action Pseudo-ClassesVoorbeeld
- Changing Text Colors in CSSVoorbeeld
- Optimizing Workflow for Efficient CSS CodingVoorbeeld
- Challenge: Use Variables for Better CSS ManagementVoorbeeld
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?Voorbeeld
- Understanding Box Sizing in CSSVoorbeeld
- Adding Space with Margins and PaddingVoorbeeld
- Challenge: Apply Box Sizing to ElementsVoorbeeld
- Using Structural and Functional Pseudo-ClassesVoorbeeld
- Challenge: Practice Structural Pseudo-ClassesVoorbeeld
- Understanding Block, Inline, and Inline-Block ElementsVoorbeeld
- Working with Block-Level ElementsVoorbeeld
- Working with Inline ElementsVoorbeeld
- Challenge: Predict Page Layout with Different Element TypesVoorbeeld
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?Voorbeeld
- Setting the Flex Direction for LayoutsVoorbeeld
- Justifying Content Horizontally in FlexboxVoorbeeld
- Aligning Items Vertically in FlexboxVoorbeeld
- Understanding Flex Item PropertiesVoorbeeld
- Challenge: Apply Flexbox ConceptsVoorbeeld
- Challenge: Build a Layout with FlexboxVoorbeeld
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 DesignVoorbeeld
- Applying Background Images to ElementsVoorbeeld
- Working with Images in CSSVoorbeeld
- Creating Effects with Decorative Pseudo-ElementsVoorbeeld
- Adding Shadows for Depth and StyleVoorbeeld
- Challenge: Implement Decorative Effects in CSSVoorbeeld
- Further StepsVoorbeeld
Module 8 / Advanced CSS Techniques
Research what learners can expect from this advanced HTML and CSS styling course. What do you need to know before starting the course? What topics will be covered in it?
Position and manage elements on the web pages. Learn about the different positioning properties, discover how to use the stacking order to control the visibility of elements that overlap each other, and finally, handle content overflow.
- Understanding CSS PositioningVoorbeeld
- Relative Positioning ExplainedVoorbeeld
- Challenge: Apply Relative PositioningVoorbeeld
- Absolute Positioning in CSSVoorbeeld
- Challenge: Implement Absolute PositioningVoorbeeld
- Fixed Positioning for Sticky UI ElementsVoorbeeld
- Challenge: Work with Fixed PositioningVoorbeeld
- Sticky Positioning for Dynamic LayoutsVoorbeeld
- Challenge: Master Sticky PositioningVoorbeeld
- Managing the Stacking Order of ElementsVoorbeeld
- Challenge: Control Z-Index and Overlapping ElementVoorbeeld
- Handling Content Overflow in CSSVoorbeeld
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 TransitionsVoorbeeld
- Choosing the Right Transition PropertiesVoorbeeld
- Setting Transition Duration for EffectsVoorbeeld
- Customizing Transitions with Timing FunctionsVoorbeeld
- Adding Delay to CSS TransitionsVoorbeeld
- Combining TransitionsVoorbeeld
- Challenge: Add a Smooth Transition EffectVoorbeeld
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 TransformationsVoorbeeld
- Scaling ElementsVoorbeeld
- Rotating Elements in 2D and 3DVoorbeeld
- Challenge: Apply Scaling & RotationVoorbeeld
- Translating Elements for Dynamic EffectsVoorbeeld
- Skewing Elements for Unique DesignsVoorbeeld
- Using Perspective for Depth EffectsVoorbeeld
- Challenge: Combine Translation and SkewingVoorbeeld
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 PreprocessorsVoorbeeld
- Understanding Sass Syntax for Better CSSVoorbeeld
- Using Sass Variables for Reusable StylesVoorbeeld
- Performing Calculations with Sass Numeric OperatorsVoorbeeld
- Nesting Styles for Cleaner CodeVoorbeeld
- Extending Styles with the @extend DirectiveVoorbeeld
- Organizing Sass Files for Scalable ProjectsVoorbeeld
Module 9 / 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 JavaScriptVoorbeeld
- Challenge: Define the VariableVoorbeeld
- Using const for ConstantsVoorbeeld
- Exploring JavaScript Data TypesVoorbeeld
- Working with null in JavaScriptVoorbeeld
- Introduction to ArraysVoorbeeld
- Array Methods and ManipulationVoorbeeld
- Challenge: Perform Array OperationsVoorbeeld
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 OperatorsVoorbeeld
- Mathematical Operations in JavaScriptVoorbeeld
- Assignment Operators in JavaScriptVoorbeeld
- Increment and Decrement OperatorsVoorbeeld
- Challenge: Variable Operations PracticeVoorbeeld
- Comparison Operators in JavaScriptVoorbeeld
- Logical Operators ExplainedVoorbeeld
- Challenge: Compare Variables in JavaScriptVoorbeeld
- Concatenating Strings in JavaScriptVoorbeeld
- Challenge: Build Sentences with JavaScriptVoorbeeld
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 JavaScriptVoorbeeld
- Using the do while Loop for IterationVoorbeeld
- Challenge: Print Numbers from 5 to 9Voorbeeld
- Mastering the for Loop in JavaScriptVoorbeeld
- Challenge: Console Tigers with LoopsVoorbeeld
- Breaking Out of Loops with breakVoorbeeld
- Skipping Iterations with continueVoorbeeld
- Challenge: Stop and Skip in LoopsVoorbeeld
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.
Module 10 / JavaScript Data Structures
Get a clear roadmap of what's to come, understand the prerequisites, and learn valuable tips to set you up for success as you delve into objects, arrays, and essential programming concepts.
Explore the core concepts of JavaScript objects. This section covers the fundamentals of object creation, property management, and method implementation.
- Understanding Objects in JavaScriptVoorbeeld
- Creating Objects in JavaScriptVoorbeeld
- Working with Nested Object PropertiesVoorbeeld
- Challenge: Create and Structure an ObjectVoorbeeld
- Accessing Object Properties in JavaScriptVoorbeeld
- Challenge: Retrieve Object Property ValuesVoorbeeld
- Managing Object PropertiesVoorbeeld
- Challenge: Modify and Extend an ObjectVoorbeeld
- Defining Object MethodsVoorbeeld
- Using Properties within MethodsVoorbeeld
- Challenge: Work with Object MethodsVoorbeeld
- Fundamentals of JavaScript Objects Sum-UpVoorbeeld
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 LoopVoorbeeld
- Challenge: Explore Object Properties with IterationVoorbeeld
- Using hasOwnProperty() to Check Object PropertiesVoorbeeld
- Challenge: Object Property Iteration with hasOwnProperty()Voorbeeld
- Cloning and Merging Objects with the Spread OperatorVoorbeeld
- Challenge: Combine Objects with the Spread OperatorVoorbeeld
- Destructuring Objects for Cleaner CodeVoorbeeld
- Challenge: Extract Data with Object DestructuringVoorbeeld
- Advanced Object Manipulation Sum-UpVoorbeeld
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 ArraysVoorbeeld
- Challenge: Access Array ElementsVoorbeeld
- Modifying Arrays and Accessing ElementsVoorbeeld
- Challenge: Modify Array ElementsVoorbeeld
- Iterating Over Arrays with the for LoopVoorbeeld
- Challenge: Loop Through Arrays with forVoorbeeld
- Using the for...of Loop for Array IterationVoorbeeld
- Challenge: Efficient Array Iteration with for...ofVoorbeeld
- Mastering JavaScript Arrays Sum-UpVoorbeeld
Master the advanced array manipulation skills, covering various techniques and methods for handling arrays effectively in multiple scenarios.
- Transforming Arrays with the map() MethodVoorbeeld
- Challenge: Modify Array Elements Using map()Voorbeeld
- Filtering Arrays with the filter() MethodVoorbeeld
- Challenge: Select Specific Data Using filter()Voorbeeld
- Finding Elements in an Array with the find() MethodVoorbeeld
- Challenge: Search for Items Using find()Voorbeeld
- Sorting Arrays with the sort() MethodVoorbeeld
- Challenge: Sort and Extract Data with sort()Voorbeeld
- Advanced Array Methods and Transformations Sum-UpVoorbeeld
- Course SummaryVoorbeeld
Module 11 / React Mastery
Gain an understanding of the core principles of React. You'll learn about JSX (JavaScript XML), building reusable UI components, and rendering elements. Additionally, you'll explore the importance of data collection and conditional rendering in React applications. By the end of this section, you'll have a solid foundation of React's essential concepts, setting you up for success in the more advanced topics covered in the following sections.
- What Is React and Why Use It?Voorbeeld
- Comparing SPAs and MPAs in Web DevelopmentVoorbeeld
- How React Works with the Virtual DOMVoorbeeld
- Introducing JSX for Writing HTML in JavaScriptVoorbeeld
- Building Complex UI with JSXVoorbeeld
- Rendering Elements in ReactVoorbeeld
- Challenge: Render an Element in ReactVoorbeeld
- Understanding React ComponentsVoorbeeld
- Passing Data with Props in ReactVoorbeeld
- Challenge: Create Functional ComponentsVoorbeeld
- Conditional Rendering in ReactVoorbeeld
- Challenge: Implement Conditional Rendering – Chat NotificationVoorbeeld
- Challenge: Implement Conditional Rendering – Bank AlertVoorbeeld
- Rendering Collections of Data in ReactVoorbeeld
- Challenge: Display Data Collections in ReactVoorbeeld
- React Fundamentals Wrap-UpVoorbeeld
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 ReactVoorbeeld
- Using Inline Styles in ReactVoorbeeld
- Applying Inline Styles in PracticeVoorbeeld
- Challenge: Use Inline Styles in a React ComponentVoorbeeld
- Styling React Components with External CSSVoorbeeld
- Applying External CSS in PracticeVoorbeeld
- Challenge: Apply External CSS to a React AppVoorbeeld
- Using CSS Modules for Scoped Styling in ReactVoorbeeld
- Organizing File and Folder Structures for StylesVoorbeeld
- Challenge: Use CSS Modules in ReactVoorbeeld
- Styling Techniques in React Wrap-UpVoorbeeld
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 ContextVoorbeeld
- Managing State with the useState HookVoorbeeld
- Challenge: Toggle Visibility with useStateVoorbeeld
- Working with References Using the useRef HookVoorbeeld
- Challenge: Build a Controlled Form ComponentVoorbeeld
- Handling Side Effects with the useEffect HookVoorbeeld
- Challenge: Fetch and Display Data with useEffectVoorbeeld
- Optimizing Performance with the useMemo HookVoorbeeld
- Challenge: Implement a Car List Filter with useMemoVoorbeeld
- Sharing State Across Components with ContextVoorbeeld
- Using Context in a Real-World ScenarioVoorbeeld
- Challenge: Build a World of Astronomy App with ContextVoorbeeld
- React Hooks and Context Wrap-UpVoorbeeld
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.
Module 12 / React Router Essentials
Learn the theoretical basics of concepts such as URL, domain, protocol, query parameters, and more. Understand the significance of routing in web applications and why we need the React Router library.
Discover how to create an entire React application from scratch, with the ability to display content that adapts based on the URL using React Router functionality.
- Overview of the Multi-Page WebsiteVoorbeeld
- Installing React RouterVoorbeeld
- Enabling Routing in a React AppVoorbeeld
- Defining Routes for NavigationVoorbeeld
- Recap: First Steps in React RouterVoorbeeld
- Optimizing Imports with Lazy LoadingVoorbeeld
- Implementing a Fallback ComponentVoorbeeld
- Recap: Second Steps in React RouterVoorbeeld
- Creating and Managing NavigationVoorbeeld
- Exploring React Router's Complete LogicVoorbeeld
- Recap of React Router FundamentalsVoorbeeld
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.
Module 13 / Advanced C# with .NET
In this section, we will learn what MAUI is, and how to set up a .NET MAUI application. We will also look at the structure of an MAUI application, and in the end, we will learn how to add some basic elements to our UI. This section will prepare us for the rest of the course where we will be working with more practical concepts.
In this section we will learn about delegates, events and data binding. Using this knowledge we will learn how to make interesting interactive GUI applications.
In this section, we will learn what Threading is and how to use it to keep our applications responsive, and run smoothly while performing resource intensive tasks. We will see how to differs from other similar concepts on C# and what are good practices when implementing Threading in our application. There will also be some interesting tasks to help us in understand this concept on a deeper level.
In this section, we will learn how to make more robust methods, classes and other objects which can work multiple types of input data types, by first learning about Generics and how to implement generic classes, then we will move on to Reflection and how to use reflection for further improving the capabilities of our programs.
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
Het belangrijkste is om te leren en niet op te geven
Het materiaal is goed, er valt veel te leren, alles om beter te worden en het belangrijkste is te leren wat je wilt....
Matteo Comune
Dankzij hen leer ik veel…
Dankzij hen leer ik veel sneller omdat ze je vanaf nul alles uitleggen. Het is de beste website voor mensen zonder IT-achtergrond...
Yuliana Cadavid
geweldige cursus voor beginners
geweldige cursus voor beginners, ze toetsen je kennis in elke les...
Elpunzon
Ik geniet van mijn Codefinity-ervaring…
Ik geniet van mijn Codefinity-ervaring met Python. De zelfgestuurde leermethode past perfect in mijn schema...
Alexandru Alexandru
Het is prettig om van Codefinity te leren
Het is prettig om van Codefinity te leren. Het is eenvoudig en heeft goede voorbeelden van wat ik hier geleerd heb...
jacob Templet
Easy to follow along with and provides…
Makkelijk te volgen en biedt uitdaging in mijn dagelijks leven. Die uitdaging motiveert me elke dag weer te leren...
Elan
Codefinity is een uitgebreide leeromgeving…
Codefinity is een uitgebreide leeromgeving die je helpt je vaardigheden als software engineer of datawetenschapper te ontwikkelen. De oefeningen zijn leuk en helpen je je skills aan te scherpen...
Thibault
Voor het eerst leren coderen
Voor het eerst leren coderen en dit succesvol doen met Codefinity - bedankt...
Adrien Morel
Goed ontworpen voor totale beginners
Goed ontworpen voor totale beginners, met stapsgewijze vooruitgang die me vertrouwen geeft....
_Gracy
het is simpelweg perfect uitgelegd
het is simpelweg perfect uitgelegd! Tot nu toe heb ik geen problemen ervaren, want alles is zo goed geregeld....
Ruslan Kravchuk
Het belangrijkste is om te leren en niet op te geven
Het materiaal is goed, er valt veel te leren, alles om beter te worden en het belangrijkste is te leren wat je wilt....
Matteo Comune
Dankzij hen leer ik veel…
Dankzij hen leer ik veel sneller omdat ze je vanaf nul alles uitleggen. Het is de beste website voor mensen zonder IT-achtergrond...
Yuliana Cadavid
geweldige cursus voor beginners
geweldige cursus voor beginners, ze toetsen je kennis in elke les...
Elpunzon
Ik geniet van mijn Codefinity-ervaring…
Ik geniet van mijn Codefinity-ervaring met Python. De zelfgestuurde leermethode past perfect in mijn schema...
Alexandru Alexandru
Het is prettig om van Codefinity te leren
Het is prettig om van Codefinity te leren. Het is eenvoudig en heeft goede voorbeelden van wat ik hier geleerd heb...
jacob Templet
Easy to follow along with and provides…
Makkelijk te volgen en biedt uitdaging in mijn dagelijks leven. Die uitdaging motiveert me elke dag weer te leren...
Elan
Codefinity is een uitgebreide leeromgeving…
Codefinity is een uitgebreide leeromgeving die je helpt je vaardigheden als software engineer of datawetenschapper te ontwikkelen. De oefeningen zijn leuk en helpen je je skills aan te scherpen...
Thibault
Voor het eerst leren coderen
Voor het eerst leren coderen en dit succesvol doen met Codefinity - bedankt...
Adrien Morel
Goed ontworpen voor totale beginners
Goed ontworpen voor totale beginners, met stapsgewijze vooruitgang die me vertrouwen geeft....
_Gracy
het is simpelweg perfect uitgelegd
het is simpelweg perfect uitgelegd! Tot nu toe heb ik geen problemen ervaren, want alles is zo goed geregeld....
Data Engineer
Certificaat van Voltooiing
Toon je pas verworven vaardigheden. Je hebt het verdiend
Discover more
Learning tracks
Alleen voor Ultimate
1 Cursus
1 Project
0 Task
Alleen voor Ultimate
7 Cursussen
345 Taken
Alleen voor Ultimate
5 Cursussen
119 Taken
Alleen voor Ultimate
5 Cursussen
146 Taken
Alleen voor Ultimate
4 Cursussen
115 Taken
Alleen voor Ultimate
6 Cursussen
101 Taken
Alleen voor Ultimate
6 Cursussen
168 Taken
Alleen voor Ultimate
5 Cursussen
135 Taken
Alleen voor Ultimate
2 Cursussen
1 Project
57 Taken
Alleen voor Ultimate
7 Cursussen
376 Taken
Alleen voor Ultimate
4 Cursussen
143 Taken
Alleen voor Ultimate
5 Cursussen
180 Taken
Alleen voor Ultimate
5 Cursussen
165 Taken
Alleen voor Ultimate
6 Cursussen
308 Taken
Alleen voor Ultimate
6 Cursussen
252 Taken
Alleen voor Ultimate
8 Cursussen
2 Projecten
176 Taken
Alleen voor Ultimate
2 Cursussen
80 Taken
Alleen voor Ultimate
7 Cursussen
293 Taken
Alleen voor Ultimate
1 Project
0 Task
Alleen voor Ultimate
2 Cursussen
21 Taken
Alleen voor Ultimate
5 Cursussen
111 Taken
Alleen voor Ultimate
2 Cursussen
0 Task
Alleen voor Ultimate
3 Cursussen
39 Taken
Alleen voor Ultimate
13 Cursussen
555 Taken
Alleen voor Ultimate
1 Cursus
0 Task
Alleen voor Ultimate
0 Task
Alleen voor Ultimate
5 Cursussen
139 Taken
Alleen voor Ultimate
3 Cursussen
71 Taken
Alleen voor Ultimate
7 Cursussen
282 Taken
Alleen voor Ultimate
5 Cursussen
239 Taken
Alleen voor Ultimate
4 Cursussen
125 Taken
Alleen voor Ultimate
2 Cursussen
33 Taken
Alleen voor Ultimate
3 Cursussen
119 Taken
Alleen voor Ultimate
1 Cursus
15 Taken
Alleen voor Ultimate
3 Cursussen
75 Taken
Alleen voor Ultimate
3 Cursussen
31 Taken
Alleen voor Ultimate
2 Cursussen
151 Taken
Alleen voor Ultimate
3 Cursussen
56 Taken
Alleen voor Ultimate
2 Cursussen
1 Project
38 Taken
Alleen voor Ultimate
3 Cursussen
36 Taken
Alleen voor Ultimate
2 Cursussen
1 Project
38 Taken
Alleen voor Ultimate
5 Cursussen
134 Taken
Learning tracks
traject
TEST TRACK 12
Beginner
4.0
(7146)
traject
Full Stack Web Development
Beginner
4.5
(58)
traject
Become a React Developer
Halfgevorderd
4.9
(7)
traject
Mastering Data Visualization
Halfgevorderd
4.6
(7)
traject
SQL from Zero to Hero
Beginner
4.7
(93)
traject
С++ Essentials
Beginner
4.4
(17)
traject
Python from Zero to Hero
Beginner
4.7
(284)
traject
Supervised Machine Learning
Halfgevorderd
4.9
(7)
traject
Python Beyond Intermediate
Beginner
5.0
(1)
traject
Java Essentials
Beginner
4.3
(9)
traject
Game Development with Unity
Beginner
4.6
(7)
traject
Become a Django Developer
Gevorderd
4.4
(27)
traject
Flask for Dummies
Halfgevorderd
4.5
(31)
traject
Frontend Development Foundations
Beginner
4.6
(52)
traject
Web Developer from Zero to Hero
Beginner
4.6
(56)
traject
Preparation for Data Science
Halfgevorderd
4.5
(11)
traject
Deep Learning Odyssey
Gevorderd
5.0
(3)
traject
Web Development with C#
Beginner
4.8
(98)
traject
TEST E2E TRACK BEGINNER
Beginner
traject
Test Track
Begginer
4.7
(3)
traject
Skilled Python BackEnd Developer
Gevorderd
4.7
(261)
traject
Test Recalculate
Beginner
traject
Excel Essentials
Beginner
4.5
(33)
traject
Full-Stack .NET Developer Journey
Halfgevorderd
4.8
(129)
traject
Test track with rating
Gevorderd
4.0
(4)
traject
TEST TEST TRACK
Beginner
traject
Data Analyst Foundation
Beginner
4.7
(111)
traject
C++ Mastery
Gevorderd
traject
Java Web
Gevorderd
4.5
(30)
traject
Become a QA Engineer
Beginner
4.5
(43)
traject
Video Production with Adobe
Beginner
traject
Digital Marketing Essentials
Beginner
traject
UI/UX Design Tools
Beginner
traject
Test image upload track
Beginner
traject
Essential Office Skills
Beginner
4.6
(24)
traject
GitHub from Zero to Hero
Beginner
traject
No-Code Website Development
Beginner
traject
C Programming & Low-Level Development
Beginner
traject
testes
Beginner
4.7
(3)
traject
Test translation track
Halfgevorderd
traject
Test CMS Track
Beginner
4.7
(3)
traject
Python for Data Analysis
Halfgevorderd
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