Skip to main content
← All Tags

Backend development

19 articles in this category

AI NewsBackend DevelopmentSecurity

Implementing Production-Grade JWT Authentication with Express and TypeScript

Build a secure authentication system using Access/Refresh tokens, HTTP-only cookies, and Mongoose middleware for robust session management.

Read more
AI NewsSoftware EngineeringBackend Development

Hedystia 2.3 Delivers Native Node.js Support and Universal WebSockets

Hedystia 2.3 introduces native Node.js support and a universal WebSocket package, eliminating the need for runtime-specific adapters.

Read more
AI NewsBackend DevelopmentSoftware Engineering

Node.js Architecture: From Browser Scripting to High-Performance Server Runtime

Node.js revolutionized backend engineering in 2009 by using an event-driven, non-blocking I/O model to handle thousands of concurrent connections efficiently.

Read more
AI NewsBackend DevelopmentSoftware Engineering

Avoiding Critical Data Loss: Lessons from a Backend Project Failure

A developer lost a 14-service microservices backend for the ArogyaNaxa project 48 hours before submission due to Git mismanagement and AI context limits.

Read more
AI NewsSoftware EngineeringBackend Development

Building Production-Ready Semantic Search: Implementing the Service Layer with Java and pgvector

Learn how to orchestrate semantic search pipelines using Java and Spring Boot, ensuring 100% visibility of embedding failures through a document lifecycle and robust pgvector integration.

Read more
AI NewsNode.jsBackend Development

Scaling Node.js Background Tasks: Replacing 50 Cron Jobs with BullMQ

Transitioning from 50 legacy cron jobs to BullMQ smart queues improves Node.js scalability and task visibility using Redis-backed persistence.

Read more
AI NewsSoftware EngineeringBackend Development

Production Node.js Caching: Implementing Redis, LRU, and CDN Edge Layers

Optimize Node.js production systems by reducing database load by 80% and cutting p99 latency through a multi-layer caching strategy involving Redis, LRU, and CDN edge.

Read more
AI NewsBackend DevelopmentFinTech

10+ Production Deployments: Scaling FastAPI for Mexican Payment Processing

Jonathan Arias Garcia shares critical lessons from scaling a Mexican payment platform on FastAPI, handling SPEI and OXXO Pay via 10+ deployments.

Read more
AI NewsBackend DevelopmentDevOps

Streamlining FastAPI Deployment: A Guide to Launching on Render

Learn to deploy a production-ready FastAPI application to Render with GitHub integration and automated environment variable management for live accessibility.

Read more
AI NewsBackend DevelopmentArtificial Intelligence

Why FastAPI is the Preferred Backend Framework for Production AI Products

FastAPI provides the necessary structure for AI-powered APIs by offering strict request validation and async support to manage probabilistic model behaviors.

Read more
AI NewsSoftware EngineeringBackend Development

Node.js vs. FastAPI: Architecting High-Concurrency APIs with libuv and asyncio

Node.js and FastAPI both handle high-concurrency but utilize different execution models, from single-threaded libuv loops to multi-process asyncio workers.

Read more
AI NewsBackend Development.NET Framework

Advanced URL Management in .NET: Mastering the Segment Attribute in Elanat

The Segment attribute for ASPX pages enables dynamic path routing without query strings, providing full control over URL segments in the Elanat framework.

Read more
PythonSoftware designBackend development

Python Dataclasses vs Pydantic: The Complete Production Guide

A comprehensive technical reference covering ALL features of Python dataclasses and Pydantic v2+. Learn when to use each, performance trade-offs, validation patterns, serialization mechanics, and production patterns for senior engineers.

Read more
AI NewsBackend DevelopmentMicroservices

RapidKit Workspaces: The Secret to Scaling Backend Development

RapidKit Workspaces reduce setup time by 2+ hours and disk usage by 45% for microservices development.

Read more
AI NewsBackend DevelopmentFrontend Development

Don’t Let Your Backend Write Checks Your Frontend Can’t Cash

The Stack Overflow podcast discussed the challenges of building scalable frontends reliant on backend APIs, highlighting the risk of overwhelming systems with excessive client-side processing.

Read more
AI NewsSpring MVCBackend Development

How to Set Content-Length Header in ResponseEntity in Spring MVC

Setting the Content-Length header in Spring MVC's ResponseEntity is straightforward, but it should be done explicitly and only when required.

Read more
AI NewsAPI SecurityBackend Development

Understanding JSON Web Tokens (JWT)

Discover how JWTs function internally, detailing token anatomy, security, and efficient server-side signature validation.

Read more
AI NewsBackend DevelopmentFintech

PayFlow: Rapid Payment Backend Development with Xano and AI

PayFlow demonstrates a 30% reduction in development time for a payment system using Xano’s AI-powered backend generation.

Read more
AI NewsAIBackend Development

The Future of Coding: AI, Cursor, and Appwrite's MCP Integration Redefine Development Workflows

Explore how Cursor, AI, and Appwrite's Model Context Protocol (MCP) are transforming software development by automating backend workflows and enabling seamless AI-assisted coding.

Read more