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

Game Development with Unity

laptop4 Courses
list164 Tasks

Beginner

4.4
(332)
track
lockOnly for Ultimate
track image

Video Production with Adobe

laptop4 Courses
list123 Tasks

Beginner

5.0
(15)
track
lockOnly for Ultimate
track image

UI/UX Design Tools

laptop4 Courses
list161 Tasks

Beginner

4.8
(29)
track
lockOnly for Ultimate
track image

Essential Office Skills

laptop3 Courses
list75 Tasks

Beginner

4.5
(946)
track
lockOnly for Ultimate
track image

Digital Marketing Essentials

laptop6 Courses
list293 Tasks

Beginner

4.5
(36)

Courses & Projects

course

Spring AOP Under the Hood

Spring AOP Under the Hood

Dive deep into the internal workings of Spring AOP. This course is designed for Java and Spring developers who want to understand not just how to use AOP, but how it operates under the hood. Explore the architecture, proxy mechanisms, weaving, and the lifecycle of advice in Spring AOP, with a blend of theory and hands-on code exploration.

course

Spring Testing Concepts

Spring Testing Concepts

A beginner-friendly course introducing the core concepts and practical skills for testing Spring Boot applications. Learn unit testing, integration testing, test slices, mocking, and effective testing strategies to ensure robust and maintainable Spring projects.

project

Steam Games Data Analysis

Steam Games Data Analysis

A comprehensive, hands-on data analysis project using Python and pandas on the Steam games dataset. This case study guides you through data cleaning, exploratory data analysis, feature engineering, deep-dive analytics, and statistical hypothesis testing to extract actionable business insights for game developers.

course

Struct-Based Design in Go

Struct-Based Design in Go

Master idiomatic backend design in Go by leveraging structs, interfaces, and composition. This course guides you through best practices for struct-based design, encapsulation, interface usage, and common pitfalls, with practical code examples and conceptual questions in every chapter.

project

Student Psychological Risk Profiling

Student Psychological Risk Profiling

A hands-on, notebook-driven case study guiding you through the process of cleaning, transforming, and analyzing a real-world student mental health dataset. You'll uncover psychological risk patterns, demographic vulnerabilities, and help-seeking gaps using pandas, matplotlib, and seaborn—all without defining a single function.

course

Styling React Apps with Chakra UI

Styling React Apps with Chakra UI

Learn how to efficiently style modern React applications using Chakra UI, a popular component library that enables accessible, themeable, and responsive design with ease.

course

System Architecture and the DevOps Approach

System Architecture and the DevOps Approach

A beginner-friendly course introducing foundational system architecture concepts, modern architectural patterns, and the influence of DevOps principles on design, scalability, automation, and deployment. Learn through clear explanations, practical examples, and interactive quizzes.

course

Tailwind CSS Styling in React Applications

Tailwind CSS Styling in React Applications

Master styling React applications using Tailwind CSS. Learn how to integrate Tailwind into React, design reusable UI components, customize themes, build responsive layouts, and enhance interfaces with interactivity and animations.

course

Text Mining and Document Similarity

Text Mining and Document Similarity

Learn to represent documents as high-dimensional vectors, apply TF-IDF weighting, measure document similarity, and discover structure in text collections using geometric and statistical modeling—without linguistic or NLP assumptions.

project

The Superhero Clustering

The Superhero Clustering

A hands-on, notebook-driven project where you will explore, visualize, and cluster a dataset of superhero statistics using unsupervised learning techniques. You'll perform data cleaning, exploratory analysis, dimensionality reduction with PCA, cluster discovery with K-Means, and anomaly detection with Isolation Forest—all in a strictly linear, function-free Python workflow.

course

Three.js 3D Graphics in React Apps

Three.js 3D Graphics in React Apps

Build 3D graphics in React applications using Three.js. Create and render 3D scenes, add objects, lighting, and cameras, and implement interactive and animated behaviors. Optimize rendering performance and structure scalable 3D applications for production use.

course

Toastify Notifications in React

Toastify Notifications in React

Learn how to integrate and customize Toastify notifications in React applications. Gain practical skills in setting up Toastify, controlling notification behavior, styling and theming toasts, handling advanced scenarios, and applying notifications to real-world user interactions.

course

Tokenization and Information Theory

Tokenization and Information Theory

Explore the foundations of tokenization in modern language models through the lens of information theory and compression. Understand how subword vocabularies are constructed, how entropy shapes token distributions, and the theoretical limits of tokenization strategies.

project

Transactional Behavior Analysis

Transactional Behavior Analysis

A hands-on, step-by-step case study guiding learners through the process of cleaning and exploring a real-world e-commerce transactions dataset using pandas, matplotlib, and seaborn. The course emphasizes linear, notebook-style code execution without function definitions, focusing on practical data wrangling and visualization skills.

course

Transactions in Spring

Transactions in Spring

A practical, in-depth course on how transactions are managed internally in Spring, focusing on real backend scenarios, internal flows, and integration with JDBC, JPA, and Hibernate. Learn how Spring starts, commits, and rolls back transactions, and how these processes affect real-world applications.
not found

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

