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

Complete Claude Ecosystem

laptop3 Courses
list53 Tasks

Beginner

track
lockOnly for Ultimate
track image

AI Toolkit for Business

laptop4 Courses
list75 Tasks

Beginner

track
lockOnly for Ultimate
track image

AI-Assisted Web Developer

laptop6 Courses
list64 Tasks

Beginner

track
lockOnly for Ultimate
track image

Business Intelligence Specialist

laptop6 Courses
pencil-with-line2 Projects
list206 Tasks

Intermediate

track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop7 Courses
pencil-with-line3 Projects
list133 Tasks

Beginner

new

Courses & Projects

project

Hangman Game

Hangman Game

A terminal-based Hangman game built step by step using Python. The project combines string manipulation, control flow, user input handling, and modular design to create a fully playable game with visual ASCII output and optional hints. The final result demonstrates how small utility functions can be orchestrated into a complete interactive application.

project

Integrating ChatGPT into a Web Application

Integrating ChatGPT into a Web Application

Develop an interactive AI assistant for an existing portfolio website. This project focuses on integrating the OpenAI API, designing a user-friendly chat interface, and handling user input effectively. The outcome is a smart, conversational assistant seamlessly embedded into the existing site to enhance user engagement and showcase AI integration skills.

course

Introduction to Cloud Computing

Introduction to Cloud Computing

Discover the world of cloud computing by exploring its core technologies and practical applications in this course! Begin with the fundamentals of cloud computing and then focus on essential AWS services like S3 (Simple Storage Service) for scalable storage, EC2 (Elastic Compute Cloud) for virtual servers, and RDS (Relational Database Service) for managed databases. Gain hands-on experience as you learn how these services integrate to support modern applications efficiently.

course

Introduction to Dart

Introduction to Dart

This course focuses on the fundamentals of the Dart programming language, which is essential for developing mobile applications on Android and iOS platforms. Learn how Dart serves as the foundation for future exploration of the Flutter framework, used to create cross-platform mobile applications. Join our course and acquire the key skills that will help you thrive in mobile development with Dart and Flutter.

course

Introduction to HTML

Introduction to HTML

In this course, participants will learn the basics of HTML, what HTML is and how it is used to create web pages, the structure of an HTML document and the various tags used to define the content and layout of a web page, how to use HTML tags to structure and format content, such as headings, paragraphs, lists, tables, and more, how to create links, add images and videos, and create forms for user input.

course

Introduction to Python (dev copy)

Introduction to Python (dev copy)

Python is an interpreted high-level general-purpose programming language. Unlike HTML, CSS, and JavaScript, which are primarily used for web development, Python is versatile and can be used in various fields, including software development, data science, and back-end development. In this course, you'll explore the core aspects of Python, and by the end, you'll be crafting your own functions!

course

Introduction to Python (generated task tests)

Introduction to Python (generated task tests)

Python is a high-level, interpreted, general-purpose programming language. Distinguished from languages such as HTML, CSS, and JavaScript, which are mainly utilized in web development, Python boasts versatility across multiple domains, including software development, data science, and back-end development. This course will guide you through Python's fundamental concepts, equipping you with the skills to create your own functions by the conclusion of the program. Python

course

Introduction to Python for Data Analysis

Introduction to Python for Data Analysis

This course will teach you the necessary skills to manage simple analytical tasks. You are going to learn Python and its libraries, such as pandas and NumPy. Besides, you will deal with real-life analytical tasks such as calculating vitally important marketing metrics.

course

Introduction to Python(ihor)

Introduction to Python(ihor)

Python is an interpreted high-level general-purpose programming language. Unlike HTML, CSS, and JavaScript, which are primarily used for web development, Python is versatile and can be used in various fields, including software development, data science, and back-end development. In this course, you'll explore the core aspects of Python, and by the end, you'll be crafting your own functions!

course

Introduction to Redis

Introduction to Redis

This course will introduce you to the fundamentals of Redis and its use in real-world applications. We'll cover key Redis commands, data types, key expiration and transactions, as well as how to integrate Redis with Spring for efficient data caching.

course

Introduction to SQL

