Miles Watson
|MW|

|MW|

Follow
Miles Watson

Miles Watson

2 followers

Hi! I'm an aspiring computer scientist with interests in quantum computing and distributed systems. In this blog, I write about the useful things I've learned during my programming journey.

URL Shortener with Rust, Svelte, & AWS (6/): Deploying to AWS

Oct 8, 20215 min read

In the last post, we created a static front-end application with Svelte + Bulma, and then integrated it into our Rust code + Dockerfile. In this final...

URL Shortener with Rust, Svelte, & AWS (6/): Deploying to AWS
URL Shortener with Rust, Svelte, & AWS (5/): Frontend
URL Shortener with Rust, Svelte, & AWS (4/): Dockerizing
URL Shortener with Rust, Svelte, & AWS (3/): Testing
URL Shortener with Rust, Svelte, & AWS (2/): Simple HTTP API
URL Shortener with Rust, Svelte, & AWS (1/): Intro + Setup