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

С++ Essentials

laptop6 Courses
list124 Tasks

Beginner

4.3
(1324)
track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list164 Tasks

Beginner

4.4
(297)
track
lockOnly for Ultimate
track image

Become a React Developer

laptop4 Courses
list73 Tasks

Intermediate

4.3
(124)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list386 Tasks

Beginner

4.6
(1483)
track
lockOnly for Ultimate
track image

Frontend Development Foundations

laptop6 Courses
list374 Tasks

Beginner

4.6
(1415)

Courses & Projects

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

Mastering CASE WHEN in SQL

Mastering CASE WHEN in SQL

A comprehensive course designed to help you master the CASE WHEN statement in SQL, from basic conditional logic to advanced use cases in data analysis and reporting. Through engaging theory and real-world tasks, you'll learn to write expressive, powerful queries that adapt to complex business requirements.

course

Node.js Foundations

Node.js Foundations

Understand how Node.js brings JavaScript to the server side and powers modern web development. Explore its architecture, event loop, and asynchronous behavior, then run real programs and manage modules with CommonJS and ES imports. Gain a solid foundation for building scalable, high-performance applications with Node.js.

course

Window Functions in SQL

Window Functions in SQL

Master the art of analyzing data with SQL window functions. This course guides you through the core concepts, syntax, and practical applications of window functions, empowering you to perform advanced analytics and reporting directly in SQL.

course

AI Automation Workflows with n8n

AI Automation Workflows with n8n

n8n is a flexible automation platform for connecting apps, transforming data, and building AI-powered workflows. You'll develop strong fundamentals through real, practical examples, covering triggers, JSON handling, data-flow theory, AI integration, webhooks, and complete automation builds. The focus is on understanding how information moves through a workflow and how to structure that information so nodes and APIs behave predictably. The result is the ability to design, debug, and ship reliable automations that work end to end.

course

PyTorch Essentials

PyTorch Essentials

Learn the fundamental and advanced concepts needed to work with PyTorch efficiently. Gain a solid understanding tensors, including creation, operations, and reshaping. Explore the essentials of gradients, backpropagation, and linear regression before moving on to handling datasets. Master the skill needed build, train, and evaluate neural networks.

course

Applied Computer Vision

Applied Computer Vision

Comprehensive introduction to Computer Vision, focusing on machine perception and interpretation of visual data. Covers image preprocessing, feature extraction, object detection, and deep learning techniques used in modern vision systems.

project

Coding with AI

Coding with AI

Coding with AI is a hands-on course designed for professionals eager to enhance their everyday work processes without delving into full-scale programming. This course equips you with practical coding techniques and AI tools to automate repetitive tasks, seamlessly convert and organize documents, and perform advanced data analysis. Learn how to create dynamic reports from CSV files, extract critical information from PDFs, auto-categorize files, and even integrate live data feeds like currency updates—all through intuitive, step-by-step projects. With real-world examples and a focus on immediate applicability, Coding with AI empowers you to boost productivity and make smarter decisions with minimal technical background.

course

Docker Essentials

Docker Essentials

A beginner-friendly course introducing the fundamentals of Docker, including containers, images, Docker Compose, and practical workflows for modern development.

course

Python Error Handling

Python Error Handling

A beginner-friendly course introducing Python's error handling mechanisms, including try-except blocks, exception types, and best practices for writing robust code.

course

Build a Code Free Website with WordPress

Build a Code Free Website with WordPress

Master the skills needed to build a modern, responsive website using WordPress—without writing code. Learn how to create and customize pages, install essential plugins, and launch a professional site ready for clients or personal use.

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++ Structures and Enumerations

C++ Structures and Enumerations

Master the essentials of C++ structures and enumerations. Learn how to define, use, and combine structs and enums to model real-world data, and practice with hands-on coding tasks.

course

Common Python Errors

Common Python Errors

A practical course designed to help learners identify, understand, and fix frequent mistakes made by Python programmers. Through real-world examples and hands-on tasks, students will develop the skills to debug, refactor, and write more robust Python code.

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

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

