Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
All Courses & Projects | Codefinity
dsa banner mobiledsa banner

Unsure where
to begin?

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

Full Stack Web Development 2024

laptop7 Courses
list386 Tasks

Beginner

4.5
(54)
track
lockOnly for Ultimate
track image

Become a React Developer 2024

laptop4 Courses
list52 Tasks

Intermediate

4.8
(8)
track
lockOnly for Ultimate
track image

Mastering Data Visualization (2023)

laptop5 Courses
list146 Tasks

Intermediate

4.1
(11)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero 2023

laptop7 Courses
list248 Tasks

Beginner

4.6
(114)

Courses & Projects

course

PHP Core Concepts

PHP Core Concepts

Learn the core PHP essentials needed to build dynamic, interactive web applications. Master functions, handle form data safely, work with superglobals, and manage file operations with confidence to create clean, secure, and reliable PHP projects.

course

PHP Error Handling

PHP Error Handling

Learn how to detect, control, and recover from runtime problems in PHP applications. This course teaches how PHP handles errors internally, how to convert errors into exceptions, and how to build safe failure systems that prevent crashes in real-world projects.

course

PHP Error Handling and Exceptions

PHP Error Handling and Exceptions

Master the essentials of error handling and exception management in PHP. This course guides you from the basics of try/catch blocks to advanced custom exceptions and robust validation flows, empowering you to write safer, more reliable PHP code.

course

PHP FFI Internals

PHP FFI Internals

Dive deep into PHP's Foreign Function Interface (FFI) internals. Learn how PHP interacts with native C code at runtime, how memory and types are managed, and what performance and security implications arise. This course is designed for experienced PHP developers with a basic understanding of C.

course

PHP Functions

PHP Functions

A beginner-friendly course designed to introduce learners to the fundamentals of PHP functions. Explore how to define, call, and utilize functions, understand parameters and return values, grasp variable scope, and work with both built-in and user-defined functions. This course provides clear explanations, practical examples, and quizzes to reinforce your understanding.

course

PHP Loops & Iteration

PHP Loops & Iteration

Master the art of iteration in PHP! This course takes you from the basics of for, while, and foreach loops to advanced data processing and real-world challenges. Learn to count, filter, accumulate, and transform data with confidence, and discover how to write efficient, readable, and powerful loop-based code.

course

PHP MVC Development

PHP MVC Development

Learn how to build your own MVC architecture step by step using only native PHP. This course guides you through the core concepts and practical implementation of the Model-View-Controller pattern, empowering you to create scalable and maintainable PHP applications without relying on frameworks.

course

PHP Memory Management

PHP Memory Management

Master PHP's internal memory management, including allocation, usage, and freeing of memory. Learn how the Zend Engine handles memory, how zvals and reference counting work, and how to profile and optimize memory usage in your PHP applications.

course

PHP Sessions and Cookies

PHP Sessions and Cookies

Master the essentials of managing user state in PHP using sessions and cookies. This course guides you from the basics of session and cookie handling to implementing secure login persistence and building a mini login system.

course

Pandas: First Steps (copy) 1778145306731

Pandas: First Steps (copy) 1778145306731

In this course, we will explore the basics of Pandas – a powerful Python library for organizing, manipulating and analyzing data. Each concept will be explained through short and clear video lessons, followed by fun and practical microtasks, which are designed to help you understand the syntax and remember how to use different features and functions in Pandas with confidence.

course

Parameter-Efficient Fine-Tuning

Parameter-Efficient Fine-Tuning

A mathematically rigorous, code-light exploration of parameter-efficient fine-tuning (PEFT) for large neural networks. This course emphasizes linear algebra, optimization, and architectural trade-offs, providing deep intuition and theoretical grounding for modern PEFT methods.

course

Performance and Reliability Testing

Performance and Reliability Testing

A comprehensive course for software engineers covering the principles, strategies, and hands-on techniques for performance and reliability testing. Explore the theory behind load, stress, and chaos testing, and learn to apply industry-standard tools and methodologies to ensure robust, scalable, and resilient systems.

project

Phishing Detection with Classification

Phishing Detection with Classification

Build a zero-day phishing detection engine using structural heuristics and gradient boosting, following strict constraints: no functions, strictly linear code, and a single data load. Analyze, visualize, and classify phishing URLs using Python, pandas, seaborn, matplotlib, and scikit-learn.

project

Pokemon Power Analysis

Pokemon Power Analysis

Embark on a hands-on data science adventure in the Pokémon universe! Analyze Pokémon stats, engineer features, and build a machine learning model to predict Legendary status. This project guides you through real-world data science workflows using pandas, seaborn, and scikit-learn, all while exploring the mysteries of Pokémon power.

course

PowerShell Basics

PowerShell Basics

This course introduces the essentials of PowerShell for those new to scripting and automation. You will learn how to run scripts, use basic commands, work with variables and types, manipulate objects, use pipelines, manage files, handle errors, and automate tasks. Each section builds practical skills with clear examples and hands-on code samples.
not found

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

