Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
All Courses & Projects | Codefinity
Filters
reverse icon

Technologies

Topic

Level

Type of lesson

Career tracks

track
lockOnly for Ultimate
track image

TEST TRACK 12

laptop1 Course
pencil-with-line1 Project
list0 Task

Beginner

4.0
(19402)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list386 Tasks

Beginner

4.5
(54)
track
lockOnly for Ultimate
track image

Become a React Developer 2024

laptop4 Courses
list73 Tasks

Intermediate

4.8
(8)
track
lockOnly for Ultimate
track image

Mastering Data Visualization (2023)

laptop5 Courses
list146 Tasks

Intermediate

5.0
(2)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero 2023

laptop7 Courses
list248 Tasks

Beginner

4.6
(114)

Courses & Projects

course

C# Strings and Text Processing

C# Strings and Text Processing

Master the essentials of string manipulation, text parsing, and efficient text processing in C#. This course guides you from the basics of working with strings to advanced text analysis and formatting, using engaging real-world examples and hands-on challenges.

course

C++ Arrays

C++ Arrays

Master arrays in modern C++. Learn how arrays work, how to use them safely, and how to apply them in practical C++ programs. This course guides you from the basics of array declaration to advanced usage, including pitfalls and modern alternatives.

course

C++ Concurrency and Multithreading

C++ Concurrency and Multithreading

Learn how to write efficient, thread-safe, and high-performance C++ programs. This course introduces the fundamentals of concurrency, thread management, and synchronization, then moves to advanced tools and best practices. You'll explore key concepts like mutexes, locks, atomic operations, and condition variables, and apply them to build real-world concurrent applications. By the end, you’ll understand how to safely manage threads, avoid common pitfalls, and use modern C++ features like std::async, futures, and thread pools to design scalable multithreaded systems.

course

C++ Dates and Times

C++ Dates and Times

Master the essentials of handling, formatting, and measuring dates and times in C++. Start with foundational C-style time handling, then progress to the modern <chrono> library, and learn practical techniques for formatting, parsing, and converting time representations.

course

C++ Design Patterns

C++ Design Patterns

A hands-on, real-world focused course on advanced design patterns in C++. Learn to implement, refactor, and test maintainable solutions using modern C++23, with practical coding tasks and unit tests.

course

C++ FOundations: V1

C++ FOundations: V1

A beginner-friendly course introducing the core concepts of C++ programming, featuring hands-on practice chapters to reinforce learning.

course

C++ Foundations: An Introductory Course

C++ Foundations: An Introductory Course

A beginner-friendly course introducing the essential concepts of C++ programming, including syntax, variables, control flow, functions, and basic data structures. Each section builds foundational knowledge, with practice challenges to reinforce learning.

course

C++ Functional Utilities

C++ Functional Utilities

Master the functional programming tools and patterns available in modern C++. Learn to use lambdas, std::function, callable objects, predicates, and higher-order utilities to write expressive, reusable, and efficient code with the STL.

course

C++ Lambda Expressions

C++ Lambda Expressions

Master the power of modern C++ lambdas β€” from writing concise inline functions to capturing variables efficiently. Explore how lambdas simplify code structure, enable functional programming patterns, and enhance flexibility when used with STL algorithms. Learn to handle captures, mutable states, and return types with precision. By the end, you’ll be able to use lambdas confidently for cleaner, faster, and more expressive C++ code.

course

C++ Library Development

C++ Library Development

A comprehensive beginner-to-intermediate course guiding learners through the process of designing, implementing, packaging, and distributing C++ libraries. The course covers best practices for API design, project structuring, building static/shared libraries, and preparing libraries for real-world distribution.

course

C++ Modern Features

C++ Modern Features

Master the essential features introduced in C++11, C++14, and C++17. This course guides you through modern C++ programming paradigms, including type inference, smart pointers, move semantics, functional programming, and concurrency, with hands-on practice after each concept.

course

C++ Move Semantics

C++ Move Semantics

