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
(17180)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list424 Tasks

Beginner

4.5
(53)
track
lockOnly for Ultimate
track image

Become a React Developer

laptop4 Courses
list98 Tasks

Intermediate

4.8
(8)
track
lockOnly for Ultimate
track image

Mastering Data Visualization

laptop5 Courses
list146 Tasks

Intermediate

4.4
(9)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop7 Courses
list249 Tasks

Beginner

4.6
(113)

Courses & Projects

course

C Defensive Programming and Error Handling

C Defensive Programming and Error Handling

A concise, concept-driven course to help you master safe coding, error handling, and defensive programming techniques in C. Learn to write robust, predictable, and maintainable C programs by understanding common pitfalls and best practices.

course

C File Handling Basics

C File Handling Basics

A concise beginner-friendly course introducing the essentials of file handling in C, including file types, opening/closing files, reading/writing data, error handling, and file pointers. Each chapter features clear explanations, simple code examples, and interactive quizzes.

course

C Loops for Beginners

C Loops for Beginners

Master the essential loop constructs in C, including while, for, and do-while loops, as well as control statements like break and continue. This course is designed for learners who already understand variables and conditionals, focusing on practical usage and concise explanations.

course

C Pointers Mastery

C Pointers Mastery

A comprehensive course designed to help intermediate C programmers master pointers, from fundamentals to advanced pointer manipulation and practical applications.

course

C Programming Fundamentals

C Programming Fundamentals

A comprehensive introduction to the C programming language, covering essential concepts, syntax, and practical skills for beginners. This course blends clear explanations with hands-on practice to build a solid foundation in C.

course

C Programming Project: Building a Simple Library Management System

C Programming Project: Building a Simple Library Management System

Learn C programming by building a complete Library Management System project. This course guides you through core C concepts, from variables and control flow to file operations and modular programming, all within the context of a practical, real-world application.

course

C# Arrays

C# Arrays

Master the essentials and advanced techniques of working with arrays in C#. This course guides you from the basics of declaring and initializing arrays, through practical manipulation, searching, and advanced operations like sorting and matrix calculations. Each section blends engaging theory with real-world themed challenges to ensure a hands-on, beginner-friendly learning experience.

course

C# Fundamentals: An Introductory Course

C# Fundamentals: An Introductory Course

A comprehensive beginner's course to C#, covering the essential building blocks of the language through clear explanations, practical examples, and hands-on challenges.

course

C# Loops Practice

C# Loops Practice

Deepen your understanding of C# loops with a hands-on, challenge-driven course. Explore for, while, and do-while loops, master nested structures, generate patterns, and tackle real-world problems. Each section alternates between engaging theory and practical coding challenges to ensure you build both conceptual understanding and practical fluency.

course

C# Methods and Modular Thinking

C# Methods and Modular Thinking

Master the art of writing modular, reusable, and clear code in C# by learning how to create, use, and reason about methods. This course guides you from the basics of function signatures to advanced modularization techniques, with engaging real-world challenges and step-by-step explanations.

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++ 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.
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
(17180)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list424 Tasks

Beginner

4.5
(53)
track
lockOnly for Ultimate
track image

Become a React Developer

laptop4 Courses
list98 Tasks

Intermediate

4.8
(8)
track
lockOnly for Ultimate
track image

Mastering Data Visualization

laptop5 Courses
list146 Tasks

Intermediate

4.4
(9)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop7 Courses
list249 Tasks

Beginner

4.6
(113)
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
list424 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Become a React Developer

laptop4 Courses
list98 Tasks
4.8
track
track image
For Ultimate

Only for Ultimate

Mastering Data Visualization

laptop5 Courses
list146 Tasks
4.4
track
track image
For Ultimate

Only for Ultimate

SQL from Zero to Hero

laptop7 Courses
list249 Tasks
4.6
Search
Close

Courses & Projects

Technologies

course

C Defensive Programming and Error Handling

C Defensive Programming and Error Handling

A concise, concept-driven course to help you master safe coding, error handling, and defensive programming techniques in C. Learn to write robust, predictable, and maintainable C programs by understanding common pitfalls and best practices.

course

C File Handling Basics

C File Handling Basics

A concise beginner-friendly course introducing the essentials of file handling in C, including file types, opening/closing files, reading/writing data, error handling, and file pointers. Each chapter features clear explanations, simple code examples, and interactive quizzes.

course

C Loops for Beginners

C Loops for Beginners

Master the essential loop constructs in C, including while, for, and do-while loops, as well as control statements like break and continue. This course is designed for learners who already understand variables and conditionals, focusing on practical usage and concise explanations.

