DEV Community

# backend

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Spec-Driven Development: The Key to Aligning Team and Improving Code Quality

Spec-Driven Development: The Key to Aligning Team and Improving Code Quality

Comments
9 min read
Pruebas Unitarias en Laravel con Sanctum

Pruebas Unitarias en Laravel con Sanctum

Comments
9 min read
Building RESTful APIs with Go

Building RESTful APIs with Go

9
Comments
4 min read
🚀 Appwrite: Revolutionizing Backend Development for Developers

🚀 Appwrite: Revolutionizing Backend Development for Developers

6
Comments 1
3 min read
Database sharding

Database sharding

1
Comments
8 min read
𝗘𝗻𝗵𝗮𝗻𝗰𝗶𝗻𝗴 𝗔𝗣𝗜 𝗖𝗹𝗮𝗿𝗶𝘁𝘆: 𝗣𝗼𝘀𝘁𝗺𝗮𝗻 𝗗𝗼𝗰𝘂𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻 𝗕𝗲𝘀𝘁 𝗣𝗿𝗮𝗰𝘁𝗶𝗰𝗲𝘀

𝗘𝗻𝗵𝗮𝗻𝗰𝗶𝗻𝗴 𝗔𝗣𝗜 𝗖𝗹𝗮𝗿𝗶𝘁𝘆: 𝗣𝗼𝘀𝘁𝗺𝗮𝗻 𝗗𝗼𝗰𝘂𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻 𝗕𝗲𝘀𝘁 𝗣𝗿𝗮𝗰𝘁𝗶𝗰𝗲𝘀

2
Comments
1 min read
REST VS GRAPHQL

REST VS GRAPHQL

Comments
3 min read
GUID como Chave Primária

GUID como Chave Primária

8
Comments 1
4 min read
10 Common API Development Mistakes and How to Avoid Them

10 Common API Development Mistakes and How to Avoid Them

5
Comments 1
4 min read
B-tree index in ORACLE SQL

B-tree index in ORACLE SQL

Comments
2 min read
Intro to Backend Architecture and Design Patterns

Intro to Backend Architecture and Design Patterns

5
Comments
3 min read
GraphQL vs REST: API Showdown 🤜🤛

GraphQL vs REST: API Showdown 🤜🤛

6
Comments
5 min read
Essential Unit Testing for Go APIs – Build Code with Confidence

Essential Unit Testing for Go APIs – Build Code with Confidence

8
Comments
3 min read
🌻 Isolating Go Slices: How to Create Independent Slices from an Array Safely

🌻 Isolating Go Slices: How to Create Independent Slices from an Array Safely

6
Comments
2 min read
💥 "Do not f*ing miss": The Mindset for Success in Programming and Beyond💥

💥 "Do not f*ing miss": The Mindset for Success in Programming and Beyond💥

2
Comments
4 min read
DNS and How It Works

DNS and How It Works

8
Comments
5 min read
Load Balancing 101

Load Balancing 101

Comments
6 min read
Java library for developing backend with reactive programming

Java library for developing backend with reactive programming

2
Comments
3 min read
Ensuring Data Integrity in Multi-User Environments

Ensuring Data Integrity in Multi-User Environments

1
Comments
9 min read
Java Backend Management Project

Java Backend Management Project

1
Comments
4 min read
REST Api

REST Api

1
Comments
3 min read
Connecting Your Go API to a PostgreSQL Database

Connecting Your Go API to a PostgreSQL Database

8
Comments
4 min read
Streamlining Backend Development: A Ready-to-Use Starter Kit for Mobile & Web Apps 🚀

Streamlining Backend Development: A Ready-to-Use Starter Kit for Mobile & Web Apps 🚀

Comments
1 min read
Mastering Backend Development

Mastering Backend Development

1
Comments
4 min read
Securing Your Go API with JWT Authentication

Securing Your Go API with JWT Authentication

12
Comments 2
3 min read
Building Your First REST API with Go

Building Your First REST API with Go

13
Comments 2
4 min read
Go fiber scaffolding cli

Go fiber scaffolding cli

Comments
1 min read
Send Information by Submitting Form

Send Information by Submitting Form

1
Comments
6 min read
Spring Boot Annotations Explained: 15 Essential Annotations You Should Know

Spring Boot Annotations Explained: 15 Essential Annotations You Should Know

5
Comments 1
3 min read
🚀 Understanding the Differences: DTO, DAO, and POJO in Java

