Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Усі курси та проєкти | Codefinity
Фільтри
reverse icon

Технології

Тема

Рівень

Тип уроку

Кар'єрні треки

трек
lockЛише для Ultimate
track image

Game Development with Unity

laptop4 Курсів
list213 Завдань

Базовий

4.4
(369)
трек
lockЛише для Ultimate
track image

Video Production with Adobe

laptop4 Курсів
list123 Завдань

Базовий

5.0
(18)
трек
lockЛише для Ultimate
track image

UI/UX Design Tools

laptop4 Курсів
list161 Завдань

Базовий

4.6
(35)
трек
lockЛише для Ultimate
track image

Essential Office Skills

laptop3 Курсів
list75 Завдань

Базовий

4.5
(1038)
трек
lockЛише для Ultimate
track image

Business AI Toolkit

laptop3 Курсів
list42 Завдань

Базовий

4.1
(125)

Курси та проекти

курс

TypeScript Functions and Parameters

TypeScript Functions and Parameters

Explore how TypeScript enhances function design with precise typing and advanced parameter control. Work with explicit and inferred return types, handle complex parameter setups, and define overloads for flexible function behavior. Understand how this works in different contexts and write functions that are both safe and expressive in modern TypeScript projects.

курс

Vibe Coding Fundamentals

Vibe Coding Fundamentals

Explore the art and mindset of coding beyond syntax. This course delves into the rhythms, intuition, and emotional states that shape how developers write, read, and improve code. Learn how the 'vibe' of coding influences quality, collaboration, and maintainability through real-world scenarios and reflective practice.

курс

Working with JSON and Local Storage in JavaScript

Working with JSON and Local Storage in JavaScript

A clear and practical introduction to JSON and browser storage in JavaScript. Learn how to structure and manipulate JSON data, parse and stringify objects, and store information persistently using localStorage and sessionStorage.

курс

Code Quality and Refactoring in Python

Code Quality and Refactoring in Python

Master the principles of writing clean, maintainable, and efficient Python code. Learn to identify code smells, apply refactoring techniques, and adopt best practices for code quality. Practice your skills with hands-on tasks designed for those familiar with basic Python syntax.

курс

Conditional Statements and Loops in JavaScript

Conditional Statements and Loops in JavaScript

A clear, interactive introduction to program logic in JavaScript. This course explains how decisions, conditions, and loops shape the way programs run, using relatable examples and hands-on practice. Build the foundation for writing flexible, efficient, and readable code that truly responds to logic.

курс

Excel Charts and Data Visualization

Excel Charts and Data Visualization

Master column, line, pie, scatter, combo, and waterfall charts to communicate data clearly in Excel. Apply trendlines, secondary axes, Excel Tables, slicers, dynamic formula-driven ranges, and sparklines to build interactive visual reports.

курс

Exceptions and Error Handling in Java

Exceptions and Error Handling in Java

A beginner-friendly course that introduces the fundamentals of exceptions and error handling in Java. Learn how to write robust Java programs by understanding, handling, and creating exceptions, as well as best practices for error management.

курс

Introduction to Maven

Introduction to Maven

A beginner-friendly course designed to introduce learners to Maven, the popular Java build automation tool. This course covers the essentials of Maven, including its purpose, project structure, POM files, dependencies, plugins, lifecycle, repositories, and basic commands, with clear explanations and practical examples.

курс

Lambda Expressions in Java

Lambda Expressions in Java

Master the power of lambda expressions in Java to write concise, expressive, and modern code. This course guides you from the basics of functional interfaces to advanced lambda usage, including real-world applications and best practices.

курс

Python for Bioinformatics

Python for Bioinformatics

A beginner-friendly course introducing Python programming through real-world bioinformatics problems. Learn to handle biological data formats, analyze DNA sequences, process next-generation sequencing data, and build reproducible analysis pipelines—all with engaging, hands-on tasks and clear explanations.

курс

TypeScript Foundations

TypeScript Foundations