Introduction to SQL

This course offers an easy-to-follow introduction to the basics of SQL databases and the Structured Query Language (SQL). Through engaging video lessons and thoughtfully crafted exercises, you’ll explore essential concepts step by step. Each topic is explained in detail and paired with hands-on practice to ensure you not only understand but also retain what you’ve learned.

course

Introduction to SciPy

Introduction to SciPy

A comprehensive course designed for students with strong math backgrounds and intermediate to advanced Python skills, focusing on leveraging SciPy for scientific computing, optimization, integration, and advanced mathematical operations.

course

Java Data Structures

Java Data Structures

Discover essential data structures in Java and enhance your programming skills. Explore the dynamic world of ArrayLists, LinkedLists, Stacks, Queues, and more, uncovering their power, versatility, and real-world applications.

course

Java Data Types

Java Data Types

A comprehensive course on Java data types, covering primitives, reference types, type conversion, and practical applications. Designed for learners with basic Java syntax knowledge.

project

Java Hangman Game: Console Case Study

Java Hangman Game: Console Case Study

Build a fully functional Hangman game in Java for the console, focusing on clean object-oriented design. The project guides you through creating a modular application with separate classes for game logic, word selection, hangman drawing, and user interaction. You'll learn to structure code for clarity and maintainability, implement random word selection, handle user input, and manage game state.
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

Complete Claude Ecosystem

laptop3 Courses
list53 Tasks

Beginner

track
lockOnly for Ultimate
track image

AI Toolkit for Business

laptop4 Courses
list75 Tasks

Beginner

track
lockOnly for Ultimate
track image

AI-Assisted Web Developer

laptop6 Courses
list64 Tasks

Beginner

track
lockOnly for Ultimate
track image

Business Intelligence Specialist

laptop6 Courses
pencil-with-line2 Projects
list206 Tasks

Intermediate

track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop7 Courses
pencil-with-line3 Projects
list133 Tasks

Beginner

new

track
track image
For Ultimate

Only for Ultimate

Complete Claude Ecosystem

laptop3 Courses
list53 Tasks

new

track
track image
For Ultimate

Only for Ultimate

AI Toolkit for Business

laptop4 Courses
list75 Tasks

new

track
track image
For Ultimate

Only for Ultimate

AI-Assisted Web Developer

laptop6 Courses
list64 Tasks

new

track
track image
For Ultimate

Only for Ultimate

Business Intelligence Specialist

laptop6 Courses
pencil-with-line2 Projects
list206 Tasks

new

track
track image
For Ultimate

Only for Ultimate

Python from Zero to Hero

laptop7 Courses
pencil-with-line3 Projects
list133 Tasks

new

Search
Close

Courses & Projects

Technologies

project

Hangman Game

Hangman Game

A terminal-based Hangman game built step by step using Python. The project combines string manipulation, control flow, user input handling, and modular design to create a fully playable game with visual ASCII output and optional hints. The final result demonstrates how small utility functions can be orchestrated into a complete interactive application.

project

Integrating ChatGPT into a Web Application

Integrating ChatGPT into a Web Application

Develop an interactive AI assistant for an existing portfolio website. This project focuses on integrating the OpenAI API, designing a user-friendly chat interface, and handling user input effectively. The outcome is a smart, conversational assistant seamlessly embedded into the existing site to enhance user engagement and showcase AI integration skills.

course

Introduction to Cloud Computing

Introduction to Cloud Computing

Discover the world of cloud computing by exploring its core technologies and practical applications in this course! Begin with the fundamentals of cloud computing and then focus on essential AWS services like S3 (Simple Storage Service) for scalable storage, EC2 (Elastic Compute Cloud) for virtual servers, and RDS (Relational Database Service) for managed databases. Gain hands-on experience as you learn how these services integrate to support modern applications efficiently.

course

Introduction to Dart

Introduction to Dart

This course focuses on the fundamentals of the Dart programming language, which is essential for developing mobile applications on Android and iOS platforms. Learn how Dart serves as the foundation for future exploration of the Flutter framework, used to create cross-platform mobile applications. Join our course and acquire the key skills that will help you thrive in mobile development with Dart and Flutter.

