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

Game Development with Unity

laptop4 Courses
list164 Tasks

Beginner

4.4
(333)
track
lockOnly for Ultimate
track image

Video Production with Adobe

laptop4 Courses
list123 Tasks

Beginner

5.0
(15)
track
lockOnly for Ultimate
track image

UI/UX Design Tools

laptop4 Courses
list161 Tasks

Beginner

4.8
(29)
track
lockOnly for Ultimate
track image

Essential Office Skills

laptop3 Courses
list75 Tasks

Beginner

4.5
(946)
track
lockOnly for Ultimate
track image

Digital Marketing Essentials

laptop6 Courses
list293 Tasks

Beginner

4.5
(36)

Courses & Projects

course

Build Meaningful and Accessible Web Pages

Build Meaningful and Accessible Web Pages

Learn to create clean, meaningful, and accessible web pages using semantic HTML. Discover how to use appropriate elements to structure content, enhance SEO, and improve user experience. Master the core principles of a well-designed modern website.

course

C Bitwise Operations and Binary Logic

C Bitwise Operations and Binary Logic

Learn how C works at the bit level. This course explains bitwise operators, masks, flags, shifts, and binary data manipulation, helping you write efficient, low-level, and predictable C code.

course

C Conditional Statements

C Conditional Statements

Master the art of decision-making in C by learning how to control program flow using if, else, else if, switch, ternary operators, and guard clauses. This course blends concise theory with hands-on challenges to help you write smarter, more flexible C code.

course

C Device Drivers Basics

C Device Drivers Basics

Learn the foundational concepts and practical skills required to develop device drivers in C for Linux. This course covers the architecture of device drivers, kernel and user space interactions, driver types, kernel modules, memory management, interrupts, concurrency, and direct hardware communication.

course

C Networking Basics

C Networking Basics

Learn the essentials of computer networking by building real-world applications in C. This course guides you step by step through the fundamentals of sockets, protocols, and client-server communication, using hands-on examples and clear explanations.

course

C# Async and Await Practice

C# Async and Await Practice

Master asynchronous programming in C# with hands-on practice and engaging explanations. Learn to convert synchronous code to async, process collections concurrently, handle timeouts, and manage errors effectively using async/await.

course

C# Lists & Collections

C# Lists & Collections

Master the essential C# collections, from basic lists to advanced dictionaries and sets. This course blends engaging theory with practical, real-world challenges to help you confidently use collections in your C# projects.

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

CSS Flexbox Foundations

CSS Flexbox Foundations

Build flexible, responsive layouts using CSS Flexbox. This course breaks down how Flexbox organizes space, aligns items, and simplifies complex positioning problems in modern web design.

course

Canvas Apps with Konva.js and JavaScript

Canvas Apps with Konva.js and JavaScript

Build interactive canvas based applications using Konva JS and JavaScript. Learn to work with stages, layers, shapes, events, drawing tools, text, and images to create rich canvas experiences. Apply these skills to design whiteboard style editors, diagram tools, and other custom interactive canvas interfaces.

course

Cybersecurity Thinking for Project Leads

Cybersecurity Thinking for Project Leads

Empower project leads to make informed, security-conscious decisions throughout the project lifecycle. This course focuses on practical cybersecurity thinking, risk assessment, and fostering a security-aware culture within project teams, using real-world scenarios and reflective guidance.

course

Dart Asynchronous Flow

Dart Asynchronous Flow

A concise, hands-on course introducing Dart's asynchronous programming model. Learn how to work with Futures, async/await, chaining, coordination, and Streams using clear, console-based examples.

course

Dart Control Flow

Dart Control Flow

Master Dart's control flow mechanisms with concise, console-based examples. Learn to direct program execution using conditionals, loops, and advanced flow techniques for robust and readable Dart code.

course

Dart OOP Essentials

Dart OOP Essentials

