DEV Community

# backend

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Modern minimal workers in .NET

Modern minimal workers in .NET

5
Comments
3 min read
Using Percentile Tail Latency to Impress Your Elitist Backend Interviewer

Using Percentile Tail Latency to Impress Your Elitist Backend Interviewer

4
Comments
5 min read
Review posting 2

Review posting 2

Comments
3 min read
NodeJS Stream Processing: Build a Simple multipart/form-data parser

NodeJS Stream Processing: Build a Simple multipart/form-data parser

3
Comments
5 min read
Use Chance.js and Fony.js in your SQL queries😎

Use Chance.js and Fony.js in your SQL queries😎

Comments
20 min read
Create Websocket Android Application Using Ktor

Create Websocket Android Application Using Ktor

8
Comments 1
6 min read
How to use Dependency Injection in Spring

How to use Dependency Injection in Spring

Comments
4 min read
Web Security: Understanding Request Smuggling

Web Security: Understanding Request Smuggling

25
Comments 3
3 min read
File Structure Basics for a Ruby API

File Structure Basics for a Ruby API

1
Comments
9 min read
How to Build an Extensible System With Less Technical Debt From Start

How to Build an Extensible System With Less Technical Debt From Start

15
Comments
5 min read
Introducing the Macaw Framework: A Simple, Evolving Ruby Web Framework

Introducing the Macaw Framework: A Simple, Evolving Ruby Web Framework

5
Comments 3
2 min read
Git Best Practices

Git Best Practices

2
Comments
2 min read
Backend Developer roadmap

Backend Developer roadmap

3
Comments 1
3 min read
The Part of PostgreSQL we Don’t know the most

The Part of PostgreSQL we Don’t know the most

2
Comments
3 min read
Java Interview - Understanding HashMap

Java Interview - Understanding HashMap

1
Comments
1 min read
Supabase & Riverpod Minicourse | Build A Realtime Photo Sharing App

Supabase & Riverpod Minicourse | Build A Realtime Photo Sharing App

1
Comments
3 min read
Request Tracing in Node.js

Request Tracing in Node.js

20
Comments
8 min read
django.contrib.auth.models

django.contrib.auth.models

1
Comments
2 min read
How to authenticate and protect REST API routes with JWT and refresh tokens

How to authenticate and protect REST API routes with JWT and refresh tokens

43
Comments 13
8 min read
Magic Methods In php

Magic Methods In php

5
Comments 2
4 min read
OOP ( Abstract Class VS Polymorphism Class ) .

OOP ( Abstract Class VS Polymorphism Class ) .

Comments
4 min read
Concepts and Use Cases of Stack and Queue

Concepts and Use Cases of Stack and Queue

1
Comments
2 min read
Murmurhash -criando um rollout progressivo via backend

Murmurhash -criando um rollout progressivo via backend

3
Comments
6 min read
Setup MongoDB replica set locally in docker or with Atlas for Prisma ORM

Setup MongoDB replica set locally in docker or with Atlas for Prisma ORM

8
Comments 3
3 min read
Into the Drools Engine. Your Own Scoring System

Into the Drools Engine. Your Own Scoring System

1
Comments
10 min read
Running many WebSocket servers

Running many WebSocket servers

5
Comments 1
2 min read
Stored Procedures in SQL database

Stored Procedures in SQL database

2
Comments
2 min read
Implementing Semantic Search with Supabase, Next.js, and OpenAI: A Tutorial

Implementing Semantic Search with Supabase, Next.js, and OpenAI: A Tutorial

3
Comments
12 min read
Announcing elm-express

Announcing elm-express

13
Comments 3
3 min read
KotlinConf ’23 Recap

KotlinConf ’23 Recap

5
Comments 1
4 min read
API SECURITY, how to protect your API against vulnerability risks

API SECURITY, how to protect your API against vulnerability risks

2
Comments
4 min read
Como levantar un backend en minutos con Parse + docker compose