Master the principles and practical applications of move semantics and rvalue references in modern C++. Learn how to write efficient, resource-safe code by leveraging move constructors, move assignment operators, and the standard library's move utilities. Progress from foundational concepts to advanced patterns and best practices, culminating in a hands-on project.

course

C++ Namespaces and Modules

C++ Namespaces and Modules

Master the art of organizing and managing C++ code using namespaces and modern C++20 modules. This course focuses on practical techniques to modularize code, avoid naming conflicts, and leverage the latest language features for scalable software development.

course

C++ STL Containers and Algorithms

C++ STL Containers and Algorithms

Master modern C++ through the power of the Standard Template Library. Learn how containers, iterators, and algorithms work together to create clean, efficient, and expressive code. Explore essential containers like vector, map, and unordered_map, understand their performance trade-offs, and apply core algorithms for searching, sorting, transforming, and generating data. Build a solid foundation for writing robust, reusable, and high-performance C++ programs.

course

C++ STL Containers and Algorithms

C++ STL Containers and Algorithms

Master modern C++ through the power of the Standard Template Library. Learn how containers, iterators, and algorithms work together to create clean, efficient, and expressive code. Explore essential containers like vector, map, and unordered_map, understand their performance trade-offs, and apply core algorithms for searching, sorting, transforming, and generating data. Build a solid foundation for writing robust, reusable, and high-performance C++ programs.
not found

Sorry... We can't find
what you're looking for

Career tracks

track
lockOnly for Ultimate
track image

TEST TRACK 12

laptop1 Course
pencil-with-line1 Project
list0 Task

Beginner

4.0
(19402)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list386 Tasks

Beginner

4.5
(54)
track
lockOnly for Ultimate
track image

Become a React Developer 2024

laptop4 Courses
list73 Tasks

Intermediate

4.8
(8)
track
lockOnly for Ultimate
track image

Mastering Data Visualization (2023)

laptop5 Courses
list146 Tasks

Intermediate

5.0
(2)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero 2023

laptop7 Courses
list248 Tasks

Beginner

4.6
(114)
track
track image
For Ultimate

Only for Ultimate

TEST TRACK 12

laptop1 Course
pencil-with-line1 Project
list0 Task
4.0
track
track image
For Ultimate

Only for Ultimate

Full Stack Web Development

laptop7 Courses
list386 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Become a React Developer 2024

laptop4 Courses
list73 Tasks
4.8
track
track image
For Ultimate

Only for Ultimate

Mastering Data Visualization (2023)

laptop5 Courses
list146 Tasks
5.0
track
track image
For Ultimate

Only for Ultimate

SQL from Zero to Hero 2023

laptop7 Courses
list248 Tasks
4.6
Search
Close

Courses & Projects

Technologies

course

C# Strings and Text Processing

C# Strings and Text Processing

Master the essentials of string manipulation, text parsing, and efficient text processing in C#. This course guides you from the basics of working with strings to advanced text analysis and formatting, using engaging real-world examples and hands-on challenges.

course

C++ Arrays

C++ Arrays

Master arrays in modern C++. Learn how arrays work, how to use them safely, and how to apply them in practical C++ programs. This course guides you from the basics of array declaration to advanced usage, including pitfalls and modern alternatives.

course

C++ Concurrency and Multithreading

C++ Concurrency and Multithreading

Learn how to write efficient, thread-safe, and high-performance C++ programs. This course introduces the fundamentals of concurrency, thread management, and synchronization, then moves to advanced tools and best practices. You'll explore key concepts like mutexes, locks, atomic operations, and condition variables, and apply them to build real-world concurrent applications. By the end, you’ll understand how to safely manage threads, avoid common pitfalls, and use modern C++ features like std::async, futures, and thread pools to design scalable multithreaded systems.

course

C++ Dates and Times

C++ Dates and Times

Master the essentials of handling, formatting, and measuring dates and times in C++. Start with foundational C-style time handling, then progress to the modern <chrono> library, and learn practical techniques for formatting, parsing, and converting time representations.

