

Epävarma mistä
alkaa?
Track
Todistus
Full-Stack .NET Developer Journey
4.8+
★★★★★
★★★★★
129 arvostelut
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 . Näytä lisää
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.
- Why C#?Esikatselu
- C# SyntaxEsikatselu
- Displaying OutputEsikatselu
- Challenge: Outputting a TriangleEsikatselu
- CommentsEsikatselu
- Challenge: CommentsEsikatselu
- VariablesEsikatselu
- IdentifiersEsikatselu
- Challenge: Variable DeclarationEsikatselu
- Basic Operators & ExpressionsEsikatselu
- Challenge: OperatorsEsikatselu
In any programming language we have to deal with different types of data. In this section we will learn about that.
- Integer Data TypesEsikatselu
- Challenge: Declaring Explicitly Typed VariablesEsikatselu
- Floating-Point and DoubleEsikatselu
- BooleansEsikatselu
- CharacterEsikatselu
- StringEsikatselu
- Strings ChallengeEsikatselu
- Basic String FormattingEsikatselu
- Challenge: String FormattingEsikatselu
- Declaring ConstantsEsikatselu
- Basic Type CastingEsikatselu
- Type Casting PracticeEsikatselu
- Basic Type ConversionEsikatselu
- Basic Coding PracticeEsikatselu
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 OperatorsEsikatselu
- Logical OperatorsEsikatselu
- Challenge: OperatorsEsikatselu
- Order of OperationsEsikatselu
- If StatementEsikatselu
- Challenge: if ConditionEsikatselu
- else KeywordEsikatselu
- Challenge: else KeywordEsikatselu
- if-else ChainEsikatselu
- Challenge: if, else-if, elseEsikatselu
- switch StatementEsikatselu
- Challenge: SwitchEsikatselu
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?Esikatselu
- Creating and Calling MethodsEsikatselu
- Challenge: Methods CreationEsikatselu
- Method ParametersEsikatselu
- Challenge: Method with ParametersEsikatselu
- Method Return ValuesEsikatselu
- Challenge: Return ValuesEsikatselu
- Local & Global ScopesEsikatselu
- Challenge: ScopesEsikatselu
- What's Next?Esikatselu
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?Esikatselu
- Practicing List DeclarationEsikatselu
- List MethodsEsikatselu
- What are Dictionaries?Esikatselu
- Practicing DictionariesEsikatselu
- Reading Files using StreamReaderEsikatselu
- Reading Files using File MethodsEsikatselu
- Writing FilesEsikatselu
- Error HandlingEsikatselu
- Practicing Error HandlingEsikatselu
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?Esikatselu
- Defining & Using a StructureEsikatselu
- Practicing StructsEsikatselu
- Structs with Other Data StructuresEsikatselu
- Struct MethodsEsikatselu
- Correctly Accessing Fields in Struct MethodsEsikatselu
- Practicing MethodsEsikatselu
- Struct ConstructorsEsikatselu
- Practicing ConstructorsEsikatselu
- EnumeratorsEsikatselu
- Practicing EnumeratorEsikatselu
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.
- What is Object-Oriented Programming?Esikatselu
- Defining ClassesEsikatselu
- Practice: Creating ClassesEsikatselu
- Class ObjectsEsikatselu
- Class Objects vs Struct ObjectsEsikatselu
- Practice: ObjectsEsikatselu
- Class MethodsEsikatselu
- Practice: MethodsEsikatselu
- Class ConstructorsEsikatselu
- Practice: ConstructorsEsikatselu
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 ColumnsEsikatselu
- Retrieving Multiple ColumnsEsikatselu
- Retrieving All ColumnsEsikatselu
- Retrieving Distinct RowsEsikatselu
- Limiting ResultsEsikatselu
- Challenge: Find the Population of the CountriesEsikatselu
- Challenge: Find All CountriesEsikatselu
- Challenge: Find All Countries With Their IDsEsikatselu
- Challenge: Find Country CapitalsEsikatselu
- Challenge: Find the Regions in Which All Countries Are LocatedEsikatselu
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 DataEsikatselu
- Challenge: Population SortEsikatselu
- Sorting by Multiple ColumnsEsikatselu
- Challenge: Dual-Sort QueryEsikatselu
- Specifying Sort DirectionEsikatselu
- Challenge: Sort the Countries by Region and CapitalEsikatselu
- Challenge: Sort Capitals in Descending OrderEsikatselu
- Challenge: Sort Countries in Ascending OrderEsikatselu
- Challenge: Find Countries, Their IDs, and Their PopulationsEsikatselu
- Challenge: Find Countries, IDs, Populations, Regions, and Sort ThemEsikatselu
- Challenge: Find All Continents and Sort Them in Ascending OrderEsikatselu
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 ClauseEsikatselu
- Order of StatementsEsikatselu
- Challenge: Total Ride Time for Each Subway LineEsikatselu
- Average Student's Grade ChallengeEsikatselu
- Searching for the Top Math Students ChallengeEsikatselu
- HAVING ClauseEsikatselu
- Several Aggregate Functions in the QueryEsikatselu
- More Complex FilteringEsikatselu
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?Esikatselu
- Creating a Console ApplicationEsikatselu
- Taking input from the UserEsikatselu
- Task - Building a Simple CalculatorEsikatselu
- Dealing with Exceptions caused by User InputEsikatselu
- Task - Improving the CalculatorEsikatselu
- Reading FilesEsikatselu
- Writing FilesEsikatselu
- Task - File Based CalculatorEsikatselu
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?Esikatselu
- Implementing an Asynchronous MethodEsikatselu
- Task - Asynchronously Reading FilesEsikatselu
- Introduction to APIsEsikatselu
- Making a GET RequestEsikatselu
- Task - Using an APIEsikatselu
- Handling Exceptions caused by HTTP RequestEsikatselu
- Task - Exception Handling for API ResponseEsikatselu
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?Esikatselu
- Structure of a Relational DatabaseEsikatselu
- Setting Up A MySQL ServerEsikatselu
- Connecting to the MySQL ServerEsikatselu
- Task - Writing Connection StringsEsikatselu
- Executing CommandsEsikatselu
- Task - Executing MySQL CommandsEsikatselu
- MySqlCommand MethodsEsikatselu
- Task - Connecting to a MySQL Database and Executing CommandsEsikatselu
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 OperationsEsikatselu
- Installing & Using MySQL WorkbenchEsikatselu
- CREATE - Part IEsikatselu
- Task - Using CREATEEsikatselu
- CREATE - Part IIEsikatselu
- Task - Using INSERTEsikatselu
- ReadEsikatselu
- Task - Using SELECTEsikatselu
- UpdateEsikatselu
- Task - Using UPDATEEsikatselu
- Delete - Part IEsikatselu
- Delete - Part IIEsikatselu
- Task - Using DELETEEsikatselu
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 ExplainedEsikatselu
- Challenge: Structuring an HTML DocumentEsikatselu
- Using Headings and Paragraphs in HTMLEsikatselu
- Challenge: Mastering Text MarkupEsikatselu
- Enhancing Text and Interactivity in HTMLEsikatselu
- Challenge: Applying Special Text MarkupEsikatselu
- Creating and Using Lists in HTMLEsikatselu
- Challenge: Structuring Content with ListsEsikatselu
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 TablesEsikatselu
- Challenge: Working with TablesEsikatselu
- Building HTML FormsEsikatselu
- Challenge: Building a Web FormEsikatselu
- Using Form Inputs and Labels EffectivelyEsikatselu
- Challenge: Applying Form Inputs and LabelsEsikatselu
- HTML Input Attributes for Enhanced FunctionalityEsikatselu
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?Esikatselu
- Linking CSS to an HTML DocumentEsikatselu
- Mastering CSS Selectors for Styling HTML ElementsEsikatselu
- Challenge: Apply Your First CSS StylesEsikatselu
- Challenge: Style with Class SelectorsEsikatselu
- Enhancing Styles with User Action Pseudo-ClassesEsikatselu
- Challenge: Apply User Action Pseudo-ClassesEsikatselu
- Changing Text Colors in CSSEsikatselu
- Optimizing Workflow for Efficient CSS CodingEsikatselu
- Challenge: Use Variables for Better CSS ManagementEsikatselu
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?Esikatselu
- Understanding Box Sizing in CSSEsikatselu
- Adding Space with Margins and PaddingEsikatselu
- Challenge: Apply Box Sizing to ElementsEsikatselu
- Using Structural and Functional Pseudo-ClassesEsikatselu
- Challenge: Practice Structural Pseudo-ClassesEsikatselu
- Understanding Block, Inline, and Inline-Block ElementsEsikatselu
- Working with Block-Level ElementsEsikatselu
- Working with Inline ElementsEsikatselu
- Challenge: Predict Page Layout with Different Element TypesEsikatselu
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?Esikatselu
- Setting the Flex Direction for LayoutsEsikatselu
- Justifying Content Horizontally in FlexboxEsikatselu
- Aligning Items Vertically in FlexboxEsikatselu
- Understanding Flex Item PropertiesEsikatselu
- Challenge: Apply Flexbox ConceptsEsikatselu
- Challenge: Build a Layout with FlexboxEsikatselu
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 DesignEsikatselu
- Applying Background Images to ElementsEsikatselu
- Working with Images in CSSEsikatselu
- Creating Effects with Decorative Pseudo-ElementsEsikatselu
- Adding Shadows for Depth and StyleEsikatselu
- Challenge: Implement Decorative Effects in CSSEsikatselu
- Further StepsEsikatselu
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 PositioningEsikatselu
- Relative Positioning ExplainedEsikatselu
- Challenge: Apply Relative PositioningEsikatselu
- Absolute Positioning in CSSEsikatselu
- Challenge: Implement Absolute PositioningEsikatselu
- Fixed Positioning for Sticky UI ElementsEsikatselu
- Challenge: Work with Fixed PositioningEsikatselu
- Sticky Positioning for Dynamic LayoutsEsikatselu
- Challenge: Master Sticky PositioningEsikatselu
- Managing the Stacking Order of ElementsEsikatselu
- Challenge: Control Z-Index and Overlapping ElementEsikatselu
- Handling Content Overflow in CSSEsikatselu
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 TransitionsEsikatselu
- Choosing the Right Transition PropertiesEsikatselu
- Setting Transition Duration for EffectsEsikatselu
- Customizing Transitions with Timing FunctionsEsikatselu
- Adding Delay to CSS TransitionsEsikatselu
- Combining TransitionsEsikatselu
- Challenge: Add a Smooth Transition EffectEsikatselu
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 TransformationsEsikatselu
- Scaling ElementsEsikatselu
- Rotating Elements in 2D and 3DEsikatselu
- Challenge: Apply Scaling & RotationEsikatselu
- Translating Elements for Dynamic EffectsEsikatselu
- Skewing Elements for Unique DesignsEsikatselu
- Using Perspective for Depth EffectsEsikatselu
- Challenge: Combine Translation and SkewingEsikatselu
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 PreprocessorsEsikatselu
- Understanding Sass Syntax for Better CSSEsikatselu
- Using Sass Variables for Reusable StylesEsikatselu
- Performing Calculations with Sass Numeric OperatorsEsikatselu
- Nesting Styles for Cleaner CodeEsikatselu
- Extending Styles with the @extend DirectiveEsikatselu
- Organizing Sass Files for Scalable ProjectsEsikatselu
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 JavaScriptEsikatselu
- Challenge: Define the VariableEsikatselu
- Using const for ConstantsEsikatselu
- Exploring JavaScript Data TypesEsikatselu
- Working with null in JavaScriptEsikatselu
- Introduction to ArraysEsikatselu
- Array Methods and ManipulationEsikatselu
- Challenge: Perform Array OperationsEsikatselu
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 OperatorsEsikatselu
- Mathematical Operations in JavaScriptEsikatselu
- Assignment Operators in JavaScriptEsikatselu
- Increment and Decrement OperatorsEsikatselu
- Challenge: Variable Operations PracticeEsikatselu
- Comparison Operators in JavaScriptEsikatselu
- Logical Operators ExplainedEsikatselu
- Challenge: Compare Variables in JavaScriptEsikatselu
- Concatenating Strings in JavaScriptEsikatselu
- Challenge: Build Sentences with JavaScriptEsikatselu
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 JavaScriptEsikatselu
- Using the do while Loop for IterationEsikatselu
- Challenge: Print Numbers from 5 to 9Esikatselu
- Mastering the for Loop in JavaScriptEsikatselu
- Challenge: Console Tigers with LoopsEsikatselu
- Breaking Out of Loops with breakEsikatselu
- Skipping Iterations with continueEsikatselu
- Challenge: Stop and Skip in LoopsEsikatselu
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 JavaScriptEsikatselu
- Creating Objects in JavaScriptEsikatselu
- Working with Nested Object PropertiesEsikatselu
- Challenge: Create and Structure an ObjectEsikatselu
- Accessing Object Properties in JavaScriptEsikatselu
- Challenge: Retrieve Object Property ValuesEsikatselu
- Managing Object PropertiesEsikatselu
- Challenge: Modify and Extend an ObjectEsikatselu
- Defining Object MethodsEsikatselu
- Using Properties within MethodsEsikatselu
- Challenge: Work with Object MethodsEsikatselu
- Fundamentals of JavaScript Objects Sum-UpEsikatselu
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 LoopEsikatselu
- Challenge: Explore Object Properties with IterationEsikatselu
- Using hasOwnProperty() to Check Object PropertiesEsikatselu
- Challenge: Object Property Iteration with hasOwnProperty()Esikatselu
- Cloning and Merging Objects with the Spread OperatorEsikatselu
- Challenge: Combine Objects with the Spread OperatorEsikatselu
- Destructuring Objects for Cleaner CodeEsikatselu
- Challenge: Extract Data with Object DestructuringEsikatselu
- Advanced Object Manipulation Sum-UpEsikatselu
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 ArraysEsikatselu
- Challenge: Access Array ElementsEsikatselu
- Modifying Arrays and Accessing ElementsEsikatselu
- Challenge: Modify Array ElementsEsikatselu
- Iterating Over Arrays with the for LoopEsikatselu
- Challenge: Loop Through Arrays with forEsikatselu
- Using the for...of Loop for Array IterationEsikatselu
- Challenge: Efficient Array Iteration with for...ofEsikatselu
- Mastering JavaScript Arrays Sum-UpEsikatselu
Master the advanced array manipulation skills, covering various techniques and methods for handling arrays effectively in multiple scenarios.
- Transforming Arrays with the map() MethodEsikatselu
- Challenge: Modify Array Elements Using map()Esikatselu
- Filtering Arrays with the filter() MethodEsikatselu
- Challenge: Select Specific Data Using filter()Esikatselu
- Finding Elements in an Array with the find() MethodEsikatselu
- Challenge: Search for Items Using find()Esikatselu
- Sorting Arrays with the sort() MethodEsikatselu
- Challenge: Sort and Extract Data with sort()Esikatselu
- Advanced Array Methods and Transformations Sum-UpEsikatselu
- Course SummaryEsikatselu
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?Esikatselu
- Comparing SPAs and MPAs in Web DevelopmentEsikatselu
- How React Works with the Virtual DOMEsikatselu
- Introducing JSX for Writing HTML in JavaScriptEsikatselu
- Building Complex UI with JSXEsikatselu
- Rendering Elements in ReactEsikatselu
- Challenge: Render an Element in ReactEsikatselu
- Understanding React ComponentsEsikatselu
- Passing Data with Props in ReactEsikatselu
- Challenge: Create Functional ComponentsEsikatselu
- Conditional Rendering in ReactEsikatselu
- Challenge: Implement Conditional Rendering – Chat NotificationEsikatselu
- Challenge: Implement Conditional Rendering – Bank AlertEsikatselu
- Rendering Collections of Data in ReactEsikatselu
- Challenge: Display Data Collections in ReactEsikatselu
- React Fundamentals Wrap-UpEsikatselu
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 ReactEsikatselu
- Using Inline Styles in ReactEsikatselu
- Applying Inline Styles in PracticeEsikatselu
- Challenge: Use Inline Styles in a React ComponentEsikatselu
- Styling React Components with External CSSEsikatselu
- Applying External CSS in PracticeEsikatselu
- Challenge: Apply External CSS to a React AppEsikatselu
- Using CSS Modules for Scoped Styling in ReactEsikatselu
- Organizing File and Folder Structures for StylesEsikatselu
- Challenge: Use CSS Modules in ReactEsikatselu
- Styling Techniques in React Wrap-UpEsikatselu
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 ContextEsikatselu
- Managing State with the useState HookEsikatselu
- Challenge: Toggle Visibility with useStateEsikatselu
- Working with References Using the useRef HookEsikatselu
- Challenge: Build a Controlled Form ComponentEsikatselu
- Handling Side Effects with the useEffect HookEsikatselu
- Challenge: Fetch and Display Data with useEffectEsikatselu
- Optimizing Performance with the useMemo HookEsikatselu
- Challenge: Implement a Car List Filter with useMemoEsikatselu
- Sharing State Across Components with ContextEsikatselu
- Using Context in a Real-World ScenarioEsikatselu
- Challenge: Build a World of Astronomy App with ContextEsikatselu
- React Hooks and Context Wrap-UpEsikatselu
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 WebsiteEsikatselu
- Installing React RouterEsikatselu
- Enabling Routing in a React AppEsikatselu
- Defining Routes for NavigationEsikatselu
- Recap: First Steps in React RouterEsikatselu
- Optimizing Imports with Lazy LoadingEsikatselu
- Implementing a Fallback ComponentEsikatselu
- Recap: Second Steps in React RouterEsikatselu
- Creating and Managing NavigationEsikatselu
- Exploring React Router's Complete LogicEsikatselu
- Recap of React Router FundamentalsEsikatselu
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.
- What are Generics?Esikatselu
- Implementing Generic MethodsEsikatselu
- Task - Implementing a Generic MethodEsikatselu
- Implementing Generic ClassesEsikatselu
- Task - Implementing a Generic ClassEsikatselu
- Introduction to ReflectionEsikatselu
- Basic ReflectionEsikatselu
- Task - ReflectionEsikatselu
- What's Next?Esikatselu
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
Tärkeintä on oppia eikä luovuttaa
Materiaali on hyvä, opittavaa riittää – kaikki parantuaksesi ja tärkeintä on oppia sitä, mitä haluat....
Matteo Comune
Kiitos heille opin paljon…
Kiitos heille opin paljon nopeammin, koska he auttavat ymmärtämään kaiken alusta alkaen. Tämä on paras sivusto, joka tukee IT-taustattomia...
Yuliana Cadavid
Loistava kurssi aloittelijoille
Loistava kurssi aloittelijoille, joka testaa tietosi jokaisella oppitunnilla...
Elpunzon
Nautin Codefinity-kokemuksestani…
Nautin Codefinity-kokemuksesta Pythonin oppimiseen. Itseohjautuva oppimismenetelmä on erinomainen, sillä se mahtuu aikatauluuni...
Alexandru Alexandru
On mukava oppia Codefinityltä
On mukava oppia Codefinityltä. Se on helppoa ja tarjoaa hyviä esimerkkejä opitusta...
jacob Templet
Easy to follow along with and provides…
Helppo seurata ja se tuo haastetta arkeeni. Haaste saa minut haluamaan oppia päivä toisensa jälkeen...
Elan
Codefinity on kattava oppimisväline…
Codefinity on kattava oppimisväline, joka auttaa kehittämään taitojasi ohjelmistoinsinöörinä tai datatieteilijänä. Harjoitukset ovat hauskoja ja erinomainen tapa hioa taitojasi...
Thibault
Ensimmäistä kertaa koodaamista opiskellen
Ensimmäistä kertaa koodaamista opiskellen ja onnistuneesti Codefinityn avulla – kiitos...
Adrien Morel
Hyvin suunniteltu täysin aloittelijoille
Hyvin suunniteltu täysin aloittelijoille, sisältää asteittaista edistystä ja saa minut tuntemaan oloni varmaksi....
_Gracy
se on yksinkertaisesti täydellisesti selitetty
se on yksinkertaisesti täydellisesti selitetty! Tähän mennessä en ole kohdannut vaikeuksia, koska kaikki on niin hyvin järjestetty....
Ruslan Kravchuk
Tärkeintä on oppia eikä luovuttaa
Materiaali on hyvä, opittavaa riittää – kaikki parantuaksesi ja tärkeintä on oppia sitä, mitä haluat....
Matteo Comune
Kiitos heille opin paljon…
Kiitos heille opin paljon nopeammin, koska he auttavat ymmärtämään kaiken alusta alkaen. Tämä on paras sivusto, joka tukee IT-taustattomia...
Yuliana Cadavid
Loistava kurssi aloittelijoille
Loistava kurssi aloittelijoille, joka testaa tietosi jokaisella oppitunnilla...
Elpunzon
Nautin Codefinity-kokemuksestani…
Nautin Codefinity-kokemuksesta Pythonin oppimiseen. Itseohjautuva oppimismenetelmä on erinomainen, sillä se mahtuu aikatauluuni...
Alexandru Alexandru
On mukava oppia Codefinityltä
On mukava oppia Codefinityltä. Se on helppoa ja tarjoaa hyviä esimerkkejä opitusta...
jacob Templet
Easy to follow along with and provides…
Helppo seurata ja se tuo haastetta arkeeni. Haaste saa minut haluamaan oppia päivä toisensa jälkeen...
Elan
Codefinity on kattava oppimisväline…
Codefinity on kattava oppimisväline, joka auttaa kehittämään taitojasi ohjelmistoinsinöörinä tai datatieteilijänä. Harjoitukset ovat hauskoja ja erinomainen tapa hioa taitojasi...
Thibault
Ensimmäistä kertaa koodaamista opiskellen
Ensimmäistä kertaa koodaamista opiskellen ja onnistuneesti Codefinityn avulla – kiitos...
Adrien Morel
Hyvin suunniteltu täysin aloittelijoille
Hyvin suunniteltu täysin aloittelijoille, sisältää asteittaista edistystä ja saa minut tuntemaan oloni varmaksi....
_Gracy
se on yksinkertaisesti täydellisesti selitetty
se on yksinkertaisesti täydellisesti selitetty! Tähän mennessä en ole kohdannut vaikeuksia, koska kaikki on niin hyvin järjestetty....
Data Engineer
Suoritustodistus
Näytä äskettäin hankitut taitosi. Olet ansainnut sen
Discover more
Learning tracks
Vain Ultimate
1 Kurssi
1 Projekti
0 Task
Vain Ultimate
7 Kurssit
345 Tehtävät
Vain Ultimate
5 Kurssit
119 Tehtävät
Vain Ultimate
5 Kurssit
146 Tehtävät
Vain Ultimate
4 Kurssit
115 Tehtävät
Vain Ultimate
6 Kurssit
101 Tehtävät
Vain Ultimate
6 Kurssit
168 Tehtävät
Vain Ultimate
5 Kurssit
135 Tehtävät
Vain Ultimate
2 Kurssit
1 Projekti
57 Tehtävät
Vain Ultimate
7 Kurssit
376 Tehtävät
Vain Ultimate
4 Kurssit
143 Tehtävät
Vain Ultimate
5 Kurssit
180 Tehtävät
Vain Ultimate
5 Kurssit
165 Tehtävät
Vain Ultimate
6 Kurssit
308 Tehtävät
Vain Ultimate
6 Kurssit
252 Tehtävät
Vain Ultimate
8 Kurssit
2 Projektit
176 Tehtävät
Vain Ultimate
2 Kurssit
80 Tehtävät
Vain Ultimate
7 Kurssit
293 Tehtävät
Vain Ultimate
1 Projekti
0 Task
Vain Ultimate
2 Kurssit
21 Tehtävät
Vain Ultimate
5 Kurssit
111 Tehtävät
Vain Ultimate
2 Kurssit
0 Task
Vain Ultimate
3 Kurssit
39 Tehtävät
Vain Ultimate
13 Kurssit
555 Tehtävät
Vain Ultimate
1 Kurssi
0 Task
Vain Ultimate
0 Task
Vain Ultimate
5 Kurssit
139 Tehtävät
Vain Ultimate
3 Kurssit
71 Tehtävät
Vain Ultimate
7 Kurssit
282 Tehtävät
Vain Ultimate
5 Kurssit
239 Tehtävät
Vain Ultimate
4 Kurssit
125 Tehtävät
Vain Ultimate
2 Kurssit
33 Tehtävät
Vain Ultimate
3 Kurssit
119 Tehtävät
Vain Ultimate
1 Kurssi
15 Tehtävät
Vain Ultimate
3 Kurssit
75 Tehtävät
Vain Ultimate
3 Kurssit
31 Tehtävät
Vain Ultimate
2 Kurssit
151 Tehtävät
Vain Ultimate
3 Kurssit
56 Tehtävät
Vain Ultimate
2 Kurssit
1 Projekti
38 Tehtävät
Vain Ultimate
3 Kurssit
36 Tehtävät
Vain Ultimate
2 Kurssit
1 Projekti
38 Tehtävät
Vain Ultimate
5 Kurssit
134 Tehtävät
Learning tracks
polku
TEST TRACK 12
Aloittelija
4.0
(7146)
polku
Full Stack Web Development
Aloittelija
4.5
(58)
polku
Become a React Developer
Keskitaso
4.9
(7)
polku
Mastering Data Visualization
Keskitaso
4.6
(7)
polku
SQL from Zero to Hero
Aloittelija
4.7
(93)
polku
С++ Essentials
Aloittelija
4.4
(17)
polku
Python from Zero to Hero
Aloittelija
4.7
(284)
polku
Supervised Machine Learning
Keskitaso
4.9
(7)
polku
Python Beyond Intermediate
Aloittelija
5.0
(1)
polku
Java Essentials
Aloittelija
4.3
(9)
polku
Game Development with Unity
Aloittelija
4.6
(7)
polku
Become a Django Developer
Edistynyt
4.4
(27)
polku
Flask for Dummies
Keskitaso
4.5
(31)
polku
Frontend Development Foundations
Aloittelija
4.6
(52)
polku
Web Developer from Zero to Hero
Aloittelija
4.6
(56)
polku
Preparation for Data Science
Keskitaso
4.5
(11)
polku
Deep Learning Odyssey
Edistynyt
5.0
(3)
polku
Web Development with C#
Aloittelija
4.8
(98)
polku
TEST E2E TRACK BEGINNER
Aloittelija
polku
Test Track
Begginer
4.7
(3)
polku
Skilled Python BackEnd Developer
Edistynyt
4.7
(261)
polku
Test Recalculate
Aloittelija
polku
Excel Essentials
Aloittelija
4.5
(33)
polku
Full-Stack .NET Developer Journey
Keskitaso
4.8
(129)
polku
Test track with rating
Edistynyt
4.0
(4)
polku
TEST TEST TRACK
Aloittelija
polku
Data Analyst Foundation
Aloittelija
4.7
(111)
polku
C++ Mastery
Edistynyt
polku
Java Web
Edistynyt
4.5
(30)
polku
Become a QA Engineer
Aloittelija
4.5
(43)
polku
Video Production with Adobe
Aloittelija
polku
Digital Marketing Essentials
Aloittelija
polku
UI/UX Design Tools
Aloittelija
polku
Test image upload track
Aloittelija
polku
Essential Office Skills
Aloittelija
4.6
(24)
polku
GitHub from Zero to Hero
Aloittelija
polku
No-Code Website Development
Aloittelija
polku
C Programming & Low-Level Development
Aloittelija
polku
testes
Aloittelija
4.7
(3)
polku
Test translation track
Keskitaso
polku
Test CMS Track
Aloittelija
4.7
(3)
polku
Python for Data Analysis
Keskitaso
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