Como levantar un backend en minutos con Parse + docker compose

2
Comments
5 min read
Messing around with GraphQL queries with a critical asset management dataset

Messing around with GraphQL queries with a critical asset management dataset

Comments
3 min read
Building a Proxy Server with Axum | Rust.

Building a Proxy Server with Axum | Rust.

2
Comments
9 min read
Mastering Python Generators: Unleashing the Power of Lazy Evaluation

Mastering Python Generators: Unleashing the Power of Lazy Evaluation

Comments 2
3 min read
COMMON API VULNERABILITIES

COMMON API VULNERABILITIES

Comments
6 min read
Colaboración Efectiva FrontEnd/BackEnd: Flujo de Trabajo Adecuado y Responsabilidades en el Desarrollo de Aplicaciones Web

Colaboración Efectiva FrontEnd/BackEnd: Flujo de Trabajo Adecuado y Responsabilidades en el Desarrollo de Aplicaciones Web

8
Comments
21 min read
Demystifying Decorators in Python: A Powerful Tool for Function Manipulation

Demystifying Decorators in Python: A Powerful Tool for Function Manipulation

Comments 2
2 min read
Laravel Best Practices

Laravel Best Practices

22
Comments
8 min read
How is the monitor used for synchronization?

How is the monitor used for synchronization?

1
Comments
2 min read
Four Ways to Implement Background Jobs in Python

Four Ways to Implement Background Jobs in Python

2
Comments
2 min read
How to Implement Role-Based Authentication in Laravel with Sanctum: A Step-by-Step Guide

How to Implement Role-Based Authentication in Laravel with Sanctum: A Step-by-Step Guide

38
Comments 2
6 min read
Step-by-Step Guide: Setting Up a NestJS Application with Docker and PostgreSQL

Step-by-Step Guide: Setting Up a NestJS Application with Docker and PostgreSQL

170
Comments 9
7 min read
Connecting Your Flutter Application to a Backend

Connecting Your Flutter Application to a Backend

30
Comments
5 min read
Splitting the Monolith: Pros and Cons of Monolithic and Microservice Architecture

Splitting the Monolith: Pros and Cons of Monolithic and Microservice Architecture

1
Comments
5 min read
Coding Backwards

Coding Backwards

Comments
5 min read
System Design : Vertical And Horizontal Scaling

System Design : Vertical And Horizontal Scaling

Comments 1
2 min read
PSX an alternative to Laravel/Symfony for building APIs

PSX an alternative to Laravel/Symfony for building APIs

Comments
5 min read
Propagated Transactions for Node.js Applications

Propagated Transactions for Node.js Applications

17
Comments
4 min read
Server-Sent Events (SSE) e como implementar

Server-Sent Events (SSE) e como implementar

5
Comments
4 min read
Communication in a Microservice Architecture

Communication in a Microservice Architecture

17
Comments 2
8 min read
Web Development Beginner's Learning Roadmap- API Development

Web Development Beginner's Learning Roadmap- API Development

8
Comments 1
5 min read
Dart for backend: pros and cons

Dart for backend: pros and cons

4
Comments 3
1 min read
Solving Java Multithreading Challenges in My Google Photos Clone

Solving Java Multithreading Challenges in My Google Photos Clone

2
Comments
1 min read
How to decide the number of threads based on CPU bound/ IO bound

How to decide the number of threads based on CPU bound/ IO bound

1
Comments
2 min read
Top 5 Struggles of Backend Developers

Top 5 Struggles of Backend Developers

1
Comments
5 min read
Working with Microservices with NestJS

Working with Microservices with NestJS

20
Comments
11 min read
How to Work with Pointers in C Programming

How to Work with Pointers in C Programming

Comments 3
8 min read
Best practices for novice developers

Best practices for novice developers

3
Comments 1
3 min read
How to be a better Django developer

How to be a better Django developer

2
Comments 1
3 min read
loading...