Career tracks

track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list164 Tasks

Beginner

4.4
(332)
track
lockOnly for Ultimate
track image

Video Production with Adobe

laptop4 Courses
list123 Tasks

Beginner

5.0
(15)
track
lockOnly for Ultimate
track image

UI/UX Design Tools

laptop4 Courses
list161 Tasks

Beginner

4.8
(29)
track
lockOnly for Ultimate
track image

Essential Office Skills

laptop3 Courses
list75 Tasks

Beginner

4.5
(946)
track
lockOnly for Ultimate
track image

Digital Marketing Essentials

laptop6 Courses
list293 Tasks

Beginner

4.5
(36)
track
track image
For Ultimate

Only for Ultimate

Game Development with Unity

laptop4 Courses
list164 Tasks
4.4
track
track image
For Ultimate

Only for Ultimate

Video Production with Adobe

laptop4 Courses
list123 Tasks
5.0
track
track image
For Ultimate

Only for Ultimate

UI/UX Design Tools

laptop4 Courses
list161 Tasks
4.8
track
track image
For Ultimate

Only for Ultimate

Essential Office Skills

laptop3 Courses
list75 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Digital Marketing Essentials

laptop6 Courses
list293 Tasks
4.5
Search
Close

Courses & Projects

Technologies

course

Spring AOP Under the Hood

Spring AOP Under the Hood

Dive deep into the internal workings of Spring AOP. This course is designed for Java and Spring developers who want to understand not just how to use AOP, but how it operates under the hood. Explore the architecture, proxy mechanisms, weaving, and the lifecycle of advice in Spring AOP, with a blend of theory and hands-on code exploration.

course

Spring Testing Concepts

Spring Testing Concepts

A beginner-friendly course introducing the core concepts and practical skills for testing Spring Boot applications. Learn unit testing, integration testing, test slices, mocking, and effective testing strategies to ensure robust and maintainable Spring projects.

project

Steam Games Data Analysis

Steam Games Data Analysis

A comprehensive, hands-on data analysis project using Python and pandas on the Steam games dataset. This case study guides you through data cleaning, exploratory data analysis, feature engineering, deep-dive analytics, and statistical hypothesis testing to extract actionable business insights for game developers.

course

Struct-Based Design in Go

Struct-Based Design in Go

Master idiomatic backend design in Go by leveraging structs, interfaces, and composition. This course guides you through best practices for struct-based design, encapsulation, interface usage, and common pitfalls, with practical code examples and conceptual questions in every chapter.

project

Student Psychological Risk Profiling

Student Psychological Risk Profiling

A hands-on, notebook-driven case study guiding you through the process of cleaning, transforming, and analyzing a real-world student mental health dataset. You'll uncover psychological risk patterns, demographic vulnerabilities, and help-seeking gaps using pandas, matplotlib, and seaborn—all without defining a single function.

course

Styling React Apps with Chakra UI

Styling React Apps with Chakra UI

Learn how to efficiently style modern React applications using Chakra UI, a popular component library that enables accessible, themeable, and responsive design with ease.

course

System Architecture and the DevOps Approach

System Architecture and the DevOps Approach

A beginner-friendly course introducing foundational system architecture concepts, modern architectural patterns, and the influence of DevOps principles on design, scalability, automation, and deployment. Learn through clear explanations, practical examples, and interactive quizzes.

course

Tailwind CSS Styling in React Applications

Tailwind CSS Styling in React Applications

Master styling React applications using Tailwind CSS. Learn how to integrate Tailwind into React, design reusable UI components, customize themes, build responsive layouts, and enhance interfaces with interactivity and animations.

course

Text Mining and Document Similarity

Text Mining and Document Similarity

Learn to represent documents as high-dimensional vectors, apply TF-IDF weighting, measure document similarity, and discover structure in text collections using geometric and statistical modeling—without linguistic or NLP assumptions.

project

The Superhero Clustering

The Superhero Clustering

A hands-on, notebook-driven project where you will explore, visualize, and cluster a dataset of superhero statistics using unsupervised learning techniques. You'll perform data cleaning, exploratory analysis, dimensionality reduction with PCA, cluster discovery with K-Means, and anomaly detection with Isolation Forest—all in a strictly linear, function-free Python workflow.

course

Three.js 3D Graphics in React Apps

Three.js 3D Graphics in React Apps

Build 3D graphics in React applications using Three.js. Create and render 3D scenes, add objects, lighting, and cameras, and implement interactive and animated behaviors. Optimize rendering performance and structure scalable 3D applications for production use.

course

Toastify Notifications in React

Toastify Notifications in React

Learn how to integrate and customize Toastify notifications in React applications. Gain practical skills in setting up Toastify, controlling notification behavior, styling and theming toasts, handling advanced scenarios, and applying notifications to real-world user interactions.

course

Tokenization and Information Theory

Tokenization and Information Theory

Explore the foundations of tokenization in modern language models through the lens of information theory and compression. Understand how subword vocabularies are constructed, how entropy shapes token distributions, and the theoretical limits of tokenization strategies.

project

