Skip to main content

Courses

What’s New in Nuxt 4: Key Updates for Nuxt.js Developers

What’s New in Nuxt 4: Key Updates for Nuxt.js Developers

Sources: vueschool.io
Discover the latest features and improvements in Nuxt 4, the newest version of the popular framework based on Vue.js. This course covers the key...
33 minutes 19 seconds
The Complete Guide to Data Fetching in Nuxt

The Complete Guide to Data Fetching in Nuxt

Sources: vueschool.io
In the world of Nuxt, there is an amazing variety of options for fetching data in an application. You can block navigation until the loading is complete, or...
1 hour 32 minutes 52 seconds
Best Full-Stack SaaS Boilerplate and Starter Kit - SaaSBold

Best Full-Stack SaaS Boilerplate and Starter Kit - SaaSBold

Sources: pimjo.com
SaaSBold is a ready-to-use, Full-Stack SaaS template and starter kit. Built on Next.js, React, and Node.js, it provides all the necessary...
Django for Beginners/APIs/Professionals

Django for Beginners/APIs/Professionals

Sources: leanpub
Django for Professionals Once you have learned the basics of Django there is a massive gap between building simple "toy apps" and what it takes to build a "pro
Rapid Testing with Vitest: Master Unit Testing & Mocking

Rapid Testing with Vitest: Master Unit Testing & Mocking

Sources: vueschool.io
In this course the creator of Vitest, Anthony Fu, will get you up and running with the fastest testing framework around. Learn the basics of how to do unit tes
1 hour 15 minutes 44 seconds
Nuxt 3 Fundamentals: Build Full-Stack Vue.js Apps

Nuxt 3 Fundamentals: Build Full-Stack Vue.js Apps

Sources: vueschool.io
Nuxt is meta-framework built on top of Vue. It is the go-to way for creating server rendered apps for Vue and the latest version (v3) includes a huge number of
3 hours 5 minutes 56 seconds
Master the Coding Interview Data Structures Algorithms

Master the Coding Interview Data Structures Algorithms

Sources: udemy, zerotomastery.io
Want to land a job at a great tech company like Google, Microsoft, Facebook, Netflix, Amazon, or other companies but you are intimidated by the interview proces
19 hours 27 minutes 7 seconds
Blazor WebAssembly

Blazor WebAssembly

Sources: code-maze.com
Blazor opens doors for .NET developers by offering the ability to create modern single-page applications (SPAs) using their favorite language, C#.
8 hours 31 minutes 9 seconds
Transform Your Craft with TDD: Master clean code and testing

Transform Your Craft with TDD: Master clean code and testing

Sources: Daniel Moka
Do you want to learn TDD but don't know where to start? "Прокачай свой код с TDD" (Enhance Your Code with TDD) is a beginner-friendly e-book and video...
4 hours 7 minutes 36 seconds
Just Enough Docker Packaging

Just Enough Docker Packaging

Sources: Itamar Turner-Trauring
As a Python developer, you need to master a multitude of technologies, and Docker is just another item on this endless list. You might have already used Docker:
Master The Behavioral Interview As A Software Engineer

Master The Behavioral Interview As A Software Engineer

Sources: Alex Chiou
Problems with algorithms and data structures (such as tasks on LeetCode) often distract software engineers when preparing for interviews.
2 hours 46 minutes 2 seconds
Figma Mastery - The ultimate Figma course for new and struggling designers

Figma Mastery - The ultimate Figma course for new and struggling designers

Sources: (UI) Adrian (Adrian Kuleszo)
The course "Figma Mastery" is an extensive guide that teaches efficient and productive use of Figma, covering all stages of work: from setup...
Get More Interviews: Write A Stellar Resume As A Software Engineer

Get More Interviews: Write A Stellar Resume As A Software Engineer

Sources: Alex Chiou
7.4 seconds is the average amount of time a recruiter spends on your resume, according to a well-known study based on tracking movements...
2 hours 14 minutes 21 seconds
Mastering Postgres | The most comprehensive course on PostgreSQL

Mastering Postgres | The most comprehensive course on PostgreSQL

Sources: Aaron Francis
Your application operates at the speed of the slowest query, regardless of the language, framework, or platform you use. The course "Mastering Postgres"...
16 hours 13 minutes 30 seconds
Cursor: Coding with AI

