Shuttle

Shuttle @shuttle_dev

About: Rust-native cloud platform for deploying your apps, with zero infra hassle. GitHub: https://github.com/shuttle-hq/shuttle Discord: https://discord.gg/shuttle

Location:
London, UK
Joined:
Nov 15, 2023

Shuttle
articles - 29 total

A Comprehensive Guide to the llm-chain Rust crate

LLM orchestration is an important part of creating AI powered applications. Particularly in business...

Learn More 44 1Jun 6 '24

Implementing Semantic Caching using Qdrant and Rust

Hello world! Today we're going to learn about semantic caching with Qdrant, in Rust. By the end of...

Learn More 38 0May 30 '24

Building Agentic RAG with Rust, OpenAI & Qdrant

Hey there! In this article, we're gonna talk about building an agentic RAG workflow with Rust! We'll...

Learn More 53 4May 24 '24

Building an AI Content Writer using Rust and GPT-4o

Hello world! In this guide, we're going to talk about how you can get started with using AI agents to...

Learn More 40 4May 16 '24

Intro to advanced Rust traits & generics

Hello world! In this post we’re going to give a quick refresher course on Rust traits and generics,...

Learn More 46 3Apr 18 '24

Working with OpenAPI using Rust

Hello world! In this article we’re going to talk about how you can make the most of OpenAPI with...

Learn More 47 0Apr 4 '24

Sending logs to Grafana Loki in a Rust application

Hello world! We will look at how you can leverage Grafana Loki for log storage and analysis....

Learn More 51 0Mar 29 '24

Making a notification service with Rust & AWS SNS

Notifications are a very helpful tool for notifying services. This is particularly relevant if you’re...

Learn More 72 2Mar 20 '24

Using PostHog with Rust

Hello world! In this article, we’re going to talk about how you can use Posthog with Rust to be able...

Learn More 7 0Mar 14 '24

Building a simple web server in Rust

Building a web server with Rust doesn’t need to be complex. With frameworks like Axum, you can write...

Learn More 76 2Mar 13 '24

Writing a WASM module in Rust

Hello world! In today’s post we’re going to talk about how you can write a WebAssembly module in...

Learn More 56 2Mar 6 '24

A Full Stack SaaS Template with Loco

Loco is a Rust framework that aims to do it all - authentication, tasks, migrations and more. While...

Learn More 63 2Feb 29 '24

Make a RAG-Powered Web Service with Qdrant and Rust

Hey there! Today, we’re going to talk about creating a web application that utilises Retrieval...

Learn More 71 2Feb 28 '24

Implementing API Rate Limiting in Rust

Hello world! We’re going to talk about implementing rate limiting for your API in Rust. When it comes...

Learn More 26 1Feb 22 '24

Implementing JWT Authentication in Rust

Hey there! Following on from our ShuttleBytes talk which we held on Tuesday, we’re going to talk...

Learn More 16 1Feb 21 '24

Rust Tooling: 8 tools that will increase your productivity

When it comes to Rust, there’s an extensive ecosystem of libraries and packages to get you where you...

Learn More 33 2Feb 15 '24

Building an uptime monitoring web service in Rust

In this article, we’re going to talk about building and deploying an uptime-monitoring web service in...

Learn More 21 3Feb 8 '24

Writing a REST API in Rust

In this article, we’re going to talk about writing a REST API in Rust! Following on from our first...

Learn More 14 0Jan 31 '24

Introducing ShuttleLabs - Cutting Edge Rust talks!

Discussing cutting-edge advancements in the Rust ecosystem If you’re looking to stay ahead...

Learn More 6 0Jan 30 '24

Using Serde in Rust

In this article we’ll be talking about Serde, how you can use it in your Rust application as well as...

Learn More 6 0Jan 23 '24

Bypassing AWS Complexity

Our mission.. ..is to empower Rust developers by providing tooling that bypasses the need...

Learn More 10 0Jan 11 '24

Why should you use Rust?

In today's world, Rust is becoming more and more popular. Yet, there are still a lot of people (and...

Learn More 6 0Jan 4 '24

Introducing Loco: The Rails of Rust

Although Ruby on Rails is not as popular as it used to be, in its prime it was a force to be reckoned...

Learn More 17 4Dec 21 '23

Getting Started with Actix Web - The Battle-tested Rust Framework

To this day, actix-web remains an extremely formidable competitor in the Rust web backend ecosystem....

Learn More 9 0Dec 15 '23

Getting started with Rocket in Rust

Although Rust is often perceived as being an intimidating language to learn, there have been many...

Learn More 7 0Dec 13 '23

Getting Started with CLI tools in Rust using Clap

When it comes to learning Rust, often the first real program you'll make might be a command-line...

Learn More 11 3Dec 10 '23

Getting Started with Axum - Rust's Most Popular Framework

With so many backend web frameworks in the Rust web ecosystem, it's difficult to know what to choose....

Learn More 21 3Dec 6 '23

Why Enums in Rust feel so much better

A commonly said piece of feedback from someone who's learning Rust as a second language tends to be...

Learn More 6 1Nov 26 '23

Building and Deploying a Static Site Generator in less than an hour using Rust

We'll be making a website in the form of a Rust static site generator that we'll be able to add our...

Learn More 12 0Nov 15 '23