Backend & APIs
Page 23 of 24
Categories(45)
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…
C++ is a systems programming language that is fundamental to building performance-sensitive software across various…
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…
Full-Stack Web Development refers to the practice of building and maintaining both the frontend and backend of a 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…
Postman is an API client and development platform that originated as a Chrome extension in 2012. It has since evolved…
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(713)
Showing 661–690 of 713 courses
Updated 3y agoWe give the "from scratch" treatment to an entire web framework. It will do HTTP request routing, template rendering, database access, form validation.37m
Updated 3y agoLearn Rails. It sounds straightforward, but often gets either cluttered-up or dumbed-down. Cluttering-up happens when topics other than Rails get shoved into a8h 18m
Updated 3y agoRust is a systems programming language with a focus on safety, especially safe concurrency, supporting both functional and imperative paradigms, syntactically s6h 17m
ClassicWe spend 12 hours creating this project from scratch. It includes a multi-step checkout process with PayPal integration, product search, rating & review, user p13h 32m5/5
UpdatedBuild a fully functional online store from scratch with OpenCart 3, covering setup, theme customization, sales tools, and security.9h 6m
Updated 3y agoOpencart is a free, open-source e-commerce platform. Its easy to install, easy to use, and full of features. A big part of Opencart is the Opencart Marketplace1h 57m
UpdatedBuild server-side rendered apps with Next.js and React, adding Redux, MongoDB, and Auth0, then deploy a full project live on Heroku.29h 43m
Updated 3y agoGraphQL is revolutionizing the way developers build APIs. Gone are the days when the server decided the shape of the response data.4h 28m5/5
Updated 3y ago"Docker for PHP Developers" is a book and video course that will teach you how to use Docker and PHP to create clean.7h 35m
Updated 3y agoLearn to write faster, easier to maintain, more secure PHP websites by using a model-view-controller framework. Learn the basic concepts of using a model-view-c2h 51m
UpdatedMaster Postman for API development and testing: collections, file uploads, OAuth, scripting, and CI integration with Newman and Jenkins.7h 49m
Updated 3y agoTo work with APIs we will use the Postman app! Postman allows you to quickly create a request with the required HTTP method and parameters, set the body, header3h 32m
Updated 3y agoAre you struggling with Laravel databases and Eloquent? Do you want to learn how to easily manage your database with migrations and seeders? Look no further tha7h 27m
UpdatedLearn how Magento 2's core framework really works, from module implementation to best practices, taught by a Magento core contributor.3h 53m
ClassicThis is THE COURSE you need to learn everything you need to know about building real world Java applications and deploying them to the cloud using Spring and.37h 34m5/5
UpdatedCompare Ant, Maven, and Gradle by building the same Java project with each, seeing directly how their approaches and power differ.9h 21m
FreeUpdated 3y agoMongoDB is one of the most important NoSQL databases you can work with these days. It's extremely popular and MongoDB developers are in high demand.16h 28m5/5
UpdatedBreak down a pre-built monolith into a NestJS microservices architecture, fast-paced and built for developers who already know JavaScript.8h 6m
Updated 3y agoHibernate is the default JPA implementation used by Spring Data JPA. NOTE: Java 17 and Spring Boot 3 are required for this course.24h 4m5/5
FreeClassicMaster Spring Framework 6, Spring Boot 3, REST APIs, JPA, Hibernate — build web applications with the latest Spring Boot 3 stack and modern best practices.36h 15m5/5
ClassicWelcome to Amigoscode's most comprehensive Java course! It includes everything you need to gain a complete understanding of Java.24h 40m5/5
UpdatedTim Buchalka's Java Masterclass covers Java 11 and 17 across 76 hours, from core basics to certification prep and coding challenges.80h 13m5/5
Updated 3y agoLearn how to build a full CICD pipeline for a Laravel app with Git, GitLab, and Jenkins. You set up deploy steps and run each part with confidence.4h 47m
Updated 3y agogRPC is a new and modern framework for building scalable, modern and fast API. It is leveraged by many top tech companies such as Google, Square &.3h 46m
Updated 3y agoHTMX, Django & Modern Python Web Apps — build dynamic Django apps with HTMX hypermedia, drop the JavaScript framework boilerplate.1h 44m5/5
UpdatedAn introduction to Deno, the secure Rust-based JavaScript and TypeScript runtime, covering setup, built-in tooling, and your first script.2h 46m
UpdatedBuild a full ecommerce platform from scratch with React, Redux, and Django, including cart, reviews, admin tools, and PayPal checkout.18h 6m5/5
FreeClassicHave you always wanted to learn Web development with Python but didn't know where to start? Tired of lengthy, confusing, and outdated courses?4h 49m5/5
Updated 3y agoLearn how to use the power of Docker to develop, test, and deploy Laravel applications in local and production environments with this premium video course.2h 29m
UpdatedMaster the Views module in Drupal 8 to edit and build content lists, add filters and sorting, and design new pages and blocks.3h 32m