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

Career tracks

track
lockOnly for Ultimate
track image

Web Development with C#

laptop7 Courses
list293 Tasks
Beginner
4.8
(2313)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop6 Courses
list169 Tasks
Beginner
4.7
(8186)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop4 Courses
list115 Tasks
Beginner
4.7
(2549)
track
lockOnly for Ultimate
track image

С++ Essentials

laptop6 Courses
list101 Tasks
Beginner
4.4
(447)
track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list143 Tasks
Beginner
4.7
(67)
track
lockOnly for Ultimate
track image

Become a React Developer

laptop5 Courses
list119 Tasks
Intermediate
4.6
(63)
track
lockOnly for Ultimate
track image

Excel Essentials

laptop3 Courses
list39 Tasks
Beginner
4.7
(266)
track
lockOnly for Ultimate
track image

Data Analyst Foundation

laptop4 Courses
list96 Tasks
Beginner
4.8
(2431)
track
lockOnly for Ultimate
track image

Java Essentials

laptop7 Courses
list377 Tasks
Beginner
4.7
(181)
track
lockOnly for Ultimate
track image

Python Beyond Intermediate

laptop2 Courses
pencil-with-line1 Project
list65 Tasks
Beginner
4.7
(58)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list330 Tasks
Beginner
4.7
(827)
track
lockOnly for Ultimate
track image

Frontend Development Foundations

laptop6 Courses
list293 Tasks
Beginner
4.7
(798)
track
lockOnly for Ultimate
track image

Mastering Data Visualization

laptop5 Courses
list146 Tasks
Intermediate
4.7
(535)
track
lockOnly for Ultimate
track image

Supervised Machine Learning

laptop5 Courses
list123 Tasks
Intermediate
4.6
(121)
track
lockOnly for Ultimate
track image

C++ Mastery

laptop3 Courses
list71 Tasks
Advanced
4.8
(16)
track
lockOnly for Ultimate
track image

Java Web

laptop6 Courses
list239 Tasks
Advanced
4.7
(1133)
track
lockOnly for Ultimate
track image

Become a QA Engineer

laptop5 Courses
list223 Tasks
Beginner
4.7
(692)
track
lockOnly for Ultimate
track image

Video Production with Adobe

laptop4 Courses
list125 Tasks
Beginner
5.0
(5)
track
lockOnly for Ultimate
track image

UI/UX Design Tools

laptop3 Courses
list119 Tasks
Beginner
5.0
(4)
track
lockOnly for Ultimate
track image

Essential Office Skills

laptop3 Courses
list75 Tasks
Beginner
4.8
(211)
Search
Close

Courses & Projects

Technologies

Filters

return
Filters

course

Java JUnit Library. Types of Testing

Java JUnit Library. Types of Testing

Testing is an integral part of software development. Every module of an application should be covered by tests to ensure the correctness of a specific module or the entire application. This course will teach you about the different types of application testing. Additionally, you will practice with unit tests to test individual components of your application.

course

Web Scraping with Python

Web Scraping with Python

Learn to extract valuable data from websites automatically. Master techniques to gather information efficiently, enabling you to perform in-depth analysis, make data-driven decisions, and unlock new insights from the vast ocean of online information.

course

C++ Conditional Statements

C++ Conditional Statements

Welcome to a beginner-friendly course that will help you learn the core concepts of conditional statements . Whether you're new to programming or looking to improve your understanding of conditional statements and how they influence the flow of your programs, this course is designed to meet your needs.

project

Structuring Applications Using OOP Principles

Structuring Applications Using OOP Principles

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

course

Introduction to TypeScript

Introduction to TypeScript

This course is designed for absolute beginners who want to master the basics of the TypeScript programming language. TypeScript is a modern and powerful language that extends the capabilities of JavaScript, making your code more reliable and readable. We will start from the very basics, covering variables, data types, comparison operators, and conditional statements. Then, we will delve into working with arrays and loops. Upon completing this course, you will be ready to create simple programs in TypeScript and continue your learning journey into more advanced topics.

course

Algorithms and Data Structures Overview

Algorithms and Data Structures Overview