Cursor: Coding with AI

Sources: DAIR.AI
The course "Cursor: Программирование с AI" teaches the creation of web applications using the capabilities of artificial intelligence in the Cursor tool.
2 hours 45 minutes 57 seconds
Introduction to AI Agents

Introduction to AI Agents

Sources: DAIR.AI
This course is dedicated to creating effective and complex AI agents. Students will study the main components for developing AI agents and best practices for...
1 hour 39 minutes 43 seconds
Introduction to Prompt Engineering

Introduction to Prompt Engineering

Sources: DAIR.AI
This course is dedicated to the key methods of Prompt Engineering for large language models (LLMs) and their effective application in various scenarios and...
1 hour 27 minutes 29 seconds
Introduction to RAG

Introduction to RAG

Sources: DAIR.AI
This course is dedicated to creating efficient and reliable applications based on Retrieval-Augmented Generation (RAG). Students will learn the main...
2 hours 23 minutes 5 seconds
Advanced Prompt Engineering

Advanced Prompt Engineering

Sources: DAIR.AI
This course is dedicated to advanced methods in Prompt Engineering for large language models (LLMs) and their effective application in various scenarios.
1 hour 23 minutes 57 seconds
Ace Your Tech Interview And Get A Job As A Software Engineer

Ace Your Tech Interview And Get A Job As A Software Engineer

Sources: Alex Chiou
Finding a job as a software engineer is difficult. From tricky tasks on data structures and algorithms (DSA) to recruiters who simply stop responding...
4 hours 38 minutes 35 seconds
Software Architecture & Design of Modern Large Scale Systems

Software Architecture & Design of Modern Large Scale Systems

Sources: udemy
In this practical course, you will learn how to architect real-life systems, that scale to millions of daily users, as well as process and store petabytes of da
6 hours 57 minutes 25 seconds
Clean Code Zero to One

Clean Code Zero to One

Sources: Shahan Chowdhury
"Clean Code Zero to One" is a guide on writing clean and maintainable code, based on the modern practices of Robert C. Martin (Uncle Bob).
Programming Language with LLVM

Programming Language with LLVM

Sources: Dmitry Soshnikov
How programming languages work under the hood? What’s the difference between compiler and interpreter? What is a virtual machine, and JIT-compiler? And what abo
2 hours 46 minutes 4 seconds
Automata Theory: inside a RegExp machine

Automata Theory: inside a RegExp machine

Sources: Dmitry Soshnikov
State machines — the fundamental concept used today in many practical applications, starting from UI programming like React, automated reply systems, lexical an
1 hour 48 minutes 5 seconds
Building a Typechecker from scratch

Building a Typechecker from scratch

Sources: Dmitry Soshnikov
Untyped programs are often prone to errors, runtime exceptions, and can make debugging much harder. That’s why many production languages implement a static type
2 hours 16 minutes 15 seconds
Building a Virtual Machine for Programming Language

Building a Virtual Machine for Programming Language

Sources: Dmitry Soshnikov, udemy
How programming languages work under the hood? What’s the difference between compiler and interpreter? What is a virtual machine, and JIT-compiler? And what abo
4 hours 27 minutes 8 seconds
Building a Parser from scratch

Building a Parser from scratch

Sources: Dmitry Soshnikov, udemy
Parsing or syntactic analysis is one of the first stages in designing and implementing a compiler. A well-designed syntax of your programming language is a big
2 hours 31 minutes 11 seconds
Parsing Algorithms

Parsing Algorithms

Sources: Dmitry Soshnikov, udemy
Parsing or syntactic analysis is one of the first stages in designing and implementing a compiler. A well-designed syntax of your programming language is a big
4 hours 27 minutes 33 seconds
Building an Interpreter from scratch

Building an Interpreter from scratch

Sources: Dmitry Soshnikov, udemy
How programming languages work under the hood? What’s the difference between compiler and interpreter? What is a virtual machine, and JIT-compiler? And what abo
2 hours 59 minutes 53 seconds
Garbage Collection Algorithms

Garbage Collection Algorithms

Sources: Dmitry Soshnikov, udemy
Memory leaks and dangling pointers are the main issues of the manual memory management. You delete a parent node in a linked list, forgetting to delete all its
2 hours 13 minutes 20 seconds