DEV Community

# backend

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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.

1
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

4
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
Web Development Beginner's Learning Roadmap- API Development

Web Development Beginner's Learning Roadmap- API Development

5
Comments
5 min read
Laravel Best Practices

Laravel Best Practices

9
Comments
8 min read
Four Ways to Implement Background Jobs in Python

Four Ways to Implement Background Jobs in Python

1
Comments
2 min read
How is the monitor used for synchronization?

How is the monitor used for synchronization?

1
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

11
Comments 2
6 min read
Connecting Your Flutter Application to a Backend

Connecting Your Flutter Application to a Backend

1
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
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

21
Comments 7
7 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

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

Server-Sent Events (SSE) e como implementar

Comments
4 min read
Communication in a Microservice Architecture

Communication in a Microservice Architecture

17
Comments 2
8 min read
Overview of MVC Architectural Pattern

Overview of MVC Architectural Pattern

1
Comments
4 min read
Dart for backend: pros and cons

Dart for backend: pros and cons

2
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

19
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

1
Comments
3 min read
NodeJS Streams

NodeJS Streams

Comments
2 min read
Message Ordering

Message Ordering

1
Comments
4 min read
7 Proven Practices to Boost Development Speed and Project Quality

7 Proven Practices to Boost Development Speed and Project Quality

7
Comments
7 min read
Building your first Rest API with Nestjs and TypeORM and test it with Postman

Building your first Rest API with Nestjs and TypeORM and test it with Postman

2
Comments
8 min read
Reduce Network Usage - With This 1 Simple Trick!

Reduce Network Usage - With This 1 Simple Trick!

1
Comments
4 min read
The Django Node.js Alternative

The Django Node.js Alternative

19
Comments
7 min read
Top 10 Fintech Companies Powered by RoR Backend

Top 10 Fintech Companies Powered by RoR Backend

2
Comments
4 min read
Deploy PocketBase in 30 Seconds

Deploy PocketBase in 30 Seconds

3
Comments 1
1 min read
Cookies-Based Authentication Vs Session-Based Authentication

Cookies-Based Authentication Vs Session-Based Authentication

7
Comments 4
9 min read
Leveraging GraphQL API Over Web Scraping: A Backend Approach

Leveraging GraphQL API Over Web Scraping: A Backend Approach

1
Comments
4 min read
Woo.vi - Building Woovi Shortener Microservice

Woo.vi - Building Woovi Shortener Microservice

9
Comments
2 min read
Analyzing and visualizing trace data to identify performance bottlenecks and optimize system performance.

Analyzing and visualizing trace data to identify performance bottlenecks and optimize system performance.

1
Comments
3 min read
¿Qué son los argumentos de la línea de comandos y para qué nos sirven en nodejs?

¿Qué son los argumentos de la línea de comandos y para qué nos sirven en nodejs?

Comments
2 min read
FeathersJS vs NestJS - Compared in 3 Key Areas

FeathersJS vs NestJS - Compared in 3 Key Areas

3
Comments 2
7 min read
The DataTypes of JavaScript

The DataTypes of JavaScript

1
Comments
3 min read
Features and Differences of Spinlock, Mutex, and Semaphore

Features and Differences of Spinlock, Mutex, and Semaphore

1
Comments
4 min read
PDF is not opening using php mail function

PDF is not opening using php mail function

1
Comments
3 min read
Backend Developer: Things You Need to Know

Backend Developer: Things You Need to Know

2
Comments
3 min read
Choosing Between Role-Based vs Claims-Based vs Permission-Based Access Control Mechanism

Choosing Between Role-Based vs Claims-Based vs Permission-Based Access Control Mechanism

1
Comments
6 min read
Want to level up your skills and unlock the power of Databases?

Want to level up your skills and unlock the power of Databases?

2
Comments
3 min read
Full-stack: end of honeymoon

Full-stack: end of honeymoon

2
Comments
4 min read
An Analysis of Five Backend Database Tools

An Analysis of Five Backend Database Tools

2
Comments
9 min read
Logging in your API

Logging in your API

2
Comments
7 min read
How to handle exceptions in Java ?

How to handle exceptions in Java ?

Comments
1 min read
Utilizar chaves primarias inteiras ou GUIDs?

Utilizar chaves primarias inteiras ou GUIDs?

4
Comments
4 min read
How to manage physical resources in your Docker containers and keep production servers faster?

How to manage physical resources in your Docker containers and keep production servers faster?

4
Comments
1 min read
Creating Automated Tests for Strapi API with PactumJS

Creating Automated Tests for Strapi API with PactumJS

1
Comments
17 min read
How to implement authentication with nestjs using guards in 3 easy steps

How to implement authentication with nestjs using guards in 3 easy steps

2
Comments
4 min read
Introducing Blite, the Lightweight Node.js Backend Server

Introducing Blite, the Lightweight Node.js Backend Server

1
Comments
2 min read
Creating a Chat Application with Django and HTMX

Creating a Chat Application with Django and HTMX

5
Comments
27 min read
m8a scenario #1 - Using Coder to Develop Keycloak Templates Live (almost)...

m8a scenario #1 - Using Coder to Develop Keycloak Templates Live (almost)...

1
Comments
8 min read
loading...