Tag: github

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 […]

Export datasets into CSV format using Angular with FileSaver

Reading Time: 8 minutes We all know that datasets are essential for constructing any type of AI model. This has further fueled the amount of data that businesses need to process on a daily basis. Users may now be required to download large amounts of data in order to feed it to AI models and we normally feed the […]

Back To Top