🚀 Understanding the Differences: DTO, DAO, and POJO in Java

3
Comments
3 min read
Password Reset Feature: SMTP Debugging

Password Reset Feature: SMTP Debugging

Comments
3 min read
Effortless API Testing with CLI Prompt Toolkit

Effortless API Testing with CLI Prompt Toolkit

Comments
1 min read
Exploring Gleam: Key Takeaways from My Latest YouTube Video

Exploring Gleam: Key Takeaways from My Latest YouTube Video

Comments
3 min read
The Journey of DNS Resolution: How the Internet Finds Websites for You

The Journey of DNS Resolution: How the Internet Finds Websites for You

5
Comments
5 min read
How to Handle Time Zones and Sync Your Software on the server side using Go

How to Handle Time Zones and Sync Your Software on the server side using Go

4
Comments
8 min read
Concurrency vs Parallelism

Concurrency vs Parallelism

2
Comments
1 min read
Melhorando o desempenho de aplicações Spring Boot - Parte II

Melhorando o desempenho de aplicações Spring Boot - Parte II

Comments
5 min read
Fullstack app: Developing the Back-End with Spring Boot and PostgreSQL

Fullstack app: Developing the Back-End with Spring Boot and PostgreSQL

Comments
4 min read
Using Redis for Caching in Laravel: A Step-by-Step Guide

Using Redis for Caching in Laravel: A Step-by-Step Guide

10
Comments
9 min read
Masking in SQL | PART 2

Masking in SQL | PART 2

5
Comments 3
2 min read
Primary Key and Foreign Key in SQL | Part 1

Primary Key and Foreign Key in SQL | Part 1

1
Comments
2 min read
%TYPE and %ROWTYPE Attributes in PLSQL

%TYPE and %ROWTYPE Attributes in PLSQL

5
Comments
2 min read
Why is impossible to have a clean architecture inside a frontend project

Why is impossible to have a clean architecture inside a frontend project

1
Comments 3
2 min read
Difference between UNION and UNION ALL in SQL

Difference between UNION and UNION ALL in SQL

Comments
2 min read
Cursor Types in PLSQL -Normal cursor and Reference cursor

Cursor Types in PLSQL -Normal cursor and Reference cursor

6
Comments
4 min read
Masking in SQL | PART 1

Masking in SQL | PART 1

1
Comments
2 min read
Trigger in PL/SQL with Example - Part 2 | AFTER Trigger

Trigger in PL/SQL with Example - Part 2 | AFTER Trigger

8
Comments
2 min read
JasperReports with Arabic

JasperReports with Arabic

4
Comments
10 min read
Trigger in PL/SQL with Example - Part 1 | BEFORE Trigger

Trigger in PL/SQL with Example - Part 1 | BEFORE Trigger

2
Comments
2 min read
Understanding MongoDB's distinct() Operation: A Practical Guide

Understanding MongoDB's distinct() Operation: A Practical Guide

Comments
3 min read
how to write client script for delete doctype all data in frappe

how to write client script for delete doctype all data in frappe

1
Comments
4 min read
TCP/IP Networking Model

TCP/IP Networking Model

2
Comments 1
5 min read
Amazon Simple Queue Service (SQS)

Amazon Simple Queue Service (SQS)

19
Comments
1 min read
A Beginner’s Guide to Testing PHP Code with PHPUnit

A Beginner’s Guide to Testing PHP Code with PHPUnit

6
Comments
3 min read
Deliver Emails Safely with PHP: A Guide to Using SMTP for Spam-Free Emails

Deliver Emails Safely with PHP: A Guide to Using SMTP for Spam-Free Emails

Comments
4 min read
What is the last offline-supported version of Postman?

What is the last offline-supported version of Postman?

5
Comments
2 min read
Best PostgreSQL Queries/Functions for Daily Operations

Best PostgreSQL Queries/Functions for Daily Operations

2
Comments 2
4 min read
Express.js Basics: A Beginner's Guide - Node.js Tutorial Series - part 10

Express.js Basics: A Beginner's Guide - Node.js Tutorial Series - part 10

Comments
3 min read
Common Table Expression (CTE) in PLSQL | Part 1

Common Table Expression (CTE) in PLSQL | Part 1

4
Comments
6 min read
Top 10 Backend Frameworks for 2024

Top 10 Backend Frameworks for 2024

7
Comments
3 min read
loading...