Articles by Tag #backenddevelopment

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Encore.ts — 9x faster than Express.js & 3x faster than Bun + Zod

A couple of months ago we released Encore.ts — an Open Source backend framework for...

Learn More 266 40Aug 2 '24

Encore.ts — 17x Faster cold starts than NestJS & Fastify

A couple of months ago we released Encore.ts — an Open Source backend framework for...

Learn More 116 19Sep 4 '24

Back-End Development: Definition, Stats, & Trends To Follow In 2024

Back-end development goes above and beyond being a functional website component. It has evolved...

Learn More 90 11Oct 1 '24

Legendary Emails in Node js with mjml 📩

Sometimes I receive emails from various companies and start-ups that look very attractive and...

Learn More 87 16Jun 30 '24

8 Must-Learn Backend Development Tools for 2025: Your Ultimate Guide

Hey there, fellow backend developer! 👋 As we wave goodbye to 2024 and gear up for an exciting 2025,...

Learn More 82 1Dec 11 '24

The Top 10 Mistakes Developers Make When Writing APIs (And How to Fix Them)

APIs are the glue that holds modern software together. They’re the bridges that connect systems,...

Learn More 81 5Jan 20

Top Golang Blogs for Learning and Building

As a newbie in Golang, searching for the right resources to learn and up your game can be...

Learn More 43 2Aug 11 '24

Data Structures in C#: A Beginner's Guide : Mastering

What is Data Structures and Algorithms? 🤓 Data Structures: A data structure is a way to...

Learn More 36 0Sep 17 '24

No Swagger in .NET 9? Here's What You Need to Know!

Introduction With the release of .NET 9, you might have noticed that Swagger Gen is no...

Learn More 31 6Jan 11

Supabase alternative for AI Code editors (Cursor, Bolt, Lovable...)

In this post I compare existing solutions for the backend of AI generated apps and share our journey building Manifest, a minimalistic open source backend for AI-assisted coding.

Learn More 29 9Jun 19

High performance Node.js static file serving — using Rust

A few months ago we released Encore.ts — an Open Source backend framework for TypeScript /...

Learn More 29 2Sep 16 '24

Top 5 Go Libraries Every Backend Developer Should Know

Golang or Go, has become a go-to programming language for backend developers due to its simplicity,...

Learn More 28 8Jan 3

Absolutely FREE hosting server for your Backend (For Life)

You are probably in search of a free server to host your backend, I was too. But don't worry, I got...

Learn More 26 8Aug 25 '24

Why Everyone Falls in Love with Go!

Go, often called Golang, has captured the hearts of developers worldwide. Why? Let’s explore the...

Learn More 25 5Jan 17

Understanding gRPC: The Power of Single Long-Lived Connection

When using gRPC, one of its biggest advantages over traditional REST is the use of a single...

Learn More 23 0May 5

Hashing

যখন আপনি কোনো ওয়েবসাইটে নতুন অ্যাকাউন্ট খোলার কথা ভাবেন, তখন আপনাকে ইমেল প্রদান করতে হয় এবং একটি...

Learn More 20 0Jan 23

Challenges of WebSocket

1. Scalability WebSocket এ প্রতিটি ক্লায়েন্টের জন্য সার্ভারে একটি পার্সিস্টেন্ট কানেকশন থাকে। যখন...

Learn More 20 0May 9

Password Hashing and Data Integrity in Real-World Implementation

When a user creates a new account by signing up, the password they provide is not stored directly in...

Learn More 20 1Jan 25

Setup MonoRepo in Nest.js

Welcome, to my First Post! About Me: Hi, My name is Aasim Ashraf, I am a Full-Stack dev. What is...

Learn More 17 0Jul 4 '24

Design Patterns for Backend Development

Introduction Design patterns are established, reusable solutions to common software design...

Learn More 17 4Nov 5 '24

Are you Neglecting Centralized Error Handling?

Microservices make life easier by breaking big applications into smaller, focused services that can...

Learn More 16 3Jun 12

Essential Data Structures and Algorithms for Backend Developer Interviews

As a backend developer preparing for interviews, you should focus on these key data structures and...

Learn More 16 0May 18

Why Rust Is Worth Using on the Backend

Three years ago, I made a bold leap: transitioning from JavaScript to Rust. Diving into WebAssembly...

Learn More 15 7Dec 3 '24

Encore.ts - Backend Game changer

In the rapidly evolving landscape of web development, staying ahead often means embracing tools and...

Learn More 15 1Aug 6 '24

The Definitive Auth Guide for Backend Developers

Most devs treat authentication like a checkbox - “yep, users log in, done.” Newsflash: that lazy...

Learn More 13 2May 22

💻 Things I Wish I Knew Before Starting My First Backend Project

I still remember the excitement of building my first real backend project. The idea of creating APIs,...

Learn More 13 4Apr 8

Top 10 Node.js Hacks Every Developer Should Know

Read the full article on Medium and show some support! Node.js has gained immense popularity due to...

Learn More 12 0Feb 4

Did you know you can secure WordPress admin URL without a plugin?

Before you go any further, this method works 100%. Just paste all the code into your functions.php...

Learn More 12 0Jan 28

Scenario 1: When You Need to Update Multiple Rows with Different Values – The Smart Way!

Here's an improved version of the introduction for Scenario 1: Updating multiple rows in a database...

Learn More 12 3Sep 24 '24

Some important concepts for Backend || Part 1

Hey reader👋Hope you are doing well😊 While studying backend we find a lot of different terminologies...

Learn More 12 0Aug 14 '24