Skip to main contentSkip to navigation
Back to all tags

backend-development

15 topics and 60 pages tagged with "backend-development"

Topics

Python, JavaScript, Go, and Rust

compare

A production reality check for Python, JavaScript, Go, and Rust. Discover hidden costs, real-world lessons, and a practical framework for choosing the best language for your projects.

9/3/2025
1 pages
programming-languagesenterprise-developmentbackend-development+5 more

Migrate REST API to GraphQL

howto

The process of transforming an existing RESTful API architecture into a GraphQL API, often involving schema definition, resolver implementation, and data source integration.

9/1/2025
1 pages
api-migrationrest-apigraphql+5 more

GraphQL

tool

GraphQL is a query language and runtime for APIs that allows clients to request exactly the data they need, providing a complete and understandable description of API data with strong typing and introspection capabilities.

9/1/2025
2 pages
api-developmentquery-languagebackend-development+8 more

Microservices gRPC Communication

integration

gRPC is a high-performance RPC framework for efficient service-to-service communication, often used in Microservices Architecture, a design pattern for building applications as collections of independently deployable services.

9/1/2025
1 pages
integrationcommunicationmicroservices+6 more

FastAPI

tool

FastAPI is a modern Python web framework for building high-performance APIs with automatic interactive documentation and type safety.

9/1/2025
2 pages
python-frameworkweb-developmentapi-development+5 more

TypeScript

troubleshoot

TypeScript is a strongly typed programming language that builds on JavaScript by adding static type definitions and compile-time type checking to help catch errors early in development.

8/31/2025
1 pages
typescriptmodule-resolutionerror-handling+5 more

Express.js

tool

A minimal and flexible Node.js web application framework that provides routing, middleware, and HTTP utilities for building web applications and REST APIs.

8/31/2025
4 pages
web-frameworkbackend-developmentnodejs+4 more

API Rate Limiting Implementation Guide

howto

API rate limiting is a traffic management technique that restricts the number of requests clients can make to an API within specified time windows to prevent abuse and ensure fair resource allocation.

8/31/2025
1 pages
api-managementbackend-developmentrate-limiting+4 more

Node.js

tool

A free, open-source, cross-platform JavaScript runtime environment that allows developers to run JavaScript outside web browsers for building servers, web apps, command line tools, and scripts.

8/29/2025
10 pages
javascript-runtimeserver-side-developmentcross-platform+5 more

FastAPI

howto

FastAPI is a modern, high-performance Python web framework for building REST APIs with automatic interactive documentation and type validation.

8/23/2025
1 pages
web-development-frameworksapi-developmentpython-web-frameworks+7 more

MongoDB Express Mongoose

integration

A complete backend web development stack combining MongoDB (document database), Express.js (Node.js web framework), and Mongoose (MongoDB object modeling library) for building scalable production-ready web applications and APIs.

8/23/2025
1 pages
backend-developmentnodejsmongodb+5 more

Django

tool

Django is a high-level Python web framework that enables rapid development of secure and maintainable web applications with clean, pragmatic design.

8/23/2025
3 pages
web-frameworkpythonbackend-development+13 more

MySQL

tool

MySQL is an open-source relational database management system that stores and retrieves data using SQL for web applications, enterprise systems, and cloud services.

8/23/2025
1 pages
database-systemsrdbmssql+5 more

Redis Troubleshooting

troubleshoot

Redis is an open-source, in-memory data structure store used as a database, cache, message broker, and streaming engine that supports various data structures like strings, hashes, lists, sets, and sorted sets.

8/22/2025
1 pages
redisdatabasecaching+5 more

Install Go on Windows

howto

Go is a statically typed, compiled programming language developed by Google that emphasizes simplicity, performance, and built-in concurrency support for building scalable applications.

8/22/2025
1 pages
programming-languagegolangwindows+4 more

Pages