Skip to main content
CourseFlix

IT Courses - Learn the Latest IT Skills with Our Comprehensive Courses - Page 4

1,892 courses
  • Build a Monthly Spending Tracker with HTML, JavaScript and CSS thumbnail

    Build a Monthly Spending Tracker with HTML, JavaScript and CSS

    Sources: zerotomastery.io
    Master front-end development skills by creating an expense-tracking application using HTML, JavaScript, and CSS. A dynamic interface and Chart.js...
    2 hours 26 minutes 14 seconds
  • Build a Dynamic Data Table using JavaScript, CSS, and APIs thumbnail

    Build a Dynamic Data Table using JavaScript, CSS, and APIs

    Sources: zerotomastery.io
    Learn to create interactive tables using JavaScript and APIs. Master asynchronous requests and design a responsive interface to enhance your skills.
    3 hours 7 minutes 5 seconds
  • Build a Typing Speed Test with JavaScript and CSS thumbnail

    Build a Typing Speed Test with JavaScript and CSS

    Sources: zerotomastery.io
    Learn to create interactive applications in JavaScript. Develop a test to check typing speed and accuracy, with a responsive design and error handling.
    2 hours 26 minutes 45 seconds
  • Golang for Beginners thumbnail

    Golang for Beginners

    Sources: zerotomastery.io
    Learn Golang from scratch. Dive into the world of scalable and high-performance software. Prepare your skills for real-world projects and interviews.
    2 hours 28 minutes 28 seconds
  • Just Use Postgres! thumbnail

    Just Use Postgres!

    Sources: Denis Magda
    Find out how Postgres handles generative AI tasks, geospatial data, and many more. Get the most out of one of the most popular DBMS.
  • Build an AI Agent (From Scratch) thumbnail

    Build an AI Agent (From Scratch)

    Sources: Jungjun Hur, Younghee Song
    Find out how to develop a fully functional AI agent. A step-by-step guide to creating intelligent assistants by Chongjun Hur and Yeonhee Son.
    5 / 5
  • Python 3: Deep Dive (Part 1 - Functional) thumbnail

    Python 3: Deep Dive (Part 1 - Functional)

    Sources: udemy
    This is Part 1 of a series of courses intended to dive into the inner mechanics and more complicated aspects of Python 3. This is not a beginner course - if you
    45 hours 50 minutes 55 seconds 5 / 5
  • Master Native English | Speaking Skills, Grammar, and More thumbnail

    Master Native English | Speaking Skills, Grammar, and More

    Sources: Luke Priddy
    Expand your vocabulary, improve your pronunciation, and enhance your conversational skills. The course is suitable for English learners aiming for confident...
    15 hours 24 minutes 47 seconds
  • Master English Pronunciation | Exercises for Perfect Habits thumbnail

    Master English Pronunciation | Exercises for Perfect Habits

    Sources: Luke Priddy
    Master clear English pronunciation by developing proper speech habits. Practical exercises will strengthen articulation and improve intonation.
    9 hours 37 minutes 20 seconds
  • Master English Grammar | All English Sentence Patterns thumbnail

    Master English Grammar | All English Sentence Patterns

    Sources: Luke Priddy
    Master the basic sentence structures of the English language from A2 to C2. Gain confidence in spoken and written communication with step-by-step...
    14 hours 34 minutes 6 seconds
  • Master English Writing thumbnail

    Master English Writing

    Sources: Luke Priddy
    Learn the basics of English writing and grammatical structures. Learn to write essays and create texts with confidence. Practical examples will help...
    9 hours 20 minutes 15 seconds
  • Advanced Angular Forms thumbnail

    Advanced Angular Forms

    Sources: Dmytro Mezhenskyi (decodedfrontend.io)
    Deep Dive in Angular Forms. The course goes way beyond the official documentation and shows you how the Angular forms work internally, so You understand why thi
    18 hours 3 minutes 53 seconds 5 / 5
  • Master English Fluency | The Ultimate “English Brain” Guide thumbnail

    Master English Fluency | The Ultimate “English Brain” Guide

    Sources: Luke Priddy
    Master English at a habitual level. Learn to think and speak fluently, without pauses and translation. Step by step towards effortless communication.
    5 hours 34 minutes 49 seconds
  • Learn English with AI | A Complete Workbook thumbnail

    Learn English with AI | A Complete Workbook

    Sources: Luke Priddy
    Improve your English fluency with a PDF guide featuring over 40 AI prompts. Practice grammar and speaking at your convenience and in your preferred format.
  • Machine Learning with Hugging Face Bootcamp: Zero to Mastery thumbnail

    Machine Learning with Hugging Face Bootcamp: Zero to Mastery

    Sources: zerotomastery.io
    Master machine learning with Hugging Face. A practical course from basics to real-world projects. Minimum theory, maximum practice.
    18 hours 27 minutes 9 seconds
  • Module Federation: Microservices for the Frontend thumbnail

    Module Federation: Microservices for the Frontend

    Sources: Michael Guay
    Learn how Module Federation helps in building a microservices architecture for the frontend. Understand the setup of a modular interface and independent...
    1 hour 20 minutes 26 seconds
  • tRPC + NestJS: This Changes Everything thumbnail

    tRPC + NestJS: This Changes Everything

    Sources: Michael Guay
    Learn how tRPC and NestJS accelerate API development through type safety and reduced boilerplate code. Integration with Next.js for a full-stack application.
    1 hour 54 minutes 44 seconds
  • Node.js Graceful Termination thumbnail

    Node.js Graceful Termination

    Sources: Michael Guay
    Learn to properly terminate processes in Node.js within a Kubernetes environment. This is key to stable deployments and efficient scaling without downtime.
    30 minutes 50 seconds
  • Multitenancy in NestJS with Drizzle ORM thumbnail

    Multitenancy in NestJS with Drizzle ORM

    Sources: Michael Guay
    Learn how to configure multi-tenancy in NestJS using Drizzle ORM and Async Local Storage to manage multiple clients within a single system.
    1 hour 14 minutes 8 seconds
  • NestJS Authentication + Refresh Token With Passport.js thumbnail

    NestJS Authentication + Refresh Token With Passport.js

    Sources: Michael Guay
    Learn how to implement JWT authentication in NestJS with support for refresh tokens and Google OAuth. Build a secure system for your full-stack application.
    2 hours 29 minutes 25 seconds
  • GitHub Actions & Git Hooks thumbnail

    GitHub Actions & Git Hooks

    Sources: Michael Guay
    Master setting up a CI/CD pipeline with GitHub Actions to improve the stability and quality of your code. Add Husky hooks for consistent development style in...
    18 minutes 57 seconds
  • Kubernetes Blue/Green Deployments with Istio thumbnail

    Kubernetes Blue/Green Deployments with Istio

    Sources: Michael Guay
    Learn how to perform Blue/Green deployment in Kubernetes using Istio to safely update applications and manage traffic routing.
    32 minutes 30 seconds
  • NestJS Server-Sent Events | Build a Real Time Crypto Dashboard thumbnail

    NestJS Server-Sent Events | Build a Real Time Crypto Dashboard

    Sources: Michael Guay
    Study how to create a crypto dashboard on NestJS using Server-Sent Events to stream data in real-time without reloading the page. Set up
    23 minutes 57 seconds
  • NestJS Tracing | Open Telemetry & Honeycomb thumbnail

    NestJS Tracing | Open Telemetry & Honeycomb

    Sources: Michael Guay
    Learn to configure tracing in NestJS using OpenTelemetry and Honeycomb for performance optimization. Discover how to analyze and resolve bottlenecks efficiently
    14 minutes 10 seconds
  • Write Cleaner NestJS | Configurable Module Builder thumbnail

    Write Cleaner NestJS | Configurable Module Builder

    Sources: Michael Guay
    Learn how to write clean and flexible code in NestJS by creating dynamic modules. Simplify the architecture and reduce boilerplate code with Configurable...
    13 minutes 19 seconds
  • Apache Pulsar + NestJS Tutorial thumbnail

    Apache Pulsar + NestJS Tutorial

    Sources: Michael Guay
    Explore the integration of asynchronous messaging with Apache Pulsar in NestJS applications. Ensure the scalability and reliability of the system in Kubernetes.
    1 hour 23 minutes 31 seconds
  • NestJS gRPC & Angular thumbnail

    NestJS gRPC & Angular

    Sources: Michael Guay
    Find out how to connect a gRPC backend on NestJS to a frontend on Angular. We'll implement CRUD and set up real-time data streaming using Envoy...
    1 hour 12 minutes 58 seconds
  • Continuous Delivery on Kubernetes with ArgoCD thumbnail

    Continuous Delivery on Kubernetes with ArgoCD

    Sources: Michael Guay
    Learn how to set up continuous delivery in Kubernetes with ArgoCD. Master deployment automation on AWS and simplify application releases using pipelines.
    1 hour 44 seconds
  • Grokking Graph Algorithms for Coding Interviews thumbnail

    Grokking Graph Algorithms for Coding Interviews

    Sources: DesignGurus.io
    Study graph algorithms to successfully pass interviews at leading IT companies. The course is suitable for all levels, from beginners to advanced.
  • Grokking 75: Top Coding Interview Questions thumbnail

    Grokking 75: Top Coding Interview Questions

    Sources: DesignGurus.io
    The course will help you successfully pass interviews at IT companies with up-to-date material. Master key algorithms and be confident in interviews.