A concise, beginner-friendly course focused on the core object-oriented programming concepts in Dart. Learn to design robust classes, leverage inheritance and composition, and write maintainable OOP code.
not found

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

Career tracks

track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list164 Tasks

Beginner

4.4
(333)
track
lockOnly for Ultimate
track image

Video Production with Adobe

laptop4 Courses
list123 Tasks

Beginner

5.0
(15)
track
lockOnly for Ultimate
track image

UI/UX Design Tools

laptop4 Courses
list161 Tasks

Beginner

4.8
(29)
track
lockOnly for Ultimate
track image

Essential Office Skills

laptop3 Courses
list75 Tasks

Beginner

4.5
(946)
track
lockOnly for Ultimate
track image

Digital Marketing Essentials

laptop6 Courses
list293 Tasks

Beginner

4.5
(36)
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

Video Production with Adobe

laptop4 Courses
list123 Tasks
5.0
track
track image
For Ultimate

Only for Ultimate

UI/UX Design Tools

laptop4 Courses
list161 Tasks
4.8
track
track image
For Ultimate

Only for Ultimate

Essential Office Skills

laptop3 Courses
list75 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Digital Marketing Essentials

laptop6 Courses
list293 Tasks
4.5
Search
Close

Courses & Projects

Technologies

course

Build Meaningful and Accessible Web Pages

Build Meaningful and Accessible Web Pages

Learn to create clean, meaningful, and accessible web pages using semantic HTML. Discover how to use appropriate elements to structure content, enhance SEO, and improve user experience. Master the core principles of a well-designed modern website.

course

C Bitwise Operations and Binary Logic

C Bitwise Operations and Binary Logic

Learn how C works at the bit level. This course explains bitwise operators, masks, flags, shifts, and binary data manipulation, helping you write efficient, low-level, and predictable C code.

course

C Conditional Statements

C Conditional Statements

Master the art of decision-making in C by learning how to control program flow using if, else, else if, switch, ternary operators, and guard clauses. This course blends concise theory with hands-on challenges to help you write smarter, more flexible C code.

course

C Device Drivers Basics

C Device Drivers Basics

Learn the foundational concepts and practical skills required to develop device drivers in C for Linux. This course covers the architecture of device drivers, kernel and user space interactions, driver types, kernel modules, memory management, interrupts, concurrency, and direct hardware communication.

course

C Networking Basics

C Networking Basics

Learn the essentials of computer networking by building real-world applications in C. This course guides you step by step through the fundamentals of sockets, protocols, and client-server communication, using hands-on examples and clear explanations.

course

C# Async and Await Practice

C# Async and Await Practice

Master asynchronous programming in C# with hands-on practice and engaging explanations. Learn to convert synchronous code to async, process collections concurrently, handle timeouts, and manage errors effectively using async/await.

course

C# Lists & Collections

C# Lists & Collections

Master the essential C# collections, from basic lists to advanced dictionaries and sets. This course blends engaging theory with practical, real-world challenges to help you confidently use collections in your C# projects.

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

CSS Flexbox Foundations

CSS Flexbox Foundations

Build flexible, responsive layouts using CSS Flexbox. This course breaks down how Flexbox organizes space, aligns items, and simplifies complex positioning problems in modern web design.

course

Canvas Apps with Konva.js and JavaScript

Canvas Apps with Konva.js and JavaScript

Build interactive canvas based applications using Konva JS and JavaScript. Learn to work with stages, layers, shapes, events, drawing tools, text, and images to create rich canvas experiences. Apply these skills to design whiteboard style editors, diagram tools, and other custom interactive canvas interfaces.

course

Cybersecurity Thinking for Project Leads

Cybersecurity Thinking for Project Leads

Empower project leads to make informed, security-conscious decisions throughout the project lifecycle. This course focuses on practical cybersecurity thinking, risk assessment, and fostering a security-aware culture within project teams, using real-world scenarios and reflective guidance.

course

Dart Asynchronous Flow

Dart Asynchronous Flow