Transactional Behavior Analysis

Transactional Behavior Analysis

A hands-on, step-by-step case study guiding learners through the process of cleaning and exploring a real-world e-commerce transactions dataset using pandas, matplotlib, and seaborn. The course emphasizes linear, notebook-style code execution without function definitions, focusing on practical data wrangling and visualization skills.

course

Transactions in Spring

Transactions in Spring

A practical, in-depth course on how transactions are managed internally in Spring, focusing on real backend scenarios, internal flows, and integration with JDBC, JPA, and Hibernate. Learn how Spring starts, commits, and rolls back transactions, and how these processes affect real-world applications.

course

Spring AOP Under the Hood

Spring AOP Under the Hood

Dive deep into the internal workings of Spring AOP. This course is designed for Java and Spring developers who want to understand not just how to use AOP, but how it operates under the hood. Explore the architecture, proxy mechanisms, weaving, and the lifecycle of advice in Spring AOP, with a blend of theory and hands-on code exploration.

course

Spring Testing Concepts

Spring Testing Concepts

A beginner-friendly course introducing the core concepts and practical skills for testing Spring Boot applications. Learn unit testing, integration testing, test slices, mocking, and effective testing strategies to ensure robust and maintainable Spring projects.

project

Steam Games Data Analysis

Steam Games Data Analysis

A comprehensive, hands-on data analysis project using Python and pandas on the Steam games dataset. This case study guides you through data cleaning, exploratory data analysis, feature engineering, deep-dive analytics, and statistical hypothesis testing to extract actionable business insights for game developers.

course

Struct-Based Design in Go

Struct-Based Design in Go

Master idiomatic backend design in Go by leveraging structs, interfaces, and composition. This course guides you through best practices for struct-based design, encapsulation, interface usage, and common pitfalls, with practical code examples and conceptual questions in every chapter.

project

Student Psychological Risk Profiling

Student Psychological Risk Profiling

A hands-on, notebook-driven case study guiding you through the process of cleaning, transforming, and analyzing a real-world student mental health dataset. You'll uncover psychological risk patterns, demographic vulnerabilities, and help-seeking gaps using pandas, matplotlib, and seaborn—all without defining a single function.

course

Styling React Apps with Chakra UI

Styling React Apps with Chakra UI

Learn how to efficiently style modern React applications using Chakra UI, a popular component library that enables accessible, themeable, and responsive design with ease.

course

System Architecture and the DevOps Approach

System Architecture and the DevOps Approach

A beginner-friendly course introducing foundational system architecture concepts, modern architectural patterns, and the influence of DevOps principles on design, scalability, automation, and deployment. Learn through clear explanations, practical examples, and interactive quizzes.

course

Tailwind CSS Styling in React Applications

Tailwind CSS Styling in React Applications

Master styling React applications using Tailwind CSS. Learn how to integrate Tailwind into React, design reusable UI components, customize themes, build responsive layouts, and enhance interfaces with interactivity and animations.

course

Text Mining and Document Similarity

Text Mining and Document Similarity

Learn to represent documents as high-dimensional vectors, apply TF-IDF weighting, measure document similarity, and discover structure in text collections using geometric and statistical modeling—without linguistic or NLP assumptions.

project

The Superhero Clustering

The Superhero Clustering

A hands-on, notebook-driven project where you will explore, visualize, and cluster a dataset of superhero statistics using unsupervised learning techniques. You'll perform data cleaning, exploratory analysis, dimensionality reduction with PCA, cluster discovery with K-Means, and anomaly detection with Isolation Forest—all in a strictly linear, function-free Python workflow.

course

Three.js 3D Graphics in React Apps

Three.js 3D Graphics in React Apps

Build 3D graphics in React applications using Three.js. Create and render 3D scenes, add objects, lighting, and cameras, and implement interactive and animated behaviors. Optimize rendering performance and structure scalable 3D applications for production use.

course

Toastify Notifications in React

Toastify Notifications in React

Learn how to integrate and customize Toastify notifications in React applications. Gain practical skills in setting up Toastify, controlling notification behavior, styling and theming toasts, handling advanced scenarios, and applying notifications to real-world user interactions.

course

Tokenization and Information Theory

Tokenization and Information Theory

Explore the foundations of tokenization in modern language models through the lens of information theory and compression. Understand how subword vocabularies are constructed, how entropy shapes token distributions, and the theoretical limits of tokenization strategies.

project

Transactional Behavior Analysis

Transactional Behavior Analysis

A hands-on, step-by-step case study guiding learners through the process of cleaning and exploring a real-world e-commerce transactions dataset using pandas, matplotlib, and seaborn. The course emphasizes linear, notebook-style code execution without function definitions, focusing on practical data wrangling and visualization skills.

course

Transactions in Spring

Transactions in Spring

A practical, in-depth course on how transactions are managed internally in Spring, focusing on real backend scenarios, internal flows, and integration with JDBC, JPA, and Hibernate. Learn how Spring starts, commits, and rolls back transactions, and how these processes affect real-world applications.
not found

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

We're sorry to hear that something went wrong. What happened?
some-alt