DEV Community

# backend

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
👉Taking A Dive Into Express' Request and Response Objects👈

👉Taking A Dive Into Express' Request and Response Objects👈

4
Comments
4 min read
Designing Microservices RESTful API using Go with CRUD Operations: A Practical Guide

Designing Microservices RESTful API using Go with CRUD Operations: A Practical Guide

6
Comments
4 min read
🔥 Introducing Zogo: A Powerful Custom Validation Library for Go

🔥 Introducing Zogo: A Powerful Custom Validation Library for Go

Comments
2 min read
Exploring the fundamental backbone of full stack applications: The power of CRUD

Exploring the fundamental backbone of full stack applications: The power of CRUD

1
Comments
3 min read
Benchmarking String Literal ("") vs Template Literal (``) - using Performance.now()

Benchmarking String Literal ("") vs Template Literal (``) - using Performance.now()

100
Comments 24
2 min read
MySQL usar tipo SET para validar

MySQL usar tipo SET para validar

Comments
1 min read
Building an end-to-end chat app by only writing front-end code

Building an end-to-end chat app by only writing front-end code

14
Comments 4
11 min read
Understanding Node.js Streams

Understanding Node.js Streams

22
Comments 2
11 min read
Classe aninhadas no Java (Nested Classes)

Classe aninhadas no Java (Nested Classes)

1
Comments 2
3 min read
Criando Testes Unitários em Golang usando a Poke API

Criando Testes Unitários em Golang usando a Poke API

Comments
2 min read
Danni, Johny and the Java Feature Flag Problem

Danni, Johny and the Java Feature Flag Problem

13
Comments 1
3 min read
A New Era for TypeDB

A New Era for TypeDB

13
Comments
4 min read
Golang Debugging in Visual Studio Code

Golang Debugging in Visual Studio Code

12
Comments 1
4 min read
From Novice to Sorcerer: Unraveling Frontend and Backend Brilliance in Web Development

From Novice to Sorcerer: Unraveling Frontend and Backend Brilliance in Web Development

5
Comments
4 min read
Gopher Pythonista #1: Moving From Python To Go

Gopher Pythonista #1: Moving From Python To Go

18
Comments 5
9 min read
Differences in Scaling Stateless vs. Stateful Microservices

Differences in Scaling Stateless vs. Stateful Microservices

8
Comments 1
7 min read
A Guide to Input Validation in Go with Validator V10

A Guide to Input Validation in Go with Validator V10

74
Comments 1
4 min read
Serverless vs. Containers for Microservices: What should you choose?

Serverless vs. Containers for Microservices: What should you choose?

4
Comments
8 min read
Road Map To Become a Web Developer

Road Map To Become a Web Developer

4
Comments
11 min read
Front-End vs Back-End Development: Choosing the Right Path

Front-End vs Back-End Development: Choosing the Right Path

10
Comments 1
5 min read
Dynamic Multi Column and Relational Filtering With Prisma ORM

Dynamic Multi Column and Relational Filtering With Prisma ORM

4
Comments
7 min read
A Comparative Analysis of Golang and Rust: Unraveling the Strengths and Trade-offs

A Comparative Analysis of Golang and Rust: Unraveling the Strengths and Trade-offs

7
Comments 2
3 min read
Desvendando o poder da Dashboard

Desvendando o poder da Dashboard

5
Comments
2 min read
Networking Fundamentals for Software Developers | Part 1: OSI and TCP/IP models

Networking Fundamentals for Software Developers | Part 1: OSI and TCP/IP models

1
Comments
9 min read
A Journey Through 6 Months of Backend Engineering: Building Robust Foundations

A Journey Through 6 Months of Backend Engineering: Building Robust Foundations

6
Comments
1 min read
Implementing Two-Factor Authentication (2FA) with TOTP in Golang

Implementing Two-Factor Authentication (2FA) with TOTP in Golang

6
Comments
3 min read
Benchmarking 'for', 'while', 'for...of', and 'Array.forEach' - using Performance.now()

Benchmarking 'for', 'while', 'for...of', and 'Array.forEach' - using Performance.now()

46
Comments 7
2 min read
LaunchDarkly across multiple celery tasks

LaunchDarkly across multiple celery tasks

3
Comments 1
3 min read
NestJS: Making Server-Side Development Easier - My Thoughts

