DEV Community

# backend

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Understanding the Chain of Responsibility Design Pattern in Backend Development

Understanding the Chain of Responsibility Design Pattern in Backend Development

3
Comments
5 min read
📂 Building a Simple File Management System with PHP & MySQL 🚀

📂 Building a Simple File Management System with PHP & MySQL 🚀

10
Comments
3 min read
Managing Multiple Shadow Cloud Architectures Across Development, Staging, and Production Environments with Terraform Workspace

Managing Multiple Shadow Cloud Architectures Across Development, Staging, and Production Environments with Terraform Workspace

1
Comments
5 min read
Hosting A Static Website On AWS

Hosting A Static Website On AWS

Comments 1
3 min read
🔎Exploring Design Patterns: Thread Safe Singleton Pattern in C#

🔎Exploring Design Patterns: Thread Safe Singleton Pattern in C#

1
Comments
2 min read
Getting Started with Apache Kafka: A Backend Engineer's Perspective

Getting Started with Apache Kafka: A Backend Engineer's Perspective

Comments
3 min read
someone told me to write as I learn

someone told me to write as I learn

8
Comments 6
2 min read
Raising the Difference Between raise and raise e

Raising the Difference Between raise and raise e

9
Comments
4 min read
CAP Theorem: The Choice Between Consistency and Availability in Distributed Systems

CAP Theorem: The Choice Between Consistency and Availability in Distributed Systems

Comments
1 min read
C# System.Text.Json JsonConverter masking

C# System.Text.Json JsonConverter masking

1
Comments
6 min read
Raw SQL vs ORMs: Pros and Cons

Raw SQL vs ORMs: Pros and Cons

2
Comments 2
2 min read
Kubernetes Overview

Kubernetes Overview

Comments
1 min read
It's a new release day 🚀

It's a new release day 🚀

Comments
1 min read
GraphQL vs. REST: Best Practices for API Development

GraphQL vs. REST: Best Practices for API Development

Comments
3 min read
💡 Go vs Node.js: Which Backend Powerhouse Will Dominate in 2024? ⚡

💡 Go vs Node.js: Which Backend Powerhouse Will Dominate in 2024? ⚡

Comments
5 min read
ThrottleX: Scaling to a Million Requests Per Second Without Breaking a Sweat

ThrottleX: Scaling to a Million Requests Per Second Without Breaking a Sweat

26
Comments 8
11 min read
Interval Partitioning in Oracle SQL

Interval Partitioning in Oracle SQL

5
Comments
3 min read
Pragma Autonomous Transaction in Oracle PL/SQL | Complete Overview

Pragma Autonomous Transaction in Oracle PL/SQL | Complete Overview

5
Comments
4 min read
Indexes in SQL | Clustered and Non Clustered Index

Indexes in SQL | Clustered and Non Clustered Index

4
Comments
2 min read
Procedure in PL/SQL | Best Explanation

Procedure in PL/SQL | Best Explanation

Comments
4 min read
Entity Framework Training

Entity Framework Training

Comments
10 min read
Beginner's Guide to Backend Development: Build Your First App Using Node.js and Express.js

Beginner's Guide to Backend Development: Build Your First App Using Node.js and Express.js

2
Comments
3 min read
supabase注册并创建项目和添加数据表

supabase注册并创建项目和添加数据表

1
Comments
1 min read
Video - Caching HTML Tags Using WebForms Core Technology 05:24

Video - Caching HTML Tags Using WebForms Core Technology

2
Comments
2 min read
MERN Stack Application | Part 1

MERN Stack Application | Part 1

Comments
3 min read
Partitioning in ORACLE SQL | Horizontal and Vertical Partitioning

Partitioning in ORACLE SQL | Horizontal and Vertical Partitioning

6
Comments
3 min read
Summary of Horizontal and Vertical Partitioning

Summary of Horizontal and Vertical Partitioning

4
Comments
2 min read
Deterministic Functions in PLSQL

Deterministic Functions in PLSQL

Comments
3 min read
Learn Minimal APIs in .NET 8 Full CRUD Tutorial for Beginners

Learn Minimal APIs in .NET 8 Full CRUD Tutorial for Beginners

