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

Web Development with C#

laptop10 Courses
list439 Tasks

Beginner

4.7
(3365)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop6 Courses
list215 Tasks

Beginner

4.6
(12469)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop7 Courses
list249 Tasks

Beginner

4.7
(3566)
track
lockOnly for Ultimate
track image

С++ Essentials

laptop6 Courses
list124 Tasks

Beginner

4.3
(1036)
track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list164 Tasks

Beginner

4.4
(208)

Courses & Projects

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

shorts

Casual Introduction to Python

Casual Introduction to Python

Learn Python from scratch with short, practical lessons. We'll cover printing text, creating variables, working with numbers, strings, and Booleans, making decisions with if-elif-else, using lists, and building loops. Simple explanations, real examples — no experience needed, just start coding!

course

Code Quality and Refactoring in Python

Code Quality and Refactoring in Python

Master the principles of writing clean, maintainable, and efficient Python code. Learn to identify code smells, apply refactoring techniques, and adopt best practices for code quality. Practice your skills with hands-on tasks designed for those familiar with basic Python syntax.

course

Evaluation Metrics in Machine Learning with Python

Evaluation Metrics in Machine Learning with Python

A comprehensive course for intermediate learners to master the key evaluation metrics used in machine learning, covering both supervised and unsupervised tasks. The course progresses from foundational concepts to practical Python implementations, interpretation of results, and a comparative overview of metric types and their trade-offs.

course

Feature Encoding Methods in Python

Feature Encoding Methods in Python

Master advanced categorical feature encoding methods in Python, including Weight-of-Evidence, Leave-one-out, Helmert, and high-cardinality encodings. Learn to avoid encoding leakage and apply robust techniques for real-world data science projects.

course

Fundamentals of Information Security for Developers

Fundamentals of Information Security for Developers

A beginner-friendly course introducing core information security concepts, common vulnerabilities, and best practices for developers, illustrated with real-world software development examples.

course

Introduction to SciPy

Introduction to SciPy

A comprehensive course designed for students with strong math backgrounds and intermediate to advanced Python skills, focusing on leveraging SciPy for scientific computing, optimization, integration, and advanced mathematical operations.

course

Introduction to Stream API

Introduction to Stream API

Learn to harness Stream API in Java for efficient and elegant data processing. Explore its architecture, key principles, and functional interfaces, along with powerful operations like filtering, mapping, sorting, and collecting results. Discover advanced techniques for performance optimization, error handling, and parallel processing to apply Stream API effectively in real-world scenarios.

course

JavaScript Array Methods

JavaScript Array Methods

Master the most practical and commonly used JavaScript array methods, progressing from foundational techniques to advanced functional programming patterns. Each chapter introduces a new method, explains its purpose, demonstrates real-world usage, and tests your understanding.

course

Matlab Basics

Matlab Basics

Matlab's simplicity, efficiency, and overall computing power make it an excellent programming language for both beginners and top professionals alike. It's the language of choice for anything to do with numbers and data. This is an accelerated course designed to rocket you from beginner to professional, showing you every step along the way, so that you'll walk away ready to begin your programming career.

course

Product Management Fundamentals

Product Management Fundamentals

Product Management Foundations offers a practical introduction to the core principles, tools, and techniques every product manager needs. You'll explore how to define product vision, map user needs, and build roadmaps that align strategy with execution. Through hands-on exercises, you'll learn to create user personas, validate ideas through prototyping, and present your product with clarity and impact. By the end, you'll be equipped to guide a product from concept to pitch with confidence.

course

Project Management

Project Management

Gain the essential skills needed to manage projects from start to finish. Learn to define project requirements and deliverables during the initiation phase, create a project plan and accurately estimate time in the planning phase, lead meetings, write status reports, and control costs during execution, and seek client feedback while closing a project. By the end, you will be equipped to manage projects effectively and avoid common mistakes.

course

Python Multithreading and Multiprocessing

Python Multithreading and Multiprocessing

A beginner-friendly course introducing the concepts, techniques, and practical applications of multithreading and multiprocessing in Python. Learn how to write concurrent programs, manage threads and processes, and solve real-world problems using parallel execution.

course

SQL Data Types Explained

SQL Data Types Explained

A beginner-friendly course that demystifies SQL data types, guiding you through their purpose, usage, and best practices. Learn how to choose the right data type for your data, avoid common pitfalls, and build robust, efficient databases.
not found

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

Career tracks

track
lockOnly for Ultimate
track image

Web Development with C#