NestJS: Making Server-Side Development Easier - My Thoughts

1
Comments
3 min read
เพิ่มประสิทธิภาพให้กับ NestJS สำหรับการประมวลผลที่เร็วและมีประสิทธิภาพสูง

เพิ่มประสิทธิภาพให้กับ NestJS สำหรับการประมวลผลที่เร็วและมีประสิทธิภาพสูง

6
Comments 1
1 min read
Creating a Chatroom in Angular using Amplication

Creating a Chatroom in Angular using Amplication

6
Comments
15 min read
RLS of Supabase(PostgreSQL) Is Good, But …🤔

RLS of Supabase(PostgreSQL) Is Good, But …🤔

54
Comments 4
6 min read
Supercharge Your Node.js Development with This Starter Configuration

Supercharge Your Node.js Development with This Starter Configuration

3
Comments
18 min read
F# File uploads with Saturn and Falco

F# File uploads with Saturn and Falco

7
Comments 2
9 min read
Go: Efficient Marshalling & Unmarshalling

Go: Efficient Marshalling & Unmarshalling

2
Comments 3
2 min read
9 Hand Picked FREE Heroku Alternatives [2023]

9 Hand Picked FREE Heroku Alternatives [2023]

92
Comments 27
8 min read
Application Read and Write Path

Application Read and Write Path

Comments
4 min read
¿Cómo arreglar el CallBack Hell en JavaScript?

¿Cómo arreglar el CallBack Hell en JavaScript?

1
Comments
2 min read
Python Authorization Anti-Patterns and How to Avoid Them

Python Authorization Anti-Patterns and How to Avoid Them

15
Comments 2
7 min read
C# LINQ Exploring

C# LINQ Exploring

2
Comments
3 min read
Integrating Razorpay with Django: A Step-by-Step Guide

Integrating Razorpay with Django: A Step-by-Step Guide

8
Comments
3 min read
CREATING CUSTOM VALIDATION ATTRIBUTE IN .NET

CREATING CUSTOM VALIDATION ATTRIBUTE IN .NET

13
Comments
5 min read
Dynamic Path Matching with Go and mux

Dynamic Path Matching with Go and mux

2
Comments
5 min read
Idempotency in a REST API design. And why do we need it

Idempotency in a REST API design. And why do we need it

3
Comments 1
5 min read
Javascript Mini Projects (Nodejs starters!)

Javascript Mini Projects (Nodejs starters!)

4
Comments
6 min read
How to Use Dependency Injection with Node.js

How to Use Dependency Injection with Node.js

35
Comments 6
7 min read
Create API with GraphQL, Prisma, and MongoDB

Create API with GraphQL, Prisma, and MongoDB

5
Comments 1
8 min read
How to test private methods in C#

How to test private methods in C#

35
Comments 2
3 min read
Understanding and Implementing Custom Template Tags in Django

Understanding and Implementing Custom Template Tags in Django

7
Comments
7 min read
Golang: graceful shutdown

Golang: graceful shutdown

53
Comments 1
6 min read
Getting Started With MongoDB

Getting Started With MongoDB

Comments
4 min read
Communicating with backend services using HTTP

Communicating with backend services using HTTP

3
Comments
5 min read
SQL vs NoSQL Databases: Unraveling the Age-Old Debate

SQL vs NoSQL Databases: Unraveling the Age-Old Debate

Comments
3 min read
Frontend? Gross. This Is Why I've Always Preferred the Backend

Frontend? Gross. This Is Why I've Always Preferred the Backend

8
Comments
4 min read
Worker Threads Nodejs

Worker Threads Nodejs

39
Comments 5
4 min read
HOSTING AND LAUNCHING OF MY FIRST WEBSITE!

HOSTING AND LAUNCHING OF MY FIRST WEBSITE!

4
Comments 3
2 min read
Leveraging Custom Filters in Django for Effective Data Rendering

Leveraging Custom Filters in Django for Effective Data Rendering

1
Comments
4 min read
Dominando Laravel 2023

Dominando Laravel 2023

5
Comments
37 min read
How to use Iris and Basic authentication

How to use Iris and Basic authentication

Comments
4 min read
The Basics : Backend Development [Part 1/2]

The Basics : Backend Development [Part 1/2]

4
Comments
6 min read
loading...