Backend Development

Uncover the power behind the scenes of web services and applications, focusing on creating robust, scalable backend systems that support frontend experiences.

illustration of Backend Development

Backend Developers focus on the server-side of web applications and handle the logic, database interactions, user authentication, server, network, and hosting configurations. They write clean, scalable code in programming languages like Java, Python, Ruby, or Node.js. These developers ensure that data and services requested by the front end are delivered efficiently. Their role is critical in integrating and managing APIs, creating libraries, and working with system components without a user interface. Strong problem-solving skills and understanding of database management are vital for this role.

Actix-Web embed and serve static asset files

Example of how to embed a folder os static assets into the final binary and serve them on configured routes from actix-web.

Rust Actix-Web HTTP Basic Auth

Protect simple admin website areas with basic auth in actix-web, including safety against timing attacks. Pragmatic choice for single-admin web sites or quickly securing a resource.

Rust actix-web with maud

How to use maud in actix web as a lightweight template engine.

Rust Maud Templates

How to build parent templates/partials with Rust in maud, using a simple functional component.


Blog Posts →

illustration of Custom GPTs vs OpenAPI path parameters

Seems that the AI can't do idiomatic API calls for a RESTful interface after all - or their HTTP client has some bug.


Related Categories →

illustration of DevOps
DevOps

Get a glimpse into the world of DevOps, where coding meets collaboration, speeding up everything from software builds to system fixes. Learn about the seamless integration of development and operations to make tech life easier and more efficient.

illustration of Software Architecture
Software Architecture

Dive into the world of Software Architecture where design meets functionality. Explore frameworks, patterns, and best practices that define the structure of software systems, making them robust, scalable, and maintainable.

illustration of Frontend Development
Frontend Development

Explore the latest tools and techniques for crafting responsive designs, enhancing user interfaces, and optimizing web performance.


Related Technologies

illustration of HTML
HTML

The backbone of the web. Master it to craft structured, accessible content for any online project, from simple sites to complex applications!

illustration of Rust
Rust

A language empowering everyone to build reliable and efficient software. Futuristic swiss army knife and probably the most powerful mainstream technology today

illustration of Actix-Web
Actix-Web

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust. It runs on top of tokio and is probably the most mature rust web framework, with lots of available crates.