laptop10 Courses
list439 Tasks

Beginner

4.7
(3365)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop6 Courses
list215 Tasks

Beginner

4.6
(12469)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop7 Courses
list249 Tasks

Beginner

4.7
(3566)
track
lockOnly for Ultimate
track image

С++ Essentials

laptop6 Courses
list124 Tasks

Beginner

4.3
(1036)
track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list164 Tasks

Beginner

4.4
(208)
track
track image
For Ultimate

Only for Ultimate

Web Development with C#

laptop10 Courses
list439 Tasks
4.7
track
track image
For Ultimate

Only for Ultimate

Python from Zero to Hero

laptop6 Courses
list215 Tasks
4.6
track
track image
For Ultimate

Only for Ultimate

SQL from Zero to Hero

laptop7 Courses
list249 Tasks
4.7
track
track image
For Ultimate

Only for Ultimate

С++ Essentials

laptop6 Courses
list124 Tasks
4.3
track
track image
For Ultimate

Only for Ultimate

Game Development with Unity

laptop4 Courses
list164 Tasks
4.4
Search
Close

Courses & Projects

Technologies

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

shorts

Casual Introduction to Python

Casual Introduction to Python

Learn Python from scratch with short, practical lessons. We'll cover printing text, creating variables, working with numbers, strings, and Booleans, making decisions with if-elif-else, using lists, and building loops. Simple explanations, real examples — no experience needed, just start coding!

course

Code Quality and Refactoring in Python

Code Quality and Refactoring in Python

Master the principles of writing clean, maintainable, and efficient Python code. Learn to identify code smells, apply refactoring techniques, and adopt best practices for code quality. Practice your skills with hands-on tasks designed for those familiar with basic Python syntax.

course

Evaluation Metrics in Machine Learning with Python

Evaluation Metrics in Machine Learning with Python

A comprehensive course for intermediate learners to master the key evaluation metrics used in machine learning, covering both supervised and unsupervised tasks. The course progresses from foundational concepts to practical Python implementations, interpretation of results, and a comparative overview of metric types and their trade-offs.

course

Feature Encoding Methods in Python

Feature Encoding Methods in Python

Master advanced categorical feature encoding methods in Python, including Weight-of-Evidence, Leave-one-out, Helmert, and high-cardinality encodings. Learn to avoid encoding leakage and apply robust techniques for real-world data science projects.

course

Fundamentals of Information Security for Developers

Fundamentals of Information Security for Developers

A beginner-friendly course introducing core information security concepts, common vulnerabilities, and best practices for developers, illustrated with real-world software development examples.

course

Introduction to SciPy

Introduction to SciPy

A comprehensive course designed for students with strong math backgrounds and intermediate to advanced Python skills, focusing on leveraging SciPy for scientific computing, optimization, integration, and advanced mathematical operations.

course

Introduction to Stream API

Introduction to Stream API

Learn to harness Stream API in Java for efficient and elegant data processing. Explore its architecture, key principles, and functional interfaces, along with powerful operations like filtering, mapping, sorting, and collecting results. Discover advanced techniques for performance optimization, error handling, and parallel processing to apply Stream API effectively in real-world scenarios.

course

JavaScript Array Methods

JavaScript Array Methods

Master the most practical and commonly used JavaScript array methods, progressing from foundational techniques to advanced functional programming patterns. Each chapter introduces a new method, explains its purpose, demonstrates real-world usage, and tests your understanding.

course

Matlab Basics

Matlab Basics

Matlab's simplicity, efficiency, and overall computing power make it an excellent programming language for both beginners and top professionals alike. It's the language of choice for anything to do with numbers and data. This is an accelerated course designed to rocket you from beginner to professional, showing you every step along the way, so that you'll walk away ready to begin your programming career.

course

Product Management Fundamentals

Product Management Fundamentals

Product Management Foundations offers a practical introduction to the core principles, tools, and techniques every product manager needs. You'll explore how to define product vision, map user needs, and build roadmaps that align strategy with execution. Through hands-on exercises, you'll learn to create user personas, validate ideas through prototyping, and present your product with clarity and impact. By the end, you'll be equipped to guide a product from concept to pitch with confidence.

course

Project Management

Project Management

Gain the essential skills needed to manage projects from start to finish. Learn to define project requirements and deliverables during the initiation phase, create a project plan and accurately estimate time in the planning phase, lead meetings, write status reports, and control costs during execution, and seek client feedback while closing a project. By the end, you will be equipped to manage projects effectively and avoid common mistakes.