Master the essentials of TypeScript and understand how it enhances JavaScript with static typing and modern development features. Build a strong foundation through practical examples, from working with core types to applying advanced type tools. Gain the confidence to write safer, cleaner, and more scalable code in any TypeScript project.

курс

Asynchronous JavaScript Explained

Asynchronous JavaScript Explained

Master the core concepts of asynchronous programming in JavaScript, from the event loop to modern async/await syntax. Learn how JavaScript handles non-blocking operations, why asynchronous code is essential, and how to write robust, readable, and maintainable asynchronous code using Promises and async/await.

курс

Bio-Inspired Algorithms with Python

Bio-Inspired Algorithms with Python

Explore the foundations and practical applications of bio-inspired algorithms in Python. This course covers evolutionary computation, swarm intelligence, and other nature-inspired optimization techniques, using only standard Python and permitted scientific libraries.

курс

C++ Modern Features

C++ Modern Features

Master the essential features introduced in C++11, C++14, and C++17. This course guides you through modern C++ programming paradigms, including type inference, smart pointers, move semantics, functional programming, and concurrency, with hands-on practice after each concept.

shorts

Casual Introduction to Python

Casual Introduction to Python

Learn Python from scratch with short, practical lessons. We'll cover printing text, creating variables, working with numbers, strings, and Booleans, making decisions with if-elif-else, using lists, and building loops. Simple explanations, real examples — no experience needed, just start coding!
not found

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

Кар'єрні треки

трек
lockЛише для Ultimate
track image

Game Development with Unity

laptop4 Курсів
list213 Завдань

Базовий

4.4
(369)
трек
lockЛише для Ultimate
track image

Video Production with Adobe

laptop4 Курсів
list123 Завдань

Базовий

5.0
(18)
трек
lockЛише для Ultimate
track image

UI/UX Design Tools

laptop4 Курсів
list161 Завдань

Базовий

4.6
(35)
трек
lockЛише для Ultimate
track image

Essential Office Skills

laptop3 Курсів
list75 Завдань

Базовий

4.5
(1038)
трек
lockЛише для Ultimate
track image

Business AI Toolkit

laptop3 Курсів
list42 Завдань

Базовий

4.1
(125)
трек
track image
For Ultimate

Лише для Ultimate

Game Development with Unity

laptop4 Курсів
list213 Завдань
4.4
трек
track image
For Ultimate

Лише для Ultimate

Video Production with Adobe

laptop4 Курсів
list123 Завдань
5.0
трек
track image
For Ultimate

Лише для Ultimate

UI/UX Design Tools

laptop4 Курсів
list161 Завдань
4.6
трек
track image
For Ultimate

Лише для Ultimate

Essential Office Skills

laptop3 Курсів
list75 Завдань
4.5
трек
track image
For Ultimate

Лише для Ultimate

Business AI Toolkit

laptop3 Курсів
list42 Завдань
4.1
Search
Close

Курси та проекти

Технології

курс

TypeScript Functions and Parameters

TypeScript Functions and Parameters

Explore how TypeScript enhances function design with precise typing and advanced parameter control. Work with explicit and inferred return types, handle complex parameter setups, and define overloads for flexible function behavior. Understand how this works in different contexts and write functions that are both safe and expressive in modern TypeScript projects.

курс

Vibe Coding Fundamentals

Vibe Coding Fundamentals

Explore the art and mindset of coding beyond syntax. This course delves into the rhythms, intuition, and emotional states that shape how developers write, read, and improve code. Learn how the 'vibe' of coding influences quality, collaboration, and maintainability through real-world scenarios and reflective practice.

курс

Working with JSON and Local Storage in JavaScript

Working with JSON and Local Storage in JavaScript

A clear and practical introduction to JSON and browser storage in JavaScript. Learn how to structure and manipulate JSON data, parse and stringify objects, and store information persistently using localStorage and sessionStorage.

курс

Code Quality and Refactoring in Python

Code Quality and Refactoring in Python