dsa banner mobiledsa banner

Unsure where
to begin?

Career tracks

track
lockOnly for Ultimate
track image

TEST TRACK 12

laptop1 Course
pencil-with-line1 Project
list0 Task

Beginner

4.0
(21092)
track
lockOnly for Ultimate
track image

Full Stack Web Development 2024

laptop7 Courses
list386 Tasks

Beginner

4.5
(54)
track
lockOnly for Ultimate
track image

Become a React Developer 2024

laptop4 Courses
list52 Tasks

Intermediate

4.8
(8)
track
lockOnly for Ultimate
track image

Mastering Data Visualization (2023)

laptop5 Courses
list146 Tasks

Intermediate

4.1
(11)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero 2023

laptop7 Courses
list248 Tasks

Beginner

4.6
(114)
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 2024

laptop7 Courses
list386 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Become a React Developer 2024

laptop4 Courses
list52 Tasks
4.8
track
track image
For Ultimate

Only for Ultimate

Mastering Data Visualization (2023)

laptop5 Courses
list146 Tasks
4.1
track
track image
For Ultimate

Only for Ultimate

SQL from Zero to Hero 2023

laptop7 Courses
list248 Tasks
4.6
Search
Close

Courses & Projects

Technologies

course

PHP Core Concepts

PHP Core Concepts

Learn the core PHP essentials needed to build dynamic, interactive web applications. Master functions, handle form data safely, work with superglobals, and manage file operations with confidence to create clean, secure, and reliable PHP projects.

course

PHP Error Handling

PHP Error Handling

Learn how to detect, control, and recover from runtime problems in PHP applications. This course teaches how PHP handles errors internally, how to convert errors into exceptions, and how to build safe failure systems that prevent crashes in real-world projects.

course

PHP Error Handling and Exceptions

PHP Error Handling and Exceptions

Master the essentials of error handling and exception management in PHP. This course guides you from the basics of try/catch blocks to advanced custom exceptions and robust validation flows, empowering you to write safer, more reliable PHP code.

course

PHP FFI Internals

PHP FFI Internals

Dive deep into PHP's Foreign Function Interface (FFI) internals. Learn how PHP interacts with native C code at runtime, how memory and types are managed, and what performance and security implications arise. This course is designed for experienced PHP developers with a basic understanding of C.

course

PHP Functions

PHP Functions

A beginner-friendly course designed to introduce learners to the fundamentals of PHP functions. Explore how to define, call, and utilize functions, understand parameters and return values, grasp variable scope, and work with both built-in and user-defined functions. This course provides clear explanations, practical examples, and quizzes to reinforce your understanding.

course

PHP Loops & Iteration

PHP Loops & Iteration

Master the art of iteration in PHP! This course takes you from the basics of for, while, and foreach loops to advanced data processing and real-world challenges. Learn to count, filter, accumulate, and transform data with confidence, and discover how to write efficient, readable, and powerful loop-based code.

course

PHP MVC Development

PHP MVC Development

Learn how to build your own MVC architecture step by step using only native PHP. This course guides you through the core concepts and practical implementation of the Model-View-Controller pattern, empowering you to create scalable and maintainable PHP applications without relying on frameworks.

course

PHP Memory Management

PHP Memory Management

Master PHP's internal memory management, including allocation, usage, and freeing of memory. Learn how the Zend Engine handles memory, how zvals and reference counting work, and how to profile and optimize memory usage in your PHP applications.

course

PHP Sessions and Cookies

PHP Sessions and Cookies

Master the essentials of managing user state in PHP using sessions and cookies. This course guides you from the basics of session and cookie handling to implementing secure login persistence and building a mini login system.

course

Pandas: First Steps (copy) 1778145306731

Pandas: First Steps (copy) 1778145306731

In this course, we will explore the basics of Pandas – a powerful Python library for organizing, manipulating and analyzing data. Each concept will be explained through short and clear video lessons, followed by fun and practical microtasks, which are designed to help you understand the syntax and remember how to use different features and functions in Pandas with confidence.

course

Parameter-Efficient Fine-Tuning

Parameter-Efficient Fine-Tuning

A mathematically rigorous, code-light exploration of parameter-efficient fine-tuning (PEFT) for large neural networks. This course emphasizes linear algebra, optimization, and architectural trade-offs, providing deep intuition and theoretical grounding for modern PEFT methods.

course

Performance and Reliability Testing

Performance and Reliability Testing

A comprehensive course for software engineers covering the principles, strategies, and hands-on techniques for performance and reliability testing. Explore the theory behind load, stress, and chaos testing, and learn to apply industry-standard tools and methodologies to ensure robust, scalable, and resilient systems.

project

Phishing Detection with Classification

Phishing Detection with Classification

Build a zero-day phishing detection engine using structural heuristics and gradient boosting, following strict constraints: no functions, strictly linear code, and a single data load. Analyze, visualize, and classify phishing URLs using Python, pandas, seaborn, matplotlib, and scikit-learn.

project

Pokemon Power Analysis