course

Python Multithreading and Multiprocessing

Python Multithreading and Multiprocessing

A beginner-friendly course introducing the concepts, techniques, and practical applications of multithreading and multiprocessing in Python. Learn how to write concurrent programs, manage threads and processes, and solve real-world problems using parallel execution.

course

SQL Data Types Explained

SQL Data Types Explained

A beginner-friendly course that demystifies SQL data types, guiding you through their purpose, usage, and best practices. Learn how to choose the right data type for your data, avoid common pitfalls, and build robust, efficient databases.

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

shorts

Casual Introduction to Python

Casual Introduction to Python

Learn Python from scratch with short, practical lessons. We'll cover printing text, creating variables, working with numbers, strings, and Booleans, making decisions with if-elif-else, using lists, and building loops. Simple explanations, real examples — no experience needed, just start coding!

course

Code Quality and Refactoring in Python

Code Quality and Refactoring in Python

Master the principles of writing clean, maintainable, and efficient Python code. Learn to identify code smells, apply refactoring techniques, and adopt best practices for code quality. Practice your skills with hands-on tasks designed for those familiar with basic Python syntax.

course

Evaluation Metrics in Machine Learning with Python

Evaluation Metrics in Machine Learning with Python

A comprehensive course for intermediate learners to master the key evaluation metrics used in machine learning, covering both supervised and unsupervised tasks. The course progresses from foundational concepts to practical Python implementations, interpretation of results, and a comparative overview of metric types and their trade-offs.

course

Feature Encoding Methods in Python

Feature Encoding Methods in Python

Master advanced categorical feature encoding methods in Python, including Weight-of-Evidence, Leave-one-out, Helmert, and high-cardinality encodings. Learn to avoid encoding leakage and apply robust techniques for real-world data science projects.

course

Fundamentals of Information Security for Developers

Fundamentals of Information Security for Developers

A beginner-friendly course introducing core information security concepts, common vulnerabilities, and best practices for developers, illustrated with real-world software development examples.

course

Introduction to SciPy

Introduction to SciPy

A comprehensive course designed for students with strong math backgrounds and intermediate to advanced Python skills, focusing on leveraging SciPy for scientific computing, optimization, integration, and advanced mathematical operations.

course

Introduction to Stream API

Introduction to Stream API

Learn to harness Stream API in Java for efficient and elegant data processing. Explore its architecture, key principles, and functional interfaces, along with powerful operations like filtering, mapping, sorting, and collecting results. Discover advanced techniques for performance optimization, error handling, and parallel processing to apply Stream API effectively in real-world scenarios.

course

JavaScript Array Methods

JavaScript Array Methods

Master the most practical and commonly used JavaScript array methods, progressing from foundational techniques to advanced functional programming patterns. Each chapter introduces a new method, explains its purpose, demonstrates real-world usage, and tests your understanding.

course

Matlab Basics

Matlab Basics

Matlab's simplicity, efficiency, and overall computing power make it an excellent programming language for both beginners and top professionals alike. It's the language of choice for anything to do with numbers and data. This is an accelerated course designed to rocket you from beginner to professional, showing you every step along the way, so that you'll walk away ready to begin your programming career.

course

Product Management Fundamentals

Product Management Fundamentals

Product Management Foundations offers a practical introduction to the core principles, tools, and techniques every product manager needs. You'll explore how to define product vision, map user needs, and build roadmaps that align strategy with execution. Through hands-on exercises, you'll learn to create user personas, validate ideas through prototyping, and present your product with clarity and impact. By the end, you'll be equipped to guide a product from concept to pitch with confidence.

course

Project Management

Project Management

Gain the essential skills needed to manage projects from start to finish. Learn to define project requirements and deliverables during the initiation phase, create a project plan and accurately estimate time in the planning phase, lead meetings, write status reports, and control costs during execution, and seek client feedback while closing a project. By the end, you will be equipped to manage projects effectively and avoid common mistakes.

course

Python Multithreading and Multiprocessing

Python Multithreading and Multiprocessing

A beginner-friendly course introducing the concepts, techniques, and practical applications of multithreading and multiprocessing in Python. Learn how to write concurrent programs, manage threads and processes, and solve real-world problems using parallel execution.

course

SQL Data Types Explained

SQL Data Types Explained

A beginner-friendly course that demystifies SQL data types, guiding you through their purpose, usage, and best practices. Learn how to choose the right data type for your data, avoid common pitfalls, and build robust, efficient databases.
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