Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Tous les cours et projets | Codefinity
dsa banner mobiledsa banner

Incertain où
commencer?

Filtres
reverse icon

Technologies

Sujet

Niveau

Type de leçon

Parcours de carrière

parcours
lockSeulement pour Ultimate
track image

TEST TRACK 12

laptop1 Cours
pencil-with-line1 Projet
list0 Task

Débutant

4.0
(21035)
parcours
lockSeulement pour Ultimate
track image

Développement Web Full Stack

laptop7 Cours
list386 Tâches

Débutant

4.5
(54)
parcours
lockSeulement pour Ultimate
track image

Devenez Développeur React

laptop4 Cours
list52 Tâches

Intermédiaire

4.8
(8)
parcours
lockSeulement pour Ultimate
track image

Maîtriser la Visualisation des Données

laptop5 Cours
list146 Tâches

Intermédiaire

4.1
(11)
parcours
lockSeulement pour Ultimate
track image

SQL de Zéro à Héros

laptop7 Cours
list248 Tâches

Débutant

4.6
(114)

Cours et projets

cours

Business Analytics and Decision Making with Python

Business Analytics and Decision Making with Python

Master intermediate Python techniques for analyzing real-world business data, uncovering actionable insights, and supporting data-driven decision making. Learn to work with realistic e-commerce, SaaS, and financial datasets to perform cohort analysis, funnel analytics, unit economics, revenue breakdowns, customer segmentation, and metric frameworks using pandas, matplotlib, and seaborn.

cours

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.

cours

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.

cours

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.

cours

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.

cours

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.

cours

C Loops

C Loops

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.

cours

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.

cours

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.

cours

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.

cours

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.

cours

C Strings

C Strings

Learn how strings are represented and manipulated in the C programming language. Understand the unique characteristics of C strings, including memory management, null-termination, and common string operations.

cours

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.

cours

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.

cours

C# Exceptions and Error Handling Practice

C# Exceptions and Error Handling Practice

Master the art of robust C# programming by learning how to handle, create, and debug exceptions. This hands-on course guides you through real-world error handling scenarios, from basic try-catch to custom exceptions and safe file operations.
not found

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

dsa banner mobiledsa banner

Incertain où
commencer?

Parcours de carrière

parcours
lockSeulement pour Ultimate
track image

TEST TRACK 12

laptop1 Cours
pencil-with-line1 Projet
list0 Task

Débutant

4.0
(21035)
parcours
lockSeulement pour Ultimate
track image

Développement Web Full Stack

laptop7 Cours
list386 Tâches

Débutant

4.5
(54)
parcours
lockSeulement pour Ultimate
track image

Devenez Développeur React

laptop4 Cours
list52 Tâches

Intermédiaire

4.8
(8)
parcours
lockSeulement pour Ultimate
track image

Maîtriser la Visualisation des Données

laptop5 Cours
list146 Tâches

Intermédiaire

4.1
(11)
parcours
lockSeulement pour Ultimate
track image

SQL de Zéro à Héros

laptop7 Cours
list248 Tâches

Débutant

4.6
(114)
parcours
track image
For Ultimate

Seulement pour Ultimate

TEST TRACK 12

laptop1 Cours
pencil-with-line1 Projet
list0 Task
4.0
parcours
track image
For Ultimate

Seulement pour Ultimate

Développement Web Full Stack

laptop7 Cours
list386 Tâches
4.5
parcours
track image
For Ultimate

Seulement pour Ultimate

Devenez Développeur React

laptop4 Cours
list52 Tâches
4.8
parcours
track image
For Ultimate

Seulement pour Ultimate

Maîtriser la Visualisation des Données

laptop5 Cours
list146 Tâches
4.1
parcours
track image
For Ultimate

Seulement pour Ultimate

SQL de Zéro à Héros

laptop7 Cours
list248 Tâches
4.6
Search
Close

Cours et projets

Technologies

cours

Business Analytics and Decision Making with Python

Business Analytics and Decision Making with Python

Master intermediate Python techniques for analyzing real-world business data, uncovering actionable insights, and supporting data-driven decision making. Learn to work with realistic e-commerce, SaaS, and financial datasets to perform cohort analysis, funnel analytics, unit economics, revenue breakdowns, customer segmentation, and metric frameworks using pandas, matplotlib, and seaborn.

cours

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.

cours

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.

cours

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.

cours

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.

cours

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.

cours

C Loops

C Loops

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.

cours

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.

cours

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.

cours

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.

cours

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.

cours

C Strings

C Strings

Learn how strings are represented and manipulated in the C programming language. Understand the unique characteristics of C strings, including memory management, null-termination, and common string operations.

cours

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.

cours

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.

cours

C# Exceptions and Error Handling Practice

C# Exceptions and Error Handling Practice

Master the art of robust C# programming by learning how to handle, create, and debug exceptions. This hands-on course guides you through real-world error handling scenarios, from basic try-catch to custom exceptions and safe file operations.

cours

Business Analytics and Decision Making with Python

Business Analytics and Decision Making with Python

Master intermediate Python techniques for analyzing real-world business data, uncovering actionable insights, and supporting data-driven decision making. Learn to work with realistic e-commerce, SaaS, and financial datasets to perform cohort analysis, funnel analytics, unit economics, revenue breakdowns, customer segmentation, and metric frameworks using pandas, matplotlib, and seaborn.

cours

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.

cours

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.

cours

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.

cours

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.

cours

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.

cours

C Loops

C Loops

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.

cours

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.

cours

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.

cours

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.

cours

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.

cours

C Strings

C Strings

Learn how strings are represented and manipulated in the C programming language. Understand the unique characteristics of C strings, including memory management, null-termination, and common string operations.

cours

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.

cours

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.

cours

C# Exceptions and Error Handling Practice

C# Exceptions and Error Handling Practice

Master the art of robust C# programming by learning how to handle, create, and debug exceptions. This hands-on course guides you through real-world error handling scenarios, from basic try-catch to custom exceptions and safe file operations.
not found

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

some-alt