Backend & APIs
Page 11 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 301–330 of 713 courses
Updated 2y agoThis video course also covers the H2 in-memory database and teaches how to build RESTful Web Service that stores data in a database without a need to install My25h 8m
UpdatedLearn the Java Stream API and functional programming style: map, reduce, flatMap, collectors, grouping, and sorting streams of data.2h 33m
UpdatedLearn blockchain and cryptocurrency from theory to implementation in Java: hashing, consensus, wallets, forks, and major altcoins.5h 44m
Updated 2y agoLearn Mockito and JUnit - the most popular Java unit testing and mocking frameworks - with 25 Examples. Writing Great Unit Tests distinguishes Good Programmers4h 44m
Updated 2y agoLearn how to get started with Spring Boot, a powerful framework to build web applications quickly, using less code. The Java-based programs you build in Spring9h 28m5/5
UpdatedUnderstand Java Generics properly: generic methods, bounded type parameters, and wildcards, for writing safer, more reusable APIs.1h 8m
Updated 2y agoAre you ready to embark on an exciting journey to become a Test Automation Hero in Java? Whether you're new to programming or have some experience, this course18h 40m
UpdatedLearn gRPC in Java: proto files, Unary and Streaming calls, and building a Greet and Calculator service from scratch with hands-on exercises.5h 9m
Updated 2y agoRabbitMQ : It is an open source message broker software. You might have heard Java Messaging Service (JMS) by which two Java applications can communicate with4h 3m
Updated 2y agoOur Java Design Patterns Course is the best value-for-money education you can give your programmers. During an intensive 4 days, we cover all of the Gang-of-Fou16h 20m
UpdatedConference talks and interviews on Java microservice architecture, covering DDD, observability, and contract management in distributed systems.12h 12m
Updated 2y agoBoost your software designs by taking this content-rich and hands on fully featured training course. This course will give you insight in the more than 20+ desi7h 19m
UpdatedLearn Java unit and integration testing from scratch with JUnit 5 and Mockito, including TDD, mocking, and Spring Boot test setups.7h 41m
UpdatedMaster recursion, backtracking, dynamic programming, and divide-and-conquer in Java through classic problems like N-Queens and knapsack.9h 46m
Updated 2y agoWelcome to the Java Data Structures and Algorithms Masterclass, the most modern, and the most complete Data Structures and Algorithms in Java course on the inte44h 58m
Updated 2y agoYou will learn to understand the basics of servlets (a simple Java interface that extends the functionality of a server) and the technology that allows web deve2h
Updated 2y agoAlgorithm Design Techniques: Live problem-solving in Java. Algorithms are everywhere. One great algorithm applied sensibly can result in a System like GOOGLE! C19h 41m
UpdatedBuild up data structures and algorithms knowledge in Java from the basics to intermediate level, with a focus on real problem-solving.28h 40m5/5
Updated 2y agoSo you've learnt some Java, but are struggling to get an interview, let alone a job. Or you are stuck in a low paying programming job, and want to move up to a20h 8m
Updated 2y agoWelcome to the fundamental and the most complete course 'Java from Zero to First Job'. As it's declared in the course name, it's created for people who want to80h 4m
Updated 2y ago'Spring Security Zero to Master' course will help in understanding the Spring Security Architecture, important packages, interfaces, classes inside it which ha14h 50m5/5
UpdatedBuild 5 Spring Boot microservices using Clean Architecture, DDD, SAGA, Outbox, and CQRS patterns, with Kafka as the event store.18h 2m
Updated 2y agoLearn how to build performant and maintainable API-first web server in Go. I put some emphasis and content regarding building a SaaS in Go. If you want to build4h 30m
Updated 2y agoAWS Serverless is probably the quickest way to build a very stable REST APIs that scale to serve millions of users. A very simple Mock API can be created and de14h 34m
Updated 2y agoAre you ready to get more out of JDBC and your data using smart, streamlined techniques? This Hibernate course is a great place to start. You will start by lear7h 24m
UpdatedBuild a real-time chat app in React Native with Firebase auth, Firestore, image uploads, and protected routes via Expo Router.1h 55m
Updated 2y agoThis comprehensive course will equip you with the skills and knowledge to build modern full-stack applications using TypeScript, TailwindCSS, tRPC, and PostgreS4h 54m
Updated 2y agoObviously, you should use the right tool for the job, right? ... but often, what was the “right” tool, becomes the inferior tool, and frequently you5h 35m5/5
UpdatedLearn to build and deploy chatbots for Messenger, WhatsApp, Slack, and Skype using JavaScript, Node.js, NLP tools, and cloud platforms.7h 51m