Using Serde in Rust 馃敟In this article we鈥檒l be talking about Serde, how you can use it in your Rust application as well as some more advanced tips and tricks. What is serde? The serde Rust crate is used to efficiently serialize and deserialize data in many formats. It doe...Jan 23, 2024路9 min read
Getting Started with Rust & GPT-3Let's take a look at using a Rust webservice with GPT-3 and a React frontend.Mar 1, 2023路10 min read
Building & Deploying A Down Detector Telegram Bot in RustIn this article, we are going to have a look at building a Telegram bot using Rust that can store websites from users, periodically sends HTTP requests to stored webpage links and will report back to users if the webpages are up or down, based on giv...Feb 11, 2023路16 min read
Building & Deploying a Chat App with React, Typescript & RustLet's write and deploy a full-stack websocket chat app using React with Typescript and Rust!Feb 3, 2023路20 min read
Deploying a Next.js front-end with a Rust API, in one goA look at implementing Next.js in Rust API using Shuttle.Jan 11, 2023路8 min read
A Primer on Deploying Personal Projects for FreeA look at how you can deploy personal projects for absolutely free, no strings attachedDec 28, 2022路6 min read