Master the principles of writing clean, maintainable, and efficient Python code. Learn to identify code smells, apply refactoring techniques, and adopt best practices for code quality. Practice your skills with hands-on tasks designed for those familiar with basic Python syntax.

курс

Conditional Statements and Loops in JavaScript

Conditional Statements and Loops in JavaScript

A clear, interactive introduction to program logic in JavaScript. This course explains how decisions, conditions, and loops shape the way programs run, using relatable examples and hands-on practice. Build the foundation for writing flexible, efficient, and readable code that truly responds to logic.

курс

Excel Charts and Data Visualization

Excel Charts and Data Visualization

Master column, line, pie, scatter, combo, and waterfall charts to communicate data clearly in Excel. Apply trendlines, secondary axes, Excel Tables, slicers, dynamic formula-driven ranges, and sparklines to build interactive visual reports.

курс

Exceptions and Error Handling in Java

Exceptions and Error Handling in Java

A beginner-friendly course that introduces the fundamentals of exceptions and error handling in Java. Learn how to write robust Java programs by understanding, handling, and creating exceptions, as well as best practices for error management.

курс

Introduction to Maven

Introduction to Maven

A beginner-friendly course designed to introduce learners to Maven, the popular Java build automation tool. This course covers the essentials of Maven, including its purpose, project structure, POM files, dependencies, plugins, lifecycle, repositories, and basic commands, with clear explanations and practical examples.

курс

Lambda Expressions in Java

Lambda Expressions in Java

Master the power of lambda expressions in Java to write concise, expressive, and modern code. This course guides you from the basics of functional interfaces to advanced lambda usage, including real-world applications and best practices.

курс

Python for Bioinformatics

Python for Bioinformatics

A beginner-friendly course introducing Python programming through real-world bioinformatics problems. Learn to handle biological data formats, analyze DNA sequences, process next-generation sequencing data, and build reproducible analysis pipelines—all with engaging, hands-on tasks and clear explanations.

курс

TypeScript Foundations

TypeScript Foundations

Master the essentials of TypeScript and understand how it enhances JavaScript with static typing and modern development features. Build a strong foundation through practical examples, from working with core types to applying advanced type tools. Gain the confidence to write safer, cleaner, and more scalable code in any TypeScript project.

курс

Asynchronous JavaScript Explained

Asynchronous JavaScript Explained

Master the core concepts of asynchronous programming in JavaScript, from the event loop to modern async/await syntax. Learn how JavaScript handles non-blocking operations, why asynchronous code is essential, and how to write robust, readable, and maintainable asynchronous code using Promises and async/await.

курс

Bio-Inspired Algorithms with Python

Bio-Inspired Algorithms with Python

Explore the foundations and practical applications of bio-inspired algorithms in Python. This course covers evolutionary computation, swarm intelligence, and other nature-inspired optimization techniques, using only standard Python and permitted scientific libraries.

курс

C++ Modern Features

C++ Modern Features

Master the essential features introduced in C++11, C++14, and C++17. This course guides you through modern C++ programming paradigms, including type inference, smart pointers, move semantics, functional programming, and concurrency, with hands-on practice after each concept.

shorts

Casual Introduction to Python

Casual Introduction to Python

Learn Python from scratch with short, practical lessons. We'll cover printing text, creating variables, working with numbers, strings, and Booleans, making decisions with if-elif-else, using lists, and building loops. Simple explanations, real examples — no experience needed, just start coding!

курс

TypeScript Functions and Parameters

TypeScript Functions and Parameters

Explore how TypeScript enhances function design with precise typing and advanced parameter control. Work with explicit and inferred return types, handle complex parameter setups, and define overloads for flexible function behavior. Understand how this works in different contexts and write functions that are both safe and expressive in modern TypeScript projects.

курс

Vibe Coding Fundamentals

Vibe Coding Fundamentals

