A somewhat detailed look at TLS and how to implement it with Rust and Actix-web. This will also cover a bit on the OSI model, certificate authorities and how to use mkcert.
A somewhat detailed look at TLS and how to implement it with Rust and Actix-web. This will also cover a bit on the OSI model, certificate authorities and how to use mkcert.
A look at CORS, same-origin policy and middleware in context of the an example server written with Rust and the Actix web library.
A look at what makes an API RESTful and how to set up a basic one using Actix web. This is the first part of a five part series on using Actix web to create an API.
The starting point for a series on APIs implemented with Rust and Actix-web.
A beginners post on Rust which covers in detail how to create iterators, why you might need the, and all the parts in between. We also look at Option types, structs and functions.
One way of getting SvelteKit and the Mathjax library to play nice with each other. I did this in the process of creating an online math game with a friend.