course

Introduction to HTML

Introduction to HTML

In this course, participants will learn the basics of HTML, what HTML is and how it is used to create web pages, the structure of an HTML document and the various tags used to define the content and layout of a web page, how to use HTML tags to structure and format content, such as headings, paragraphs, lists, tables, and more, how to create links, add images and videos, and create forms for user input.

course

Introduction to Python (dev copy)

Introduction to Python (dev copy)

Python is an interpreted high-level general-purpose programming language. Unlike HTML, CSS, and JavaScript, which are primarily used for web development, Python is versatile and can be used in various fields, including software development, data science, and back-end development. In this course, you'll explore the core aspects of Python, and by the end, you'll be crafting your own functions!

course

Introduction to Python (generated task tests)

Introduction to Python (generated task tests)

Python is a high-level, interpreted, general-purpose programming language. Distinguished from languages such as HTML, CSS, and JavaScript, which are mainly utilized in web development, Python boasts versatility across multiple domains, including software development, data science, and back-end development. This course will guide you through Python's fundamental concepts, equipping you with the skills to create your own functions by the conclusion of the program. Python

course

Introduction to Python for Data Analysis

Introduction to Python for Data Analysis

This course will teach you the necessary skills to manage simple analytical tasks. You are going to learn Python and its libraries, such as pandas and NumPy. Besides, you will deal with real-life analytical tasks such as calculating vitally important marketing metrics.

course

Introduction to Python(ihor)

Introduction to Python(ihor)

Python is an interpreted high-level general-purpose programming language. Unlike HTML, CSS, and JavaScript, which are primarily used for web development, Python is versatile and can be used in various fields, including software development, data science, and back-end development. In this course, you'll explore the core aspects of Python, and by the end, you'll be crafting your own functions!

course

Introduction to Redis

Introduction to Redis

This course will introduce you to the fundamentals of Redis and its use in real-world applications. We'll cover key Redis commands, data types, key expiration and transactions, as well as how to integrate Redis with Spring for efficient data caching.

course

Introduction to SQL

Introduction to SQL

This course offers an easy-to-follow introduction to the basics of SQL databases and the Structured Query Language (SQL). Through engaging video lessons and thoughtfully crafted exercises, you’ll explore essential concepts step by step. Each topic is explained in detail and paired with hands-on practice to ensure you not only understand but also retain what you’ve learned.

course

Introduction to SciPy

Introduction to SciPy

A comprehensive course designed for students with strong math backgrounds and intermediate to advanced Python skills, focusing on leveraging SciPy for scientific computing, optimization, integration, and advanced mathematical operations.

course

Java Data Structures

Java Data Structures

Discover essential data structures in Java and enhance your programming skills. Explore the dynamic world of ArrayLists, LinkedLists, Stacks, Queues, and more, uncovering their power, versatility, and real-world applications.

course

Java Data Types

Java Data Types

A comprehensive course on Java data types, covering primitives, reference types, type conversion, and practical applications. Designed for learners with basic Java syntax knowledge.

project

Java Hangman Game: Console Case Study

Java Hangman Game: Console Case Study

Build a fully functional Hangman game in Java for the console, focusing on clean object-oriented design. The project guides you through creating a modular application with separate classes for game logic, word selection, hangman drawing, and user interaction. You'll learn to structure code for clarity and maintainability, implement random word selection, handle user input, and manage game state.

project

Hangman Game

Hangman Game

A terminal-based Hangman game built step by step using Python. The project combines string manipulation, control flow, user input handling, and modular design to create a fully playable game with visual ASCII output and optional hints. The final result demonstrates how small utility functions can be orchestrated into a complete interactive application.

project

Integrating ChatGPT into a Web Application

Integrating ChatGPT into a Web Application

Develop an interactive AI assistant for an existing portfolio website. This project focuses on integrating the OpenAI API, designing a user-friendly chat interface, and handling user input effectively. The outcome is a smart, conversational assistant seamlessly embedded into the existing site to enhance user engagement and showcase AI integration skills.

course

Introduction to Cloud Computing

Introduction to Cloud Computing