A concise, hands-on course introducing Dart's asynchronous programming model. Learn how to work with Futures, async/await, chaining, coordination, and Streams using clear, console-based examples.

course

Dart Control Flow

Dart Control Flow

Master Dart's control flow mechanisms with concise, console-based examples. Learn to direct program execution using conditionals, loops, and advanced flow techniques for robust and readable Dart code.

course

Dart OOP Essentials

Dart OOP Essentials

A concise, beginner-friendly course focused on the core object-oriented programming concepts in Dart. Learn to design robust classes, leverage inheritance and composition, and write maintainable OOP code.

course

Build Meaningful and Accessible Web Pages

Build Meaningful and Accessible Web Pages

Learn to create clean, meaningful, and accessible web pages using semantic HTML. Discover how to use appropriate elements to structure content, enhance SEO, and improve user experience. Master the core principles of a well-designed modern website.

course

C Bitwise Operations and Binary Logic

C Bitwise Operations and Binary Logic

Learn how C works at the bit level. This course explains bitwise operators, masks, flags, shifts, and binary data manipulation, helping you write efficient, low-level, and predictable C code.

course

C Conditional Statements

C Conditional Statements

Master the art of decision-making in C by learning how to control program flow using if, else, else if, switch, ternary operators, and guard clauses. This course blends concise theory with hands-on challenges to help you write smarter, more flexible C code.

course

C Device Drivers Basics

C Device Drivers Basics

Learn the foundational concepts and practical skills required to develop device drivers in C for Linux. This course covers the architecture of device drivers, kernel and user space interactions, driver types, kernel modules, memory management, interrupts, concurrency, and direct hardware communication.

course

C Networking Basics

C Networking Basics

Learn the essentials of computer networking by building real-world applications in C. This course guides you step by step through the fundamentals of sockets, protocols, and client-server communication, using hands-on examples and clear explanations.

course

C# Async and Await Practice

C# Async and Await Practice

Master asynchronous programming in C# with hands-on practice and engaging explanations. Learn to convert synchronous code to async, process collections concurrently, handle timeouts, and manage errors effectively using async/await.

course

C# Lists & Collections

C# Lists & Collections

Master the essential C# collections, from basic lists to advanced dictionaries and sets. This course blends engaging theory with practical, real-world challenges to help you confidently use collections in your C# projects.

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

CSS Flexbox Foundations

CSS Flexbox Foundations

Build flexible, responsive layouts using CSS Flexbox. This course breaks down how Flexbox organizes space, aligns items, and simplifies complex positioning problems in modern web design.

course

Canvas Apps with Konva.js and JavaScript

Canvas Apps with Konva.js and JavaScript

Build interactive canvas based applications using Konva JS and JavaScript. Learn to work with stages, layers, shapes, events, drawing tools, text, and images to create rich canvas experiences. Apply these skills to design whiteboard style editors, diagram tools, and other custom interactive canvas interfaces.

course

Cybersecurity Thinking for Project Leads

Cybersecurity Thinking for Project Leads

Empower project leads to make informed, security-conscious decisions throughout the project lifecycle. This course focuses on practical cybersecurity thinking, risk assessment, and fostering a security-aware culture within project teams, using real-world scenarios and reflective guidance.

course

Dart Asynchronous Flow

Dart Asynchronous Flow

A concise, hands-on course introducing Dart's asynchronous programming model. Learn how to work with Futures, async/await, chaining, coordination, and Streams using clear, console-based examples.

course

Dart Control Flow

Dart Control Flow

Master Dart's control flow mechanisms with concise, console-based examples. Learn to direct program execution using conditionals, loops, and advanced flow techniques for robust and readable Dart code.

course

Dart OOP Essentials

Dart OOP Essentials

A concise, beginner-friendly course focused on the core object-oriented programming concepts in Dart. Learn to design robust classes, leverage inheritance and composition, and write maintainable OOP code.
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