Tag: Rust Programming

Deploying a Rust Rocket REST API on AWS EC2 with Docker and GitHub Actions

Reading Time: 5 minutes When Rust compiles code, you get an executable if you created the application using the –bin command. In this blog, we shall look at how we can create a Dockerfile to create an image with this executable. We shall then deploy this image on EC2 using GitHub Actions which will be set on our repository […]

How to Handle Forms Efficiently in Yew Web Development?

Reading Time: 6 minutes In order to create a Yew web application, one must create mechanisms to allow end users to interact with the system and provide data via online forms. This is where form handling comes into play. Yew offers Rust’s rich type ecosystem which can be a great tool when it comes to ensuring data integrity on […]

AWS is in love with RUST and you should be too!

Reading Time: 5 minutes AWS is sponsoring the Rust programming language. And it is because it helps AWS write highly performant, safe infrastructure-level networking and other systems software. Why has Rust proved so popular at AWS? Let’s discuss this in our blog! Rust has been voted Stack Overflow’s most-loved programming language for five years in a row. This blog […]

Back To Top