Backend & APIs
Page 4 of 23
Categories (42)
Blockchain is a decentralized and distributed ledger technology that underpins cryptocurrencies like Bitcoin and…
C# is a statically-typed, object-oriented language designed by Microsoft for the .NET runtime, first released in 2002…
Compilers & Interpreters are essential components in the realm of computer science, transforming high-level code into…
Databases is the foundational layer underneath every persistent application. The category here covers the breadth of…
Deno is the JavaScript and TypeScript runtime created by Ryan Dahl in 2018 to address several limitations of Node.js…
Django is a high-level web framework designed in Python and developed by the Django Software Foundation to promote…
Drupal is an open-source content management system (CMS) developed and maintained by a community of users, with major…
Elasticsearch is a distributed, RESTful search and analytics engine capable of tackling real-time data. Developed by…
Elixir — Functional Programming Language for Scalable Systems Elixir is a functional, concurrent, and general-purpose…
Firebase is Google's backend-as-a-service platform designed to streamline the development of mobile and web…
Go (also called Golang) is a statically-typed, compiled language designed at Google in 2009 to make backend services…
GraphQL is a query language and runtime for APIs, originally built at Facebook in 2012 and open-sourced in 2015. The…
Hibernate ORM is a Java object-relational mapping (ORM) tool that facilitates the conversion between Java classes and…
Java is a statically-typed, object-oriented language that has powered enterprise backends since 1995 and is currently…
Laravel is a PHP framework developed by Taylor Otwell, designed to make web application development more efficient and…
Magento is the open-source e-commerce platform, now branded as Adobe Commerce, that is widely used for complex…
Maven is a build automation tool developed by the Apache Software Foundation, designed to simplify the build process…
Messaging & Streaming is the backbone of asynchronous communication between services, enabling scalable and reliable…
MongoDB — NoSQL Document-Oriented Database MongoDB is a source-available, cross-platform document-oriented database…
NestJS is a Node.js backend framework that imports the architectural conventions from Angular: modules, decorators…
Node.js is a JavaScript runtime built on V8 that runs server code outside the browser. Ryan Dahl released it in 2009 to…
OpenCart — Flexible CMS for E-Commerce Websites OpenCart is a popular content management system (CMS) designed for…
Phoenix is a web framework written in Elixir, designed to leverage the power of the BEAM virtual machine, which is the…
PHP is a server-side scripting language designed primarily for web development but also used as a general-purpose…
Python is a high-level, general-purpose programming language designed around code readability and a deliberately small…
Redis is an open-source, in-memory data structure store, used as a database, cache, and message broker. Developed by…
Ruby is a dynamic, object-oriented programming language created by Yukihiro Matsumoto in 1995. It was designed with the…
Ruby on Rails is a web application framework written in Ruby, created by David Heinemeier Hansson and first released in…
Rust is a systems programming language designed to give you C-level performance with a memory-safety guarantee enforced…
Scala is the functional and object-oriented programming language that runs on the Java Virtual Machine (JVM), created…
Shopify — SaaS E-Commerce Platform for Online Stores Shopify is one of the most popular e-commerce platforms in the…
Slim is a PHP microframework designed to facilitate the rapid development of simple yet effective web applications and…
Socket.IO is a library designed to enable real-time, bidirectional, and event-based communication between web clients…
Spring is a comprehensive framework for building Java-based applications, particularly enterprise-level systems. It was…
Spring Boot is an opinionated layer on top of the Spring Framework that removes the XML and the boilerplate. Pivotal…
Spring Cloud is a suite of tools developed under the Spring ecosystem to address the complexities of building…
Spring Data is a project within the Spring ecosystem that aims to provide a consistent and familiar programming model…
Spring MVC is the original Spring web framework, developed by the Spring team, and it forms the foundation of the…
Spring Security is the authentication and authorization framework specifically designed for Spring applications…
SQL (Structured Query Language) is the lingua franca of databases. It was standardized in 1986 and has stayed…
Symfony is a PHP framework known for its modular component-based architecture, initially developed by Fabien Potencier…
Courses (668)
Showing 91 – 120 of 668 courses
Updated 1y agoSince 2017, I have used various JavaScript frameworks for my website bigmachine.io.4h 9m
Updated 1y agoThe course is a practical guide to mastering the NestJS framework for developing scalable and efficient server-side applications.18h 20m5/5
Updated 1y agoLearn how to create production-ready REST APIs using the latest features of ASP.NET Core and best practices.14h 44m5/5
Updated 1y agoWant to add real-time data functionality to your applications in Laravel and Vue.js?44m
Updated 1y agoSpring Boot is one of the most in-demand frameworks for modern backend development.8h 59m
Updated 1y agoDo you want to create real applications on Phoenix? Projects that truly inspire and captivate you.9h 3m
Updated 1y agoSpring Boot is the primary framework for modern Java development. Whether you are creating web applications, microservices, or enterprise systems.5h 54m
Updated 1y agoYou learn to build Chrome extensions with React and Node.js. The text covers setup, UI, API work, tests, and publish steps.10h 3m5/5
Updated 1y agoEmbark on a Journey to Master Node.js Backend Development. This comprehensive course is designed to equip you with a thorough understanding of backend.2h 4m
Updated 1y agoLearn to build real, production-grade web applications from scratch. No trivial TODO apps that barely touch the complexity of a real app. No frameworks that hid40h 28m0/5
Updated 1y agoThis course is a beginner-friendly introduction to compilers. We will gradually develop an interpreter for a simple scripting language.28h 52m
Updated 1y agoIn Depth Laravel es un curso diseñado para que los desarrolladores amplíen su conocimiento sobre el framework Laravel, abarcando arquitectura.35h 46m5/5
Updated 1y agoIn this course, you will create a robust deployment strategy for PHP applications from scratch. We will start with simple operations and step by step move on to3h 47m5/5
Updated 1y agoDeno Full Course is a hands-on training course where you will build a full-fledged web application using Deno without relying on external dependencies.2h 10m
Updated 1y agoBlazor opens doors for .NET developers by offering the ability to create modern single-page applications (SPAs) using their favorite language, C#.8h 31m
Updated 1y agoWant to master TDD but don't know where to start? "Transform Your Craft with TDD" is a beginner-friendly e-book and video course featuring real projects in.4h 7m5/5
ClassicYour application operates at the speed of the slowest query, regardless of the language, framework, or platform you use.16h 13m5/5
Updated 1y agoProgramming Language with LLVM — implement a compiler that emits native code via LLVM IR. Master codegen, optimisation passes, and JIT.2h 46m5/5
Updated 1y agoState machines — the fundamental concept used today in many practical applications, starting from UI programming like React, automated reply systems, lexical an1h 48m5/5
Updated 1y agoBuilding a Virtual Machine for a Programming Language — design a stack-based VM, bytecode compiler, and runtime in plain code.4h 27m
Updated 1y agoBuilding a Parser from Scratch — implement a complete recursive-descent parser for a real programming language. AST, precedence, error recovery.2h 31m
Updated 1y agoBuilding an Interpreter from Scratch — implement a programming language interpreter step-by-step: lexer, parser, AST, evaluator, scopes.2h 59m
Updated 1y agoIn modern implementations of compilers, it has become popular to transform one high-level language into another.2h
Updated 1y agoThe motivation behind this course came from an article titled "Why Can't Programmers Program?" by Jeff Atwood. It talks about how poorly many candidates perform7h 33m
Updated 1y agoMaster the key Python skills for data analysis, visualization, statistical analysis, and machine learning.6h 21m5/5
Updated 1y agoStand out in the competitive job market in the field of data science. Master A/B testing—a skill highly valued by employers.1h 47m5/5
Updated 1y agoLet me cut to the chase. This is not your average Time Series Analysis course. This course covers modern developments such as deep learning, time series classif22h 47m5/5
Updated 1y agoAre you ready to start your path to becoming a Data Scientist! This comprehensive course will be your guide to learning how to use the power of Python.24h 49m
Updated 2y agoUnlock the potential of Large Language Models (LLM) by integrating them into user interfaces with real-time data streaming.1h 18m5/5
Updated 2y agoTake a unique Python course that will help you master data structures and algorithms, allowing you to confidently handle any tasks in a technical interview.13h 48m