Skip to main contentSkip to navigation
Back to all tags

backend

9 topics and 101 pages tagged with "backend"

Topics

Stripe React Native Firebase

integration

A comprehensive payment integration solution combining Stripe's payment processing capabilities with React Native mobile development and Firebase cloud backend services for building secure, scalable mobile payment applications.

9/3/2025
1 pages
mobile-developmentpayment-processingcloud-services+5 more

AWS Lambda

tool

AWS Lambda is a serverless, event-driven compute service that lets you run code without provisioning or managing servers. It automatically scales your application and executes code in response to events.

9/2/2025
1 pages
serverlessawscloud-computing+5 more

GraphQL vs REST API Design

howto

Stop picking APIs based on hype. Learn a decision framework to choose between GraphQL and REST for your project. Explore implementation, real-world stories, and FAQs.

9/1/2025
1 pages
api-designgraphqlrest-api+4 more

GraphQL

howto

GraphQL is a query language and runtime for APIs that allows clients to request exactly the data they need, developed by Facebook and widely adopted for building flexible, efficient data-fetching interfaces.

9/1/2025
1 pages
graphqlperformance-optimizationn-plus-one+5 more

Claude API FastAPI Integration

integration

An integration of Anthropic's Claude API with FastAPI, enabling Python developers to build high-performance, AI-powered web applications and services.

9/1/2025
1 pages
api-integrationweb-developmentbackend+5 more

PostgreSQL

compare

A comprehensive comparison of five major database management systems representing SQL (PostgreSQL, MySQL), NoSQL document (MongoDB), in-memory cache (Redis), and distributed wide-column (Cassandra) paradigms for enterprise data storage and retrieval.

8/26/2025
1 pages
database-management-systemssqlnosql+5 more

Redis Django

integration

Redis is an open-source in-memory data structure store used as a database, cache, and message broker. Django is a high-level Python web framework for rapid development of secure and maintainable websites.

8/23/2025
1 pages
redisdjangocaching+5 more

MySQL Laravel

integration

Master Laravel and MySQL performance. Learn to optimize database configurations, fix slow Eloquent queries, and prevent your app from crashing due to poor performance.

8/23/2025
1 pages
database-optimizationphp-frameworkweb-application+4 more

MongoDB Topology Closed

troubleshoot

MongoDB is a NoSQL document database that stores data in flexible, JSON-like documents with dynamic schemas, designed for scalability and developer productivity.

8/22/2025
1 pages
databasenosqldocument-database+4 more

Pages

From Node.js

Node.js Docker Containerization: Setup, Optimization & Production Guide

Master Node.js Docker containerization with this comprehensive guide. Learn why Docker matters, optimize your builds, and implement advanced patterns for robust production deployments.

nodejsdockercontainerization+7 more

Node.js Memory Leaks & Debugging: Stop App Crashes

Learn to identify and debug Node.js memory leaks, prevent 'heap out of memory' errors, and keep your applications stable. Explore common patterns, tools, and real-world solutions.

nodejsjavascriptmemory-leaks+7 more

Node.js Microservices: Avoid Pitfalls & Build Robust Systems

Learn why Node.js microservices projects often fail and discover practical strategies to build robust, scalable distributed systems. Avoid common pitfalls and ensure success in production.

nodejsmicroservicesarchitecture+7 more

Node.js Performance Optimization: Boost App Speed & Scale

Master Node.js performance optimization techniques. Learn to speed up your V8 engine, effectively use clustering & worker threads, and scale your applications efficiently.

guidetutorialnodejs+7 more

Node.js Production Deployment - How to Not Get Paged at 3AM

Optimize Node.js production deployment to prevent outages. Learn common pitfalls, PM2 clustering, troubleshooting FAQs, and effective monitoring for robust Node.js apps.

nodejsdeploymentproduction+7 more

Node.js Security Hardening Guide: Protect Your Apps

Master Node.js security hardening. Learn to manage npm dependencies, fix vulnerabilities, implement secure authentication, HTTPS, and input validation.

guidetutorialbest-practices+7 more