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

Python from Zero to Hero

laptop6 Courses
list215 Tasks

Beginner

4.6
(12483)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop7 Courses
list249 Tasks

Beginner

4.7
(3573)
track
lockOnly for Ultimate
track image

Π‘++ Essentials

laptop6 Courses
list124 Tasks

Beginner

4.3
(1040)
track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list164 Tasks

Beginner

4.4
(208)

Courses & Projects

course

Node.js Event Loop and Asynchronous Code

Node.js Event Loop and Asynchronous Code

Understand how Node.js manages asynchronous operations and concurrency through its event loop. Explore callbacks, Promises, and async/await to control complex asynchronous flows with clarity. Apply modern patterns and best practices to write efficient, non-blocking, and resilient JavaScript for real-world Node.js applications.

course

Node.js Events and Process Management

Node.js Events and Process Management

Explore how Node.js connects event-driven programming with powerful process management tools. Create custom event emitters, manage processes and signals, and control child processes for advanced application workflows. Combine these concepts to design efficient, scalable systems built on Node’s asynchronous architecture.

course

Objects and Prototypes in JavaScript

Objects and Prototypes in JavaScript

Build and manipulate objects to organize data, extend functionality with prototypes, and control context using the this keyword. Apply inheritance, composition, and immutability to write flexible, maintainable code, and use modern techniques like Object.assign and the spread syntax to create clean, efficient object patterns for any project.

course

Optimization Methods for Data Analytics

Optimization Methods for Data Analytics

Master the practical skills to formulate, solve, and interpret optimization problems for analytics-driven decision making. Learn hands-on modeling of linear and integer programs, resource allocation, transportation, assignment, and sensitivity analysis using Python and industry-standard solvers.

course

Optimization and Regularization in Neural Networks with Python

Optimization and Regularization in Neural Networks with Python

Master the mathematical and practical foundations of neural network optimization, explore advanced regularization techniques, and gain hands-on experience with PyTorch and TensorFlow for robust model training.

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

Principal Component Analysis in Python

Principal Component Analysis in Python

A comprehensive intermediate course guiding learners through the motivation, mathematical foundations, and practical implementation of Principal Component Analysis (PCA) for dimensionality reduction in data science and machine learning.

course

Probability Distributions for Machine Learning

Probability Distributions for Machine Learning

Build strong intuition for probability distributions central to machine learning. Explore the exponential family, Gaussian, Bernoulli, and Multinomial distributions, and understand their roles in modeling, loss functions, and inference, with minimal code and clear visualizations.

course

Python for Mathematics

Python for Mathematics

A practical course designed for math students to harness the power of Python for solving mathematical problems, visualizing data, and applying computational thinking to real-world scenarios. Each section blends engaging theory with hands-on challenges, focusing on mathematical applications and problem-solving.

course

RAG Theory Essentials

RAG Theory Essentials

A comprehensive, theory-focused course on the core concepts, architectures, and evaluation strategies behind Retrieval-Augmented Generation (RAG) systems. Designed for learners seeking a deep understanding of why RAG exists, how retrieval and generation are integrated, and how to evaluate and improve RAG pipelines.

course

Reactive Java

Reactive Java

Explore the fundamentals and advanced concepts of Reactive Programming in Java. This course provides a comprehensive, theory-driven approach with practical, real-world examples to help you understand and apply reactive principles in Java applications.

course

Simulation and Monte Carlo Modeling with Python

Simulation and Monte Carlo Modeling with Python

Master the essentials of simulation and Monte Carlo modeling in Python. Learn to generate random samples, build uncertainty models, estimate risk, and simulate simple financial scenarios using practical code and hands-on exercises.

course

Spectral Methods in Machine Learning

Spectral Methods in Machine Learning

Explore the mathematical foundations of spectral methods in machine learning. Understand how eigenvalues, eigenvectors, and spectral decompositions underpin dimensionality reduction, graph learning, and kernel methods, with a focus on theory and structure.

course

Statistical Learning Theory Foundations

Statistical Learning Theory Foundations

Explore the mathematical foundations of machine learning generalization. This course covers empirical risk minimization, bias–variance tradeoff, VC dimension, generalization bounds, and the theory of overfitting, equipping you with rigorous intuition for model selection and evaluation.

course

Strings and Data Formats in Python

Strings and Data Formats in Python

