Skip to main content
CourseFlix
Backend & APIs thumbnail

Backend & APIs

Page 11 of 22

Categories (45)

Blockchain thumbnail

Blockchain

Blockchain courses — Ethereum, Solidity smart contracts, Web3, dApp development and building blockchains from scratch…
C Sharp (C#) thumbnail

C Sharp (C#)

C # is a versatile, modern and object-oriented programming language, pronounced "C sharp". It was developed by…
Compilers & Interpreters thumbnail

Compilers & Interpreters

Compiler and interpreter courses — language implementation, parsers, type inference, virtual machines, LLVM, formal…
Databases thumbnail

Databases

Database courses — PostgreSQL, MySQL, SQLite, ClickHouse, DuckDB, Neo4j and friends. Schema design, query tuning…
Deno thumbnail

Deno

Deno is a JavaScript and TypeScript runtime based on the V8 JavaScript engine and the Rust programming language. It was…
Django thumbnail

Django

Django is a Python-based free and open-source web framework that follows the model–template–views (MTV) architectural…
Drupal thumbnail

Drupal

Drupal is a great choice for building powerful projects. You can extend Drupal with many add-ons. Modules extend the…
Elasticsearch thumbnail

Elasticsearch

Elasticsearch is an open-source, widely distributed, enterprise-grade search engine that is highly scalable. Accessible…
Elixir thumbnail

Elixir

Elixir — Functional Programming Language for Scalable Systems Elixir is a functional, concurrent, and general-purpose…
Firebase thumbnail

Firebase

Firebase is a provider of cloud services and applications. The main office is located in San Francisco, California. In…
Golang (Google Go) thumbnail

Golang (Google Go)

Go (Golang) tries to combine the speed of development in a dynamic language like Python with the performance and safety…
GraphQL thumbnail

GraphQL

GraphQL is a standard for declaring data structures and how data is retrieved, proposed and implemented by Facebook…
Hibernate ORM thumbnail

Hibernate ORM

Hibernate ORM is an object–relational mapping tool for the Java programming language. It provides a framework for…
Java thumbnail

Java

Java is probably one of the most popular programming languages of recent times, which is in great demand in the…
Laravel thumbnail

Laravel

Laravel Overview Laravel is one of the most popular PHP frameworks today. You can build web apps with clear syntax and…
Magento thumbnail

Magento

Magento is an open-source e-commerce platform written in PHP. It uses multiple other PHP frameworks such as Laminas and…
Maven thumbnail

Maven

What Maven Does Apache Maven is a build tool for Java projects. You use it to manage project builds in a clear and…
Messaging & Streaming thumbnail

Messaging & Streaming

Messaging and streaming courses — Apache Kafka, Kafka Streams, RabbitMQ, Apache Flink and Sidekiq. Build event-driven…
MongoDB thumbnail

MongoDB

MongoDB — NoSQL Document-Oriented Database MongoDB is a source-available, cross-platform document-oriented database…
NestJS thumbnail

NestJS

NestJS is a framework for building efficient, scalable Node.js web applications. It uses modern JavaScript, is built…
Node.js thumbnail

Node.js

Node.js is a modern web framework that allows you to build rich applications. As a developer, you only need to know one…
OpenCart thumbnail

OpenCart

OpenCart — Flexible CMS for E-Commerce Websites OpenCart is a popular content management system (CMS) designed for…
Phoenix thumbnail

Phoenix

Phoenix is a web development framework written in the functional programming language Elixir. Phoenix uses a…
PHP thumbnail

PHP

PHP is a scripting language created as a templating tool for Perl, and today it is very popular among web developers…
Python thumbnail

Python

Python is a powerful, modern programming language that has the capabilities experienced programmers need and easy to…
Redis thumbnail

Redis

Redis, which stands for Remote Dictionary Server, is a fast, open source, in-memory, key-value data store. The project…
Ruby thumbnail

Ruby

Ruby is a language released by Yukihiro Matsumoto in 1995 and considers itself a "programmer's best friend." Every…
Ruby on Rails thumbnail

Ruby on Rails

Ruby on Rails Overview Ruby on Rails is a popular framework for building web apps. Developers use it to start new…
Rust thumbnail

Rust

Rust is a low-level language, and the compiler produces a binary output that does not require additional tricks to…
Scala thumbnail

Scala

Scala is a strong statically typed general-purpose programming language which supports both object-oriented programming…
Shopify thumbnail

Shopify

Shopify — SaaS E-Commerce Platform for Online Stores Shopify is one of the most popular e-commerce platforms in the…
Slim thumbnail

Slim

Slim is a PHP microframework that helps you quickly write simple yet powerful web applications and APIs. Essentially…
Socket.IO thumbnail

Socket.IO

Socket.IO is an event-driven JavaScript library for real-time web applications. It enables real-time, bi-directional…
Spring thumbnail

Spring

Spring is one of the most widely used frameworks for developing enterprise applications, providing a robust programming…
Spring Boot thumbnail

Spring Boot

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We…
Spring Cloud thumbnail

Spring Cloud

Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g…
Spring Data thumbnail

Spring Data

Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while…
Spring HATEOAS thumbnail

Spring HATEOAS

Spring HATEOAS provides some APIs to ease creating REST representations that follow the HATEOAS principle when working…
Spring Integration thumbnail

Spring Integration

Extends the Spring programming model to support the well-known Enterprise Integration Patterns. Spring Integration…
Spring MVC thumbnail

Spring MVC

A Spring MVC is a Java framework which is used to build web applications. It follows the Model-View-Controller design…
Spring Security thumbnail

Spring Security

Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto…
Sql thumbnail

Sql

SQL (Structured Query Language) is used to communicate with the database. SQL is used to perform tasks such as updating…
Symfony thumbnail

Symfony

Symfony is a collection of PHP components, framework, philosophy and community - that work in harmony. The leading PHP…
Wordpress thumbnail

Wordpress

Wordpress is currently the most popular cms in the world. She earned her popularity with the relatively easy…
Yii thumbnail

Yii

Yii is a premium PHP framework for developing web applications. It provides components to simplify every aspect of web…

Courses (660)

Showing 301330 of 660 courses

  • Go Programming Bootcamp thumbnail

    Go Programming Bootcamp

    Go is the #1 language in most demand by employers right now. Employers are willing to pay 33% more for those who are gifted Go programmers. The problem is that access to a high…
    15 hours 56 minutes 19 seconds
  • Golang + Lambda Masterclass [EARLY-ACCESS] thumbnail

    Golang + Lambda Masterclass [EARLY-ACCESS]

    This course teaches you everything you need to create production-ready Golang + Lambda Microservices, REST APIs, and Event-Driven serverless applications on AWS cloud like a…
    1 hour 41 minutes 25 seconds
  • Introduction to Testing in Go (Golang) thumbnail

    Introduction to Testing in Go (Golang)

    Writing unit tests and integration tests is one of the most-neglected aspects of software development. All too often, a developer will find him or herself say "
    12 hours 17 minutes 47 seconds
  • Master Go thumbnail

    Master Go

    A few years ago, I discovered Go and immediately fell in love with this language. I loved how the incredibly clean design of the language, as well as the awesome toolchain…
    6 hours 32 minutes 20 seconds
  • Angular and Golang: A Practical Guide thumbnail

    Angular and Golang: A Practical Guide

    I'm a FullStack Developer with 10+ years of experience. I'm obsessed with clean code and I try my best that my courses have the cleanest code possible. My teaching style is very…
    6 hours 35 minutes 27 seconds
  • How to develop a productive HTTP client in Golang (Go) thumbnail

    How to develop a productive HTTP client in Golang (Go)

    Have you ever called a REST API from your Go program? Did you implemented your own HTTP client or did you ended up using some of the thousand libraries out there? Do you know what…
    9 hours 44 minutes 29 seconds
  • Ultimate Debugging thumbnailFree

    Ultimate Debugging

    Ultimate Debugging is a course that will help you master the art of debugging software at a deep level. Explore advanced methods of identifying and fixing bugs in your code and…
    10 hours 15 minutes 13 seconds
  • Go (Golang) Programming The Complete Go Bootcamp 2023 thumbnailFree

    Go (Golang) Programming The Complete Go Bootcamp 2023

    Fully updated for 2021. This Go Programming course covers every major topic, including Pointers, Methods, and Interfaces (Go OOP), Concurrency In-Depth (Goroutines, Channels…
    17 hours 49 minutes 29 seconds
  • For the Love of Go: Book/Video Bundle thumbnail

    For the Love of Go: Book/Video Bundle

    Hello, and welcome to learning Go! It's great to have you here. This is the bundled edition of ‘For the Love of Go’, a book introducing the Go programming langu
    6 hours 12 minutes 54 seconds
  • Ultimate Go: Advanced Engineering 2.0 thumbnail

    Ultimate Go: Advanced Engineering 2.0

    Learn advanced Go concepts by building a reference implementation of a blockchain in Go! The goal of this class is to share how to code complex engineering task
    14 hours 48 minutes 39 seconds
  • Developing LLM App Frontends with Streamlit thumbnail

    Developing LLM App Frontends with Streamlit

    This byte-sized course will teach Streamlit fundamentals and how to use Streamlit to create a frontend for your LLM-powered applications.
    1 hour 43 minutes 52 seconds 0 / 5
  • AI Coding with Jupyter AI thumbnail

    AI Coding with Jupyter AI

    Master Jupyter AI to enhance Python skills with generative AI in Jupyter Lab and Notebook. Ideal for future-ready data scientists and AI engineers.
    46 minutes 33 seconds 5 / 5
  • Create a Discord Bot with Node.js thumbnail

    Create a Discord Bot with Node.js

    Build a Discord Bot that forecasts weather & astronomical information, and acts as a sandbox to practice everything related to Node and backend programming.
    2 hours 20 minutes 37 seconds
  • The complete guide to running Java in Docker and Kubernetes thumbnail

    The complete guide to running Java in Docker and Kubernetes

    If you need to learn how to run, tune, and maintain JVM applications that run in Docker and/or Kubernetes then this is the course for you. This course is very d
    4 hours 39 minutes 16 seconds
  • Conduct a Choice-Based Conjoint Analysis for Netflix with Python thumbnail

    Conduct a Choice-Based Conjoint Analysis for Netflix with Python

    Learn to use Choice-Based Conjoint Analysis to assist Netflix's growth. This project-based course explores consumer preferences using data analysis and Python.
    1 hour 39 minutes 35 seconds
  • The Automation Bootcamp: Zero to Mastery thumbnailFree

    The Automation Bootcamp: Zero to Mastery

    Become an automation expert with hands-on projects using Python. No experience needed to automate boring tasks. Learn advanced tools and tricks.
    22 hours 39 minutes 15 seconds 5 / 5
  • PHP Development Bootcamp: Zero to Mastery thumbnail

    PHP Development Bootcamp: Zero to Mastery

    Join the ultimate PHP Bootcamp to learn modern PHP from scratch. Master PHP web development, create your own applications, and boost your career. Perfect for
    23 hours 47 minutes 23 seconds 5 / 5
  • Statistics Bootcamp (with Python): Zero to Mastery thumbnail

    Statistics Bootcamp (with Python): Zero to Mastery

    Master statistics with Python through projects and quizzes. Learn with fun from industry experts. Ideal for careers in Data Analytics and Machine Learning.
    20 hours 50 minutes 51 seconds
  • Java Programming Bootcamp: Zero to Mastery thumbnail

    Java Programming Bootcamp: Zero to Mastery

    Learn Java programming from scratch to advanced skills with an industry expert. Enhance your skills with over 80 exercises and 18 quizzes. Perfect for aspiring
    9 hours 15 minutes 36 seconds
  • Building Modern Distributed Systems with Java thumbnail

    Building Modern Distributed Systems with Java

    Significant percentage of large scale enterprises that I have been working with, admitted experiencing performance issues with their business critical applicati
    3 hours 53 minutes 32 seconds
  • Foundation in C#: Getting Started thumbnail

    Foundation in C#: Getting Started

    Learning C# requires a good foundation. That sets you up for writing better code faster with less bugs. This first module gets you started into the overall course. Learn how to…
    1 hour 30 minutes 38 seconds
  • ASP.NET Core Identity - Authentication & Authorization thumbnail

    ASP.NET Core Identity - Authentication & Authorization

    ASP.NET Core now includes the new identity system, which replaces the legacy membership system in ASP.NET. It is essential that software engineers learn these r
    6 hours 49 minutes 15 seconds
  • Unity RPG Shops & Abilities: Intermediate C# Game Coding thumbnail

    Unity RPG Shops & Abilities: Intermediate C# Game Coding

    Using Unity 2020.2, we’ll show you how to include three essential game mechanics, Shops, Special Abilities and Traits, in your games.
    18 hours 51 minutes 42 seconds
  • C# Application from Start to Finish thumbnail

    C# Application from Start to Finish

    Have you ever tried to go through a tutorial in order to learn a topic, only to find that it was too simplistic? Or maybe it was too advanced and assumed you knew multiple topics…
    25 hours 24 minutes 50 seconds
  • TimCo Retail Manager Phase 1 thumbnail

    TimCo Retail Manager Phase 1

    Businesses today are using .NET Framework in their applications. Moving forward, they are going to need to upgrade to .NET Core. Will you be ready? This course works hard to make…
    25 hours 56 minutes 13 seconds
  • .NET Microservices: CQRS & Event Sourcing with Kafka thumbnail

    .NET Microservices: CQRS & Event Sourcing with Kafka

    In this course, you will learn how to create .NET microservices that comply with the CQRS and Event Sourcing patterns. You will not use any CQRS framework, but
    8 hours 31 minutes 56 seconds 5 / 5
  • Entity Framework Core - The Complete Guide (.NET Core 5) thumbnail

    Entity Framework Core - The Complete Guide (.NET Core 5)

    Entity Framework is a term that goes hand by hand with ASP.NET Core. It is one of that technology that is used very often and is not understood most of the time. This course will…
    5 hours 24 minutes 16 seconds
  • C#/.NET Bootcamp: The Fundamentals (OOP, LINQ, Test Automation + more) thumbnail

    C#/.NET Bootcamp: The Fundamentals (OOP, LINQ, Test Automation + more)

    The only course you need to learn C# programming and master the .NET platform. Learn everything from scratch and put your skills to the test with exercises, qui
    7 hours 5 minutes 7 seconds
  • Unity Android : Build 8 Mobile Games with Unity & C# thumbnail

    Unity Android : Build 8 Mobile Games with Unity & C#

    Learning the fundamentals of Unity Android Game Development puts a powerful and very useful tool at your fingertips. Unity is free, easy to learn, has excellent documentation, and…
    16 hours 50 minutes 56 seconds
  • C# Developers: Double Your Coding Speed thumbnail

    C# Developers: Double Your Coding Speed

    If you want to be a real pro C# coder, you need to master your keyboard and Visual Studio. You need to be able to navigate in your code base, find and modify co
    1 hour 30 minutes 36 seconds