Discover the world of cloud computing by exploring its core technologies and practical applications in this course! Begin with the fundamentals of cloud computing and then focus on essential AWS services like S3 (Simple Storage Service) for scalable storage, EC2 (Elastic Compute Cloud) for virtual servers, and RDS (Relational Database Service) for managed databases. Gain hands-on experience as you learn how these services integrate to support modern applications efficiently.

course

Introduction to Dart

Introduction to Dart

This course focuses on the fundamentals of the Dart programming language, which is essential for developing mobile applications on Android and iOS platforms. Learn how Dart serves as the foundation for future exploration of the Flutter framework, used to create cross-platform mobile applications. Join our course and acquire the key skills that will help you thrive in mobile development with Dart and Flutter.

course

Introduction to HTML

Introduction to HTML

In this course, participants will learn the basics of HTML, what HTML is and how it is used to create web pages, the structure of an HTML document and the various tags used to define the content and layout of a web page, how to use HTML tags to structure and format content, such as headings, paragraphs, lists, tables, and more, how to create links, add images and videos, and create forms for user input.

course

Introduction to Python (dev copy)

Introduction to Python (dev copy)

Python is an interpreted high-level general-purpose programming language. Unlike HTML, CSS, and JavaScript, which are primarily used for web development, Python is versatile and can be used in various fields, including software development, data science, and back-end development. In this course, you'll explore the core aspects of Python, and by the end, you'll be crafting your own functions!

course

Introduction to Python (generated task tests)

Introduction to Python (generated task tests)

Python is a high-level, interpreted, general-purpose programming language. Distinguished from languages such as HTML, CSS, and JavaScript, which are mainly utilized in web development, Python boasts versatility across multiple domains, including software development, data science, and back-end development. This course will guide you through Python's fundamental concepts, equipping you with the skills to create your own functions by the conclusion of the program. Python

course

Introduction to Python for Data Analysis

Introduction to Python for Data Analysis

This course will teach you the necessary skills to manage simple analytical tasks. You are going to learn Python and its libraries, such as pandas and NumPy. Besides, you will deal with real-life analytical tasks such as calculating vitally important marketing metrics.

course

Introduction to Python(ihor)

Introduction to Python(ihor)

Python is an interpreted high-level general-purpose programming language. Unlike HTML, CSS, and JavaScript, which are primarily used for web development, Python is versatile and can be used in various fields, including software development, data science, and back-end development. In this course, you'll explore the core aspects of Python, and by the end, you'll be crafting your own functions!

course

Introduction to Redis

Introduction to Redis

This course will introduce you to the fundamentals of Redis and its use in real-world applications. We'll cover key Redis commands, data types, key expiration and transactions, as well as how to integrate Redis with Spring for efficient data caching.

course

Introduction to SQL

Introduction to SQL

This course offers an easy-to-follow introduction to the basics of SQL databases and the Structured Query Language (SQL). Through engaging video lessons and thoughtfully crafted exercises, you’ll explore essential concepts step by step. Each topic is explained in detail and paired with hands-on practice to ensure you not only understand but also retain what you’ve learned.

course

Introduction to SciPy

Introduction to SciPy

A comprehensive course designed for students with strong math backgrounds and intermediate to advanced Python skills, focusing on leveraging SciPy for scientific computing, optimization, integration, and advanced mathematical operations.

course

Java Data Structures

Java Data Structures

Discover essential data structures in Java and enhance your programming skills. Explore the dynamic world of ArrayLists, LinkedLists, Stacks, Queues, and more, uncovering their power, versatility, and real-world applications.

course

Java Data Types

Java Data Types

A comprehensive course on Java data types, covering primitives, reference types, type conversion, and practical applications. Designed for learners with basic Java syntax knowledge.

project

Java Hangman Game: Console Case Study

Java Hangman Game: Console Case Study

Build a fully functional Hangman game in Java for the console, focusing on clean object-oriented design. The project guides you through creating a modular application with separate classes for game logic, word selection, hangman drawing, and user interaction. You'll learn to structure code for clarity and maintainability, implement random word selection, handle user input, and manage game state.
not found

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

codefinity
some-alt