A beginner-friendly course focused on mastering string manipulation and handling various data formats in Python. Learn essential techniques for processing, formatting, and converting data, with hands-on practice and quizzes to reinforce your understanding.
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
(3369)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop6 Courses
list215 Tasks

Beginner

4.6
(12483)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop7 Courses
list249 Tasks

Beginner

4.7
(3573)
track
lockOnly for Ultimate
track image

Π‘++ Essentials

laptop6 Courses
list124 Tasks

Beginner

4.3
(1040)
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

Node.js Event Loop and Asynchronous Code

Node.js Event Loop and Asynchronous Code

Understand how Node.js manages asynchronous operations and concurrency through its event loop. Explore callbacks, Promises, and async/await to control complex asynchronous flows with clarity. Apply modern patterns and best practices to write efficient, non-blocking, and resilient JavaScript for real-world Node.js applications.

course

Node.js Events and Process Management

Node.js Events and Process Management

Explore how Node.js connects event-driven programming with powerful process management tools. Create custom event emitters, manage processes and signals, and control child processes for advanced application workflows. Combine these concepts to design efficient, scalable systems built on Node’s asynchronous architecture.

course

Objects and Prototypes in JavaScript

Objects and Prototypes in JavaScript

Build and manipulate objects to organize data, extend functionality with prototypes, and control context using the this keyword. Apply inheritance, composition, and immutability to write flexible, maintainable code, and use modern techniques like Object.assign and the spread syntax to create clean, efficient object patterns for any project.

course

Optimization Methods for Data Analytics

Optimization Methods for Data Analytics

Master the practical skills to formulate, solve, and interpret optimization problems for analytics-driven decision making. Learn hands-on modeling of linear and integer programs, resource allocation, transportation, assignment, and sensitivity analysis using Python and industry-standard solvers.

course

Optimization and Regularization in Neural Networks with Python

Optimization and Regularization in Neural Networks with Python

Master the mathematical and practical foundations of neural network optimization, explore advanced regularization techniques, and gain hands-on experience with PyTorch and TensorFlow for robust model training.

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

Principal Component Analysis in Python

Principal Component Analysis in Python

A comprehensive intermediate course guiding learners through the motivation, mathematical foundations, and practical implementation of Principal Component Analysis (PCA) for dimensionality reduction in data science and machine learning.

course

Probability Distributions for Machine Learning

Probability Distributions for Machine Learning

Build strong intuition for probability distributions central to machine learning. Explore the exponential family, Gaussian, Bernoulli, and Multinomial distributions, and understand their roles in modeling, loss functions, and inference, with minimal code and clear visualizations.

course

Python for Mathematics

Python for Mathematics

A practical course designed for math students to harness the power of Python for solving mathematical problems, visualizing data, and applying computational thinking to real-world scenarios. Each section blends engaging theory with hands-on challenges, focusing on mathematical applications and problem-solving.

course

RAG Theory Essentials

RAG Theory Essentials

A comprehensive, theory-focused course on the core concepts, architectures, and evaluation strategies behind Retrieval-Augmented Generation (RAG) systems. Designed for learners seeking a deep understanding of why RAG exists, how retrieval and generation are integrated, and how to evaluate and improve RAG pipelines.

course

Reactive Java

Reactive Java

Explore the fundamentals and advanced concepts of Reactive Programming in Java. This course provides a comprehensive, theory-driven approach with practical, real-world examples to help you understand and apply reactive principles in Java applications.

course

Simulation and Monte Carlo Modeling with Python

Simulation and Monte Carlo Modeling with Python

Master the essentials of simulation and Monte Carlo modeling in Python. Learn to generate random samples, build uncertainty models, estimate risk, and simulate simple financial scenarios using practical code and hands-on exercises.

course

Spectral Methods in Machine Learning

Spectral Methods in Machine Learning

Explore the mathematical foundations of spectral methods in machine learning. Understand how eigenvalues, eigenvectors, and spectral decompositions underpin dimensionality reduction, graph learning, and kernel methods, with a focus on theory and structure.

course

Statistical Learning Theory Foundations

Statistical Learning Theory Foundations

Explore the mathematical foundations of machine learning generalization. This course covers empirical risk minimization, bias–variance tradeoff, VC dimension, generalization bounds, and the theory of overfitting, equipping you with rigorous intuition for model selection and evaluation.

course