course

C++ Design Patterns

C++ Design Patterns

A hands-on, real-world focused course on advanced design patterns in C++. Learn to implement, refactor, and test maintainable solutions using modern C++23, with practical coding tasks and unit tests.

course

C++ FOundations: V1

C++ FOundations: V1

A beginner-friendly course introducing the core concepts of C++ programming, featuring hands-on practice chapters to reinforce learning.

course

C++ Foundations: An Introductory Course

C++ Foundations: An Introductory Course

A beginner-friendly course introducing the essential concepts of C++ programming, including syntax, variables, control flow, functions, and basic data structures. Each section builds foundational knowledge, with practice challenges to reinforce learning.

course

C++ Functional Utilities

C++ Functional Utilities

Master the functional programming tools and patterns available in modern C++. Learn to use lambdas, std::function, callable objects, predicates, and higher-order utilities to write expressive, reusable, and efficient code with the STL.

course

C++ Lambda Expressions

C++ Lambda Expressions

Master the power of modern C++ lambdas β€” from writing concise inline functions to capturing variables efficiently. Explore how lambdas simplify code structure, enable functional programming patterns, and enhance flexibility when used with STL algorithms. Learn to handle captures, mutable states, and return types with precision. By the end, you’ll be able to use lambdas confidently for cleaner, faster, and more expressive C++ code.

course

C++ Library Development

C++ Library Development

A comprehensive beginner-to-intermediate course guiding learners through the process of designing, implementing, packaging, and distributing C++ libraries. The course covers best practices for API design, project structuring, building static/shared libraries, and preparing libraries for real-world distribution.

course

C++ Modern Features

C++ Modern Features

Master the essential features introduced in C++11, C++14, and C++17. This course guides you through modern C++ programming paradigms, including type inference, smart pointers, move semantics, functional programming, and concurrency, with hands-on practice after each concept.

course

C++ Move Semantics

C++ Move Semantics

Master the principles and practical applications of move semantics and rvalue references in modern C++. Learn how to write efficient, resource-safe code by leveraging move constructors, move assignment operators, and the standard library's move utilities. Progress from foundational concepts to advanced patterns and best practices, culminating in a hands-on project.

course

C++ Namespaces and Modules

C++ Namespaces and Modules

Master the art of organizing and managing C++ code using namespaces and modern C++20 modules. This course focuses on practical techniques to modularize code, avoid naming conflicts, and leverage the latest language features for scalable software development.

course

C++ STL Containers and Algorithms

C++ STL Containers and Algorithms

Master modern C++ through the power of the Standard Template Library. Learn how containers, iterators, and algorithms work together to create clean, efficient, and expressive code. Explore essential containers like vector, map, and unordered_map, understand their performance trade-offs, and apply core algorithms for searching, sorting, transforming, and generating data. Build a solid foundation for writing robust, reusable, and high-performance C++ programs.

course

C++ STL Containers and Algorithms

C++ STL Containers and Algorithms

Master modern C++ through the power of the Standard Template Library. Learn how containers, iterators, and algorithms work together to create clean, efficient, and expressive code. Explore essential containers like vector, map, and unordered_map, understand their performance trade-offs, and apply core algorithms for searching, sorting, transforming, and generating data. Build a solid foundation for writing robust, reusable, and high-performance C++ programs.

course

C# Strings and Text Processing

C# Strings and Text Processing

Master the essentials of string manipulation, text parsing, and efficient text processing in C#. This course guides you from the basics of working with strings to advanced text analysis and formatting, using engaging real-world examples and hands-on challenges.

course

C++ Arrays

C++ Arrays

Master arrays in modern C++. Learn how arrays work, how to use them safely, and how to apply them in practical C++ programs. This course guides you from the basics of array declaration to advanced usage, including pitfalls and modern alternatives.

course

C++ Concurrency and Multithreading

C++ Concurrency and Multithreading