Pokemon Power Analysis

Embark on a hands-on data science adventure in the Pokémon universe! Analyze Pokémon stats, engineer features, and build a machine learning model to predict Legendary status. This project guides you through real-world data science workflows using pandas, seaborn, and scikit-learn, all while exploring the mysteries of Pokémon power.

course

PowerShell Basics

PowerShell Basics

This course introduces the essentials of PowerShell for those new to scripting and automation. You will learn how to run scripts, use basic commands, work with variables and types, manipulate objects, use pipelines, manage files, handle errors, and automate tasks. Each section builds practical skills with clear examples and hands-on code samples.

course

PHP Core Concepts

PHP Core Concepts

Learn the core PHP essentials needed to build dynamic, interactive web applications. Master functions, handle form data safely, work with superglobals, and manage file operations with confidence to create clean, secure, and reliable PHP projects.

course

PHP Error Handling

PHP Error Handling

Learn how to detect, control, and recover from runtime problems in PHP applications. This course teaches how PHP handles errors internally, how to convert errors into exceptions, and how to build safe failure systems that prevent crashes in real-world projects.

course

PHP Error Handling and Exceptions

PHP Error Handling and Exceptions

Master the essentials of error handling and exception management in PHP. This course guides you from the basics of try/catch blocks to advanced custom exceptions and robust validation flows, empowering you to write safer, more reliable PHP code.

course

PHP FFI Internals

PHP FFI Internals

Dive deep into PHP's Foreign Function Interface (FFI) internals. Learn how PHP interacts with native C code at runtime, how memory and types are managed, and what performance and security implications arise. This course is designed for experienced PHP developers with a basic understanding of C.

course

PHP Functions

PHP Functions

A beginner-friendly course designed to introduce learners to the fundamentals of PHP functions. Explore how to define, call, and utilize functions, understand parameters and return values, grasp variable scope, and work with both built-in and user-defined functions. This course provides clear explanations, practical examples, and quizzes to reinforce your understanding.

course

PHP Loops & Iteration

PHP Loops & Iteration

Master the art of iteration in PHP! This course takes you from the basics of for, while, and foreach loops to advanced data processing and real-world challenges. Learn to count, filter, accumulate, and transform data with confidence, and discover how to write efficient, readable, and powerful loop-based code.

course

PHP MVC Development

PHP MVC Development

Learn how to build your own MVC architecture step by step using only native PHP. This course guides you through the core concepts and practical implementation of the Model-View-Controller pattern, empowering you to create scalable and maintainable PHP applications without relying on frameworks.

course

PHP Memory Management

PHP Memory Management

Master PHP's internal memory management, including allocation, usage, and freeing of memory. Learn how the Zend Engine handles memory, how zvals and reference counting work, and how to profile and optimize memory usage in your PHP applications.

course

PHP Sessions and Cookies

PHP Sessions and Cookies

Master the essentials of managing user state in PHP using sessions and cookies. This course guides you from the basics of session and cookie handling to implementing secure login persistence and building a mini login system.

course

Pandas: First Steps (copy) 1778145306731

Pandas: First Steps (copy) 1778145306731

In this course, we will explore the basics of Pandas – a powerful Python library for organizing, manipulating and analyzing data. Each concept will be explained through short and clear video lessons, followed by fun and practical microtasks, which are designed to help you understand the syntax and remember how to use different features and functions in Pandas with confidence.

course

Parameter-Efficient Fine-Tuning

Parameter-Efficient Fine-Tuning

A mathematically rigorous, code-light exploration of parameter-efficient fine-tuning (PEFT) for large neural networks. This course emphasizes linear algebra, optimization, and architectural trade-offs, providing deep intuition and theoretical grounding for modern PEFT methods.

course

Performance and Reliability Testing

Performance and Reliability Testing

A comprehensive course for software engineers covering the principles, strategies, and hands-on techniques for performance and reliability testing. Explore the theory behind load, stress, and chaos testing, and learn to apply industry-standard tools and methodologies to ensure robust, scalable, and resilient systems.

project

Phishing Detection with Classification

Phishing Detection with Classification

Build a zero-day phishing detection engine using structural heuristics and gradient boosting, following strict constraints: no functions, strictly linear code, and a single data load. Analyze, visualize, and classify phishing URLs using Python, pandas, seaborn, matplotlib, and scikit-learn.

project

Pokemon Power Analysis

Pokemon Power Analysis

Embark on a hands-on data science adventure in the Pokémon universe! Analyze Pokémon stats, engineer features, and build a machine learning model to predict Legendary status. This project guides you through real-world data science workflows using pandas, seaborn, and scikit-learn, all while exploring the mysteries of Pokémon power.

course

PowerShell Basics

PowerShell Basics

This course introduces the essentials of PowerShell for those new to scripting and automation. You will learn how to run scripts, use basic commands, work with variables and types, manipulate objects, use pipelines, manage files, handle errors, and automate tasks. Each section builds practical skills with clear examples and hands-on code samples.
not found

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

some-alt