11
Comments
38 min read
Customizing the Django Panel: A Step-By-Step Guide

Customizing the Django Panel: A Step-By-Step Guide

Comments
1 min read
Backend VS Frontend 🤷‍♂️

Backend VS Frontend 🤷‍♂️

1
Comments
2 min read
Joins in SQL

Joins in SQL

9
Comments
2 min read
How to Upload Files to AWS S3 Using Java: A Step-by-Step Guide

How to Upload Files to AWS S3 Using Java: A Step-by-Step Guide

Comments
3 min read
Backend challenge #5

Backend challenge #5

6
Comments
2 min read
EXECUTE IMMEDIATE with BULK COLLECT

EXECUTE IMMEDIATE with BULK COLLECT

6
Comments
3 min read
EXECUTE IMMEDIATE in PL/SQL

EXECUTE IMMEDIATE in PL/SQL

5
Comments
2 min read
Appwrite - ( Backend-as-a-Service )

Appwrite - ( Backend-as-a-Service )

10
Comments
1 min read
new opensource tool 🔥 for one command server deployments and horizontal scaling.

new opensource tool 🔥 for one command server deployments and horizontal scaling.

Comments
5 min read
Handling Large File Uploads in Go with AWS S3: Stream Like a Pro

Handling Large File Uploads in Go with AWS S3: Stream Like a Pro

12
Comments
5 min read
In WebForms Core Technology, All the Disadvantages of Microsoft's Former WebForms have been Fixed

In WebForms Core Technology, All the Disadvantages of Microsoft's Former WebForms have been Fixed

2
Comments
6 min read
Building a Custom Backend with Node.js: A Step-by-Step Guide

Building a Custom Backend with Node.js: A Step-by-Step Guide

7
Comments
5 min read
It's a new release day! ✨

It's a new release day! ✨

2
Comments 1
1 min read
Event Loop in Node.js: Managing Asynchronous Operations

Event Loop in Node.js: Managing Asynchronous Operations

20
Comments 1
4 min read
ACID properties in SQL

ACID properties in SQL

5
Comments
1 min read
What are the best backend frameworks and why?

What are the best backend frameworks and why?

1
Comments
4 min read
Rate Limiting with ThrottleX

Rate Limiting with ThrottleX

5
Comments
2 min read
Choosing the Right Primary Key for the Database

Choosing the Right Primary Key for the Database

1
Comments
6 min read
Building Better APIs with ThrottleX: Rate Limiting Done Right

Building Better APIs with ThrottleX: Rate Limiting Done Right

8
Comments 2
5 min read
Building a File Upload Service in Go

Building a File Upload Service in Go

23
Comments 2
4 min read
Automate Your Java Tasks with Quartz: A Practical Guide

Automate Your Java Tasks with Quartz: A Practical Guide

Comments
9 min read
Imagine pair programming being company policy. 100% of the time

Imagine pair programming being company policy. 100% of the time

2
Comments
1 min read
Wait for Services to Start in Docker Compose: wait-for-it vs Healthcheck

Wait for Services to Start in Docker Compose: wait-for-it vs Healthcheck

1
Comments
6 min read
Integration Tests on Spring Boot with PostgreSQL and Testcontainers

Integration Tests on Spring Boot with PostgreSQL and Testcontainers

4
Comments
9 min read
Using WebForms Core

Using WebForms Core

Comments
6 min read
Understanding Stack and Heap in JavaScript .

Understanding Stack and Heap in JavaScript .

2
Comments
2 min read
The Best Way to Implement API Versioning in Django REST Framework (Agile) 💎

The Best Way to Implement API Versioning in Django REST Framework (Agile) 💎

1
Comments
2 min read
How to Use Goroutines for Concurrent Processing in Go

How to Use Goroutines for Concurrent Processing in Go

24
Comments
4 min read
Fibonacci, Integer overflow, memoization e um exagero

Fibonacci, Integer overflow, memoization e um exagero

6
Comments 1
3 min read
Quick Start with Hono: Simple Setup Guide (Bite-sized article)

Quick Start with Hono: Simple Setup Guide (Bite-sized article)

2
Comments
3 min read
Backend challenge #4

Backend challenge #4

1
Comments
2 min read
loading...