Learn how to write efficient, thread-safe, and high-performance C++ programs. This course introduces the fundamentals of concurrency, thread management, and synchronization, then moves to advanced tools and best practices. You'll explore key concepts like mutexes, locks, atomic operations, and condition variables, and apply them to build real-world concurrent applications. By the end, you’ll understand how to safely manage threads, avoid common pitfalls, and use modern C++ features like std::async, futures, and thread pools to design scalable multithreaded systems.

course

C++ Dates and Times

C++ Dates and Times

Master the essentials of handling, formatting, and measuring dates and times in C++. Start with foundational C-style time handling, then progress to the modern <chrono> library, and learn practical techniques for formatting, parsing, and converting time representations.

course

C++ Design Patterns

C++ Design Patterns

A hands-on, real-world focused course on advanced design patterns in C++. Learn to implement, refactor, and test maintainable solutions using modern C++23, with practical coding tasks and unit tests.

course

C++ FOundations: V1

C++ FOundations: V1

A beginner-friendly course introducing the core concepts of C++ programming, featuring hands-on practice chapters to reinforce learning.

course

C++ Foundations: An Introductory Course

C++ Foundations: An Introductory Course

A beginner-friendly course introducing the essential concepts of C++ programming, including syntax, variables, control flow, functions, and basic data structures. Each section builds foundational knowledge, with practice challenges to reinforce learning.

course

C++ Functional Utilities

C++ Functional Utilities

Master the functional programming tools and patterns available in modern C++. Learn to use lambdas, std::function, callable objects, predicates, and higher-order utilities to write expressive, reusable, and efficient code with the STL.

course

C++ Lambda Expressions

C++ Lambda Expressions

Master the power of modern C++ lambdas β€” from writing concise inline functions to capturing variables efficiently. Explore how lambdas simplify code structure, enable functional programming patterns, and enhance flexibility when used with STL algorithms. Learn to handle captures, mutable states, and return types with precision. By the end, you’ll be able to use lambdas confidently for cleaner, faster, and more expressive C++ code.

course

C++ Library Development

C++ Library Development

A comprehensive beginner-to-intermediate course guiding learners through the process of designing, implementing, packaging, and distributing C++ libraries. The course covers best practices for API design, project structuring, building static/shared libraries, and preparing libraries for real-world distribution.

course

C++ Modern Features

C++ Modern Features

Master the essential features introduced in C++11, C++14, and C++17. This course guides you through modern C++ programming paradigms, including type inference, smart pointers, move semantics, functional programming, and concurrency, with hands-on practice after each concept.

course

C++ Move Semantics

C++ Move Semantics

Master the principles and practical applications of move semantics and rvalue references in modern C++. Learn how to write efficient, resource-safe code by leveraging move constructors, move assignment operators, and the standard library's move utilities. Progress from foundational concepts to advanced patterns and best practices, culminating in a hands-on project.

course

C++ Namespaces and Modules

C++ Namespaces and Modules

Master the art of organizing and managing C++ code using namespaces and modern C++20 modules. This course focuses on practical techniques to modularize code, avoid naming conflicts, and leverage the latest language features for scalable software development.

course

C++ STL Containers and Algorithms

C++ STL Containers and Algorithms

Master modern C++ through the power of the Standard Template Library. Learn how containers, iterators, and algorithms work together to create clean, efficient, and expressive code. Explore essential containers like vector, map, and unordered_map, understand their performance trade-offs, and apply core algorithms for searching, sorting, transforming, and generating data. Build a solid foundation for writing robust, reusable, and high-performance C++ programs.

course

C++ STL Containers and Algorithms

C++ STL Containers and Algorithms

Master modern C++ through the power of the Standard Template Library. Learn how containers, iterators, and algorithms work together to create clean, efficient, and expressive code. Explore essential containers like vector, map, and unordered_map, understand their performance trade-offs, and apply core algorithms for searching, sorting, transforming, and generating data. Build a solid foundation for writing robust, reusable, and high-performance C++ programs.
not found

Sorry... We can't find
what you're looking for

We're sorry to hear that something went wrong. What happened?
some-alt