Explore the art and mindset of coding beyond syntax. This course delves into the rhythms, intuition, and emotional states that shape how developers write, read, and improve code. Learn how the 'vibe' of coding influences quality, collaboration, and maintainability through real-world scenarios and reflective practice.

курс

Working with JSON and Local Storage in JavaScript

Working with JSON and Local Storage in JavaScript

A clear and practical introduction to JSON and browser storage in JavaScript. Learn how to structure and manipulate JSON data, parse and stringify objects, and store information persistently using localStorage and sessionStorage.

курс

Code Quality and Refactoring in Python

Code Quality and Refactoring in Python

Master the principles of writing clean, maintainable, and efficient Python code. Learn to identify code smells, apply refactoring techniques, and adopt best practices for code quality. Practice your skills with hands-on tasks designed for those familiar with basic Python syntax.

курс

Conditional Statements and Loops in JavaScript

Conditional Statements and Loops in JavaScript

A clear, interactive introduction to program logic in JavaScript. This course explains how decisions, conditions, and loops shape the way programs run, using relatable examples and hands-on practice. Build the foundation for writing flexible, efficient, and readable code that truly responds to logic.

курс

Excel Charts and Data Visualization

Excel Charts and Data Visualization

Master column, line, pie, scatter, combo, and waterfall charts to communicate data clearly in Excel. Apply trendlines, secondary axes, Excel Tables, slicers, dynamic formula-driven ranges, and sparklines to build interactive visual reports.

курс

Exceptions and Error Handling in Java

Exceptions and Error Handling in Java

A beginner-friendly course that introduces the fundamentals of exceptions and error handling in Java. Learn how to write robust Java programs by understanding, handling, and creating exceptions, as well as best practices for error management.

курс

Introduction to Maven

Introduction to Maven

A beginner-friendly course designed to introduce learners to Maven, the popular Java build automation tool. This course covers the essentials of Maven, including its purpose, project structure, POM files, dependencies, plugins, lifecycle, repositories, and basic commands, with clear explanations and practical examples.

курс

Lambda Expressions in Java

Lambda Expressions in Java

Master the power of lambda expressions in Java to write concise, expressive, and modern code. This course guides you from the basics of functional interfaces to advanced lambda usage, including real-world applications and best practices.

курс

Python for Bioinformatics

Python for Bioinformatics

A beginner-friendly course introducing Python programming through real-world bioinformatics problems. Learn to handle biological data formats, analyze DNA sequences, process next-generation sequencing data, and build reproducible analysis pipelines—all with engaging, hands-on tasks and clear explanations.

курс

TypeScript Foundations

TypeScript Foundations

Master the essentials of TypeScript and understand how it enhances JavaScript with static typing and modern development features. Build a strong foundation through practical examples, from working with core types to applying advanced type tools. Gain the confidence to write safer, cleaner, and more scalable code in any TypeScript project.

курс

Asynchronous JavaScript Explained

Asynchronous JavaScript Explained

Master the core concepts of asynchronous programming in JavaScript, from the event loop to modern async/await syntax. Learn how JavaScript handles non-blocking operations, why asynchronous code is essential, and how to write robust, readable, and maintainable asynchronous code using Promises and async/await.

курс

Bio-Inspired Algorithms with Python

Bio-Inspired Algorithms with Python

Explore the foundations and practical applications of bio-inspired algorithms in Python. This course covers evolutionary computation, swarm intelligence, and other nature-inspired optimization techniques, using only standard Python and permitted scientific libraries.

курс

C++ Modern Features

C++ Modern Features

Master the essential features introduced in C++11, C++14, and C++17. This course guides you through modern C++ programming paradigms, including type inference, smart pointers, move semantics, functional programming, and concurrency, with hands-on practice after each concept.

shorts

Casual Introduction to Python

Casual Introduction to Python

Learn Python from scratch with short, practical lessons. We'll cover printing text, creating variables, working with numbers, strings, and Booleans, making decisions with if-elif-else, using lists, and building loops. Simple explanations, real examples — no experience needed, just start coding!
not found

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

some-alt