Strings and Data Formats in Python

Strings and Data Formats in Python

A beginner-friendly course focused on mastering string manipulation and handling various data formats in Python. Learn essential techniques for processing, formatting, and converting data, with hands-on practice and quizzes to reinforce your understanding.

course

Node.js Event Loop and Asynchronous Code

Node.js Event Loop and Asynchronous Code

Understand how Node.js manages asynchronous operations and concurrency through its event loop. Explore callbacks, Promises, and async/await to control complex asynchronous flows with clarity. Apply modern patterns and best practices to write efficient, non-blocking, and resilient JavaScript for real-world Node.js applications.

course

Node.js Events and Process Management

Node.js Events and Process Management

Explore how Node.js connects event-driven programming with powerful process management tools. Create custom event emitters, manage processes and signals, and control child processes for advanced application workflows. Combine these concepts to design efficient, scalable systems built on Node’s asynchronous architecture.

course

Objects and Prototypes in JavaScript

Objects and Prototypes in JavaScript

Build and manipulate objects to organize data, extend functionality with prototypes, and control context using the this keyword. Apply inheritance, composition, and immutability to write flexible, maintainable code, and use modern techniques like Object.assign and the spread syntax to create clean, efficient object patterns for any project.

course

Optimization Methods for Data Analytics

Optimization Methods for Data Analytics

Master the practical skills to formulate, solve, and interpret optimization problems for analytics-driven decision making. Learn hands-on modeling of linear and integer programs, resource allocation, transportation, assignment, and sensitivity analysis using Python and industry-standard solvers.

course

Optimization and Regularization in Neural Networks with Python

Optimization and Regularization in Neural Networks with Python

Master the mathematical and practical foundations of neural network optimization, explore advanced regularization techniques, and gain hands-on experience with PyTorch and TensorFlow for robust model training.

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

Principal Component Analysis in Python

Principal Component Analysis in Python

A comprehensive intermediate course guiding learners through the motivation, mathematical foundations, and practical implementation of Principal Component Analysis (PCA) for dimensionality reduction in data science and machine learning.

course

Probability Distributions for Machine Learning

Probability Distributions for Machine Learning

Build strong intuition for probability distributions central to machine learning. Explore the exponential family, Gaussian, Bernoulli, and Multinomial distributions, and understand their roles in modeling, loss functions, and inference, with minimal code and clear visualizations.

course

Python for Mathematics

Python for Mathematics

A practical course designed for math students to harness the power of Python for solving mathematical problems, visualizing data, and applying computational thinking to real-world scenarios. Each section blends engaging theory with hands-on challenges, focusing on mathematical applications and problem-solving.

course

RAG Theory Essentials

RAG Theory Essentials

A comprehensive, theory-focused course on the core concepts, architectures, and evaluation strategies behind Retrieval-Augmented Generation (RAG) systems. Designed for learners seeking a deep understanding of why RAG exists, how retrieval and generation are integrated, and how to evaluate and improve RAG pipelines.

course

Reactive Java

Reactive Java

Explore the fundamentals and advanced concepts of Reactive Programming in Java. This course provides a comprehensive, theory-driven approach with practical, real-world examples to help you understand and apply reactive principles in Java applications.

course

Simulation and Monte Carlo Modeling with Python

Simulation and Monte Carlo Modeling with Python

Master the essentials of simulation and Monte Carlo modeling in Python. Learn to generate random samples, build uncertainty models, estimate risk, and simulate simple financial scenarios using practical code and hands-on exercises.

course

Spectral Methods in Machine Learning

Spectral Methods in Machine Learning

Explore the mathematical foundations of spectral methods in machine learning. Understand how eigenvalues, eigenvectors, and spectral decompositions underpin dimensionality reduction, graph learning, and kernel methods, with a focus on theory and structure.

course

Statistical Learning Theory Foundations

Statistical Learning Theory Foundations

Explore the mathematical foundations of machine learning generalization. This course covers empirical risk minimization, bias–variance tradeoff, VC dimension, generalization bounds, and the theory of overfitting, equipping you with rigorous intuition for model selection and evaluation.

course

Strings and Data Formats in Python

Strings and Data Formats in Python

A beginner-friendly course focused on mastering string manipulation and handling various data formats in Python. Learn essential techniques for processing, formatting, and converting data, with hands-on practice and quizzes to reinforce your understanding.
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