course

C Pointers Mastery

C Pointers Mastery

A comprehensive course designed to help intermediate C programmers master pointers, from fundamentals to advanced pointer manipulation and practical applications.

course

C Programming Fundamentals

C Programming Fundamentals

A comprehensive introduction to the C programming language, covering essential concepts, syntax, and practical skills for beginners. This course blends clear explanations with hands-on practice to build a solid foundation in C.

course

C Programming Project: Building a Simple Library Management System

C Programming Project: Building a Simple Library Management System

Learn C programming by building a complete Library Management System project. This course guides you through core C concepts, from variables and control flow to file operations and modular programming, all within the context of a practical, real-world application.

course

C# Arrays

C# Arrays

Master the essentials and advanced techniques of working with arrays in C#. This course guides you from the basics of declaring and initializing arrays, through practical manipulation, searching, and advanced operations like sorting and matrix calculations. Each section blends engaging theory with real-world themed challenges to ensure a hands-on, beginner-friendly learning experience.

course

C# Fundamentals: An Introductory Course

C# Fundamentals: An Introductory Course

A comprehensive beginner's course to C#, covering the essential building blocks of the language through clear explanations, practical examples, and hands-on challenges.

course

C# Loops Practice

C# Loops Practice

Deepen your understanding of C# loops with a hands-on, challenge-driven course. Explore for, while, and do-while loops, master nested structures, generate patterns, and tackle real-world problems. Each section alternates between engaging theory and practical coding challenges to ensure you build both conceptual understanding and practical fluency.

course

C# Methods and Modular Thinking

C# Methods and Modular Thinking

Master the art of writing modular, reusable, and clear code in C# by learning how to create, use, and reason about methods. This course guides you from the basics of function signatures to advanced modularization techniques, with engaging real-world challenges and step-by-step explanations.

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++ 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 Defensive Programming and Error Handling

C Defensive Programming and Error Handling

A concise, concept-driven course to help you master safe coding, error handling, and defensive programming techniques in C. Learn to write robust, predictable, and maintainable C programs by understanding common pitfalls and best practices.

course

C File Handling Basics

C File Handling Basics

A concise beginner-friendly course introducing the essentials of file handling in C, including file types, opening/closing files, reading/writing data, error handling, and file pointers. Each chapter features clear explanations, simple code examples, and interactive quizzes.

course

C Loops for Beginners

C Loops for Beginners

Master the essential loop constructs in C, including while, for, and do-while loops, as well as control statements like break and continue. This course is designed for learners who already understand variables and conditionals, focusing on practical usage and concise explanations.

course

C Pointers Mastery

C Pointers Mastery

A comprehensive course designed to help intermediate C programmers master pointers, from fundamentals to advanced pointer manipulation and practical applications.

course

C Programming Fundamentals

C Programming Fundamentals

A comprehensive introduction to the C programming language, covering essential concepts, syntax, and practical skills for beginners. This course blends clear explanations with hands-on practice to build a solid foundation in C.

course

C Programming Project: Building a Simple Library Management System

C Programming Project: Building a Simple Library Management System

Learn C programming by building a complete Library Management System project. This course guides you through core C concepts, from variables and control flow to file operations and modular programming, all within the context of a practical, real-world application.

course

C# Arrays

C# Arrays

Master the essentials and advanced techniques of working with arrays in C#. This course guides you from the basics of declaring and initializing arrays, through practical manipulation, searching, and advanced operations like sorting and matrix calculations. Each section blends engaging theory with real-world themed challenges to ensure a hands-on, beginner-friendly learning experience.

course

C# Fundamentals: An Introductory Course

C# Fundamentals: An Introductory Course

A comprehensive beginner's course to C#, covering the essential building blocks of the language through clear explanations, practical examples, and hands-on challenges.

course

C# Loops Practice

C# Loops Practice

Deepen your understanding of C# loops with a hands-on, challenge-driven course. Explore for, while, and do-while loops, master nested structures, generate patterns, and tackle real-world problems. Each section alternates between engaging theory and practical coding challenges to ensure you build both conceptual understanding and practical fluency.

course

C# Methods and Modular Thinking

C# Methods and Modular Thinking

Master the art of writing modular, reusable, and clear code in C# by learning how to create, use, and reason about methods. This course guides you from the basics of function signatures to advanced modularization techniques, with engaging real-world challenges and step-by-step explanations.

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++ 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.
not found

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

Follow us

trustpilot logo

Address

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