Career tracks

track
lockOnly for Ultimate
track image

С++ Essentials

laptop6 Courses
list124 Tasks

Beginner

4.3
(1324)
track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list164 Tasks

Beginner

4.4
(297)
track
lockOnly for Ultimate
track image

Become a React Developer

laptop4 Courses
list73 Tasks

Intermediate

4.3
(124)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list386 Tasks

Beginner

4.6
(1483)
track
lockOnly for Ultimate
track image

Frontend Development Foundations

laptop6 Courses
list374 Tasks

Beginner

4.6
(1415)
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
track
track image
For Ultimate

Only for Ultimate

Become a React Developer

laptop4 Courses
list73 Tasks
4.3
track
track image
For Ultimate

Only for Ultimate

Full Stack Web Development

laptop7 Courses
list386 Tasks
4.6
track
track image
For Ultimate

Only for Ultimate

Frontend Development Foundations

laptop6 Courses
list374 Tasks
4.6
Search
Close

Courses & Projects

Technologies

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

Mastering CASE WHEN in SQL

Mastering CASE WHEN in SQL

A comprehensive course designed to help you master the CASE WHEN statement in SQL, from basic conditional logic to advanced use cases in data analysis and reporting. Through engaging theory and real-world tasks, you'll learn to write expressive, powerful queries that adapt to complex business requirements.

course

Node.js Foundations

Node.js Foundations

Understand how Node.js brings JavaScript to the server side and powers modern web development. Explore its architecture, event loop, and asynchronous behavior, then run real programs and manage modules with CommonJS and ES imports. Gain a solid foundation for building scalable, high-performance applications with Node.js.

course

Window Functions in SQL

Window Functions in SQL

Master the art of analyzing data with SQL window functions. This course guides you through the core concepts, syntax, and practical applications of window functions, empowering you to perform advanced analytics and reporting directly in SQL.

course

AI Automation Workflows with n8n

AI Automation Workflows with n8n

n8n is a flexible automation platform for connecting apps, transforming data, and building AI-powered workflows. You'll develop strong fundamentals through real, practical examples, covering triggers, JSON handling, data-flow theory, AI integration, webhooks, and complete automation builds. The focus is on understanding how information moves through a workflow and how to structure that information so nodes and APIs behave predictably. The result is the ability to design, debug, and ship reliable automations that work end to end.

course

PyTorch Essentials

PyTorch Essentials

Learn the fundamental and advanced concepts needed to work with PyTorch efficiently. Gain a solid understanding tensors, including creation, operations, and reshaping. Explore the essentials of gradients, backpropagation, and linear regression before moving on to handling datasets. Master the skill needed build, train, and evaluate neural networks.

course

Applied Computer Vision

Applied Computer Vision

Comprehensive introduction to Computer Vision, focusing on machine perception and interpretation of visual data. Covers image preprocessing, feature extraction, object detection, and deep learning techniques used in modern vision systems.

project

Coding with AI

Coding with AI

Coding with AI is a hands-on course designed for professionals eager to enhance their everyday work processes without delving into full-scale programming. This course equips you with practical coding techniques and AI tools to automate repetitive tasks, seamlessly convert and organize documents, and perform advanced data analysis. Learn how to create dynamic reports from CSV files, extract critical information from PDFs, auto-categorize files, and even integrate live data feeds like currency updates—all through intuitive, step-by-step projects. With real-world examples and a focus on immediate applicability, Coding with AI empowers you to boost productivity and make smarter decisions with minimal technical background.

course

Docker Essentials

Docker Essentials

A beginner-friendly course introducing the fundamentals of Docker, including containers, images, Docker Compose, and practical workflows for modern development.

course

Python Error Handling

Python Error Handling

A beginner-friendly course introducing Python's error handling mechanisms, including try-except blocks, exception types, and best practices for writing robust code.

course

Build a Code Free Website with WordPress

Build a Code Free Website with WordPress

Master the skills needed to build a modern, responsive website using WordPress—without writing code. Learn how to create and customize pages, install essential plugins, and launch a professional site ready for clients or personal use.

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++ Structures and Enumerations

C++ Structures and Enumerations

Master the essentials of C++ structures and enumerations. Learn how to define, use, and combine structs and enums to model real-world data, and practice with hands-on coding tasks.

course

Common Python Errors

Common Python Errors

A practical course designed to help learners identify, understand, and fix frequent mistakes made by Python programmers. Through real-world examples and hands-on tasks, students will develop the skills to debug, refactor, and write more robust Python code.

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

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

Mastering CASE WHEN in SQL

Mastering CASE WHEN in SQL

A comprehensive course designed to help you master the CASE WHEN statement in SQL, from basic conditional logic to advanced use cases in data analysis and reporting. Through engaging theory and real-world tasks, you'll learn to write expressive, powerful queries that adapt to complex business requirements.

course

Node.js Foundations

Node.js Foundations

Understand how Node.js brings JavaScript to the server side and powers modern web development. Explore its architecture, event loop, and asynchronous behavior, then run real programs and manage modules with CommonJS and ES imports. Gain a solid foundation for building scalable, high-performance applications with Node.js.

course

Window Functions in SQL

Window Functions in SQL

Master the art of analyzing data with SQL window functions. This course guides you through the core concepts, syntax, and practical applications of window functions, empowering you to perform advanced analytics and reporting directly in SQL.

course

AI Automation Workflows with n8n

AI Automation Workflows with n8n

n8n is a flexible automation platform for connecting apps, transforming data, and building AI-powered workflows. You'll develop strong fundamentals through real, practical examples, covering triggers, JSON handling, data-flow theory, AI integration, webhooks, and complete automation builds. The focus is on understanding how information moves through a workflow and how to structure that information so nodes and APIs behave predictably. The result is the ability to design, debug, and ship reliable automations that work end to end.

course

PyTorch Essentials

PyTorch Essentials

Learn the fundamental and advanced concepts needed to work with PyTorch efficiently. Gain a solid understanding tensors, including creation, operations, and reshaping. Explore the essentials of gradients, backpropagation, and linear regression before moving on to handling datasets. Master the skill needed build, train, and evaluate neural networks.

course

Applied Computer Vision

Applied Computer Vision

Comprehensive introduction to Computer Vision, focusing on machine perception and interpretation of visual data. Covers image preprocessing, feature extraction, object detection, and deep learning techniques used in modern vision systems.

project

Coding with AI

Coding with AI

Coding with AI is a hands-on course designed for professionals eager to enhance their everyday work processes without delving into full-scale programming. This course equips you with practical coding techniques and AI tools to automate repetitive tasks, seamlessly convert and organize documents, and perform advanced data analysis. Learn how to create dynamic reports from CSV files, extract critical information from PDFs, auto-categorize files, and even integrate live data feeds like currency updates—all through intuitive, step-by-step projects. With real-world examples and a focus on immediate applicability, Coding with AI empowers you to boost productivity and make smarter decisions with minimal technical background.

course

Docker Essentials

Docker Essentials

A beginner-friendly course introducing the fundamentals of Docker, including containers, images, Docker Compose, and practical workflows for modern development.

course

Python Error Handling

Python Error Handling

A beginner-friendly course introducing Python's error handling mechanisms, including try-except blocks, exception types, and best practices for writing robust code.

course

Build a Code Free Website with WordPress

Build a Code Free Website with WordPress

Master the skills needed to build a modern, responsive website using WordPress—without writing code. Learn how to create and customize pages, install essential plugins, and launch a professional site ready for clients or personal use.

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++ Structures and Enumerations

C++ Structures and Enumerations

Master the essentials of C++ structures and enumerations. Learn how to define, use, and combine structs and enums to model real-world data, and practice with hands-on coding tasks.

course

Common Python Errors

Common Python Errors

A practical course designed to help learners identify, understand, and fix frequent mistakes made by Python programmers. Through real-world examples and hands-on tasks, students will develop the skills to debug, refactor, and write more robust Python code.

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