The understanding of data structures and algorithms: this is what sets advanced professionals apart from the rest. In the modern world of growing data, it is very important to be able to process large amounts of data efficiently. In this course, you will study the most basic data structures that help us to deal with huge amounts of data as well as implement the most basic and crucial concepts on your own so you’ll get a deeper understanding of how each data structure works and you'll be able to decide what data structure best suited for your task.

course

Advanced JavaScript Mastery

Advanced JavaScript Mastery

Master essential JavaScript concepts, including classes, DOM manipulation, event handling, and asynchronous programming. Learn to create dynamic and interactive web applications by managing user interactions, fetching and displaying data, and handling asynchronous operations efficiently. Through a blend of theory, hands-on challenges, and real-world examples, this course equips you with the practical skills needed for modern web development.

course

Introduction to TensorFlow

Introduction to TensorFlow

Dive deep into the world of TensorFlow with our course, designed to give you a robust understanding of its core components. Begin with an exploration of tensors and the basics of TensorFlow framework. By the course's end, you'll have honed the skills to build tensor-driven systems, including crafting a basic neural network. Equip yourself with the knowledge to harness TensorFlow's full potential and set the foundation for advanced deep learning pursuits.

course

Networking Fundamentals

Networking Fundamentals

Networking Fundamentals is a comprehensive course designed for beginners and intermediate learners aiming to build practical skills in networking. Covering everything from foundational concepts to advanced applications, the course takes you through key topics including network types, IP addressing, protocols, and network security. By the end of this course, you'll be equipped with essential skills to troubleshoot, secure, and manage networks effectively, setting a solid foundation for further specialization in networking.

course

Optimization Techniques in Python

Optimization Techniques in Python

Learn how to write faster and more memory-efficient code by mastering performance measurement, selecting the right data structures, and leveraging built-in tools. We'll focus on practical optimization techniques for handling large datasets, efficient string operations, and partial sorting, ensuring your code is both robust and scalable.

course

Spring Boot Backend

Spring Boot Backend

This course covers key aspects of backend development on Spring Boot, including the basics of HTTP and Spring, designing and implementing RESTful APIs, working with relational databases, and testing applications. By the end of this course, users will have a solid understanding of backend development using Spring Boot, enabling them to design and implement robust RESTful APIs and manage data effectively with relational databases. They will also gain practical experience in testing applications, ensuring high-quality code and functionality.

project

Identifying Spam Emails

Identifying Spam Emails

We are going to classify emails as spam or non-spam by analyzing the content of the emails. We will preprocess the text data using techniques like tokenization and vectorization, then apply machine learning to build and evaluate a classification model, namely Logistic Regression. By the end of the project, we aim to develop a reliable tool for identifying spam emails.

course

C++ Templates

C++ Templates

Templates are a powerful feature that allows the creation of generic functions and classes. This course is designed to provide a comprehensive understanding of C++ templates, from basic syntax to advanced techniques. Participants will learn how to use templates to write efficient, reusable code and create generic algorithms and data structures.

course

Advanced Probability Theory

Advanced Probability Theory

Statistics and probability theory are fundamental tools in data analysis, decision-making, and scientific research. They provide a systematic and quantitative way to understand and interpret data, make predictions, and draw conclusions based on evidence. Now we will consider all additional topics necessary for Data Science and Data Analytics.

project

Automating Data Collection from Web Sources

Automating Data Collection from Web Sources

In this project, we are going to understand how to create a simple web scraper in Python.

course

Java JUnit Library. Types of Testing

Java JUnit Library. Types of Testing

Testing is an integral part of software development. Every module of an application should be covered by tests to ensure the correctness of a specific module or the entire application. This course will teach you about the different types of application testing. Additionally, you will practice with unit tests to test individual components of your application.

course

Web Scraping with Python

Web Scraping with Python

Learn to extract valuable data from websites automatically. Master techniques to gather information efficiently, enabling you to perform in-depth analysis, make data-driven decisions, and unlock new insights from the vast ocean of online information.

course

C++ Conditional Statements

C++ Conditional Statements

Welcome to a beginner-friendly course that will help you learn the core concepts of conditional statements . Whether you're new to programming or looking to improve your understanding of conditional statements and how they influence the flow of your programs, this course is designed to meet your needs.

project

Structuring Applications Using OOP Principles

Structuring Applications Using OOP Principles

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

course

Introduction to TypeScript

Introduction to TypeScript

This course is designed for absolute beginners who want to master the basics of the TypeScript programming language. TypeScript is a modern and powerful language that extends the capabilities of JavaScript, making your code more reliable and readable. We will start from the very basics, covering variables, data types, comparison operators, and conditional statements. Then, we will delve into working with arrays and loops. Upon completing this course, you will be ready to create simple programs in TypeScript and continue your learning journey into more advanced topics.

course

Algorithms and Data Structures Overview

Algorithms and Data Structures Overview

The understanding of data structures and algorithms: this is what sets advanced professionals apart from the rest. In the modern world of growing data, it is very important to be able to process large amounts of data efficiently. In this course, you will study the most basic data structures that help us to deal with huge amounts of data as well as implement the most basic and crucial concepts on your own so you’ll get a deeper understanding of how each data structure works and you'll be able to decide what data structure best suited for your task.

course

Advanced JavaScript Mastery

Advanced JavaScript Mastery

Master essential JavaScript concepts, including classes, DOM manipulation, event handling, and asynchronous programming. Learn to create dynamic and interactive web applications by managing user interactions, fetching and displaying data, and handling asynchronous operations efficiently. Through a blend of theory, hands-on challenges, and real-world examples, this course equips you with the practical skills needed for modern web development.

course

Introduction to TensorFlow

Introduction to TensorFlow

Dive deep into the world of TensorFlow with our course, designed to give you a robust understanding of its core components. Begin with an exploration of tensors and the basics of TensorFlow framework. By the course's end, you'll have honed the skills to build tensor-driven systems, including crafting a basic neural network. Equip yourself with the knowledge to harness TensorFlow's full potential and set the foundation for advanced deep learning pursuits.

course

Networking Fundamentals

Networking Fundamentals

Networking Fundamentals is a comprehensive course designed for beginners and intermediate learners aiming to build practical skills in networking. Covering everything from foundational concepts to advanced applications, the course takes you through key topics including network types, IP addressing, protocols, and network security. By the end of this course, you'll be equipped with essential skills to troubleshoot, secure, and manage networks effectively, setting a solid foundation for further specialization in networking.

course

Optimization Techniques in Python

Optimization Techniques in Python

Learn how to write faster and more memory-efficient code by mastering performance measurement, selecting the right data structures, and leveraging built-in tools. We'll focus on practical optimization techniques for handling large datasets, efficient string operations, and partial sorting, ensuring your code is both robust and scalable.

course

Spring Boot Backend

Spring Boot Backend

This course covers key aspects of backend development on Spring Boot, including the basics of HTTP and Spring, designing and implementing RESTful APIs, working with relational databases, and testing applications. By the end of this course, users will have a solid understanding of backend development using Spring Boot, enabling them to design and implement robust RESTful APIs and manage data effectively with relational databases. They will also gain practical experience in testing applications, ensuring high-quality code and functionality.

project

Identifying Spam Emails

Identifying Spam Emails

We are going to classify emails as spam or non-spam by analyzing the content of the emails. We will preprocess the text data using techniques like tokenization and vectorization, then apply machine learning to build and evaluate a classification model, namely Logistic Regression. By the end of the project, we aim to develop a reliable tool for identifying spam emails.

course

C++ Templates

C++ Templates

Templates are a powerful feature that allows the creation of generic functions and classes. This course is designed to provide a comprehensive understanding of C++ templates, from basic syntax to advanced techniques. Participants will learn how to use templates to write efficient, reusable code and create generic algorithms and data structures.

course

Advanced Probability Theory

Advanced Probability Theory

Statistics and probability theory are fundamental tools in data analysis, decision-making, and scientific research. They provide a systematic and quantitative way to understand and interpret data, make predictions, and draw conclusions based on evidence. Now we will consider all additional topics necessary for Data Science and Data Analytics.

project

Automating Data Collection from Web Sources

Automating Data Collection from Web Sources

In this project, we are going to understand how to create a simple web scraper in Python.
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