Alexsander's Projects
Here you can see all the projects that I have, each one using different technologies related to Cloud Computing.
Pinned Repositories
function-blob-trigger-project
Here we will see how to create a Function using Azure Portal and adding a Blob trigger to process an uploaded blob to an specific container in a Storage Account.
s3-glue-athena-quicksight
Running Glue ETL with s3 as source, quering with athena and visualizing with Amazon Quicksight
Streamlit-Image-Classification
Here, the application is able to identify objects in any image. It utilizes the ResNet50 pretrained model. We are using Streamlit for frontend and Redis on the backend to significantly improve performance.
Rust-aws-s3-uploader
Blazingly fast s3 uploader in Rust.
CI-jenkins-azure
Here, we will see how to integrate jenkins into Azure; We will use Jenkins to build the code, generate artifacts that will be downloaded into Azure Pipelines and deploy it to an Azure App Service.
jenkins-kubernetes
Here we will see how to integrate jenkins and kubernetes, and create pods on the fly to run jobs.
rust-zip
This app is capable of compressing and decompressing files using either the Zstd, Bzip2 or deflate algorithms. It is written in Rust and uses the zip crate for the compression and decompression.
rust-azure-storage-uploader
Blazingly fast azure-storage uploader in Rust
jenkins-docker-agent
Here we will learn how to spin up a Docker container as a Jenkins build agent.
sql-app-project
Here, an app will interact with tables with an MsSql database, and query it to show a web page with the table. This is focused on Backend and azure integrations.
Alexsander's Projects's Repositories
alexsander-projects/rust-zip
This app is capable of compressing and decompressing files using either the Zstd, Bzip2 or deflate algorithms. It is written in Rust and uses the zip crate for the compression and decompression.
alexsander-projects/azblob-rust-uploader-GUI
Druid GUI, Rust app to upload multiple files to a Container in Azure Storage Account
alexsander-projects/azure-computer-vision-stpython-app
OCR (Optical Character Recognition) with Azure Computer Vision using Python and Streamlit
alexsander-projects/jenkins-docker-agent
Here we will learn how to spin up a Docker container as a Jenkins build agent.
alexsander-projects/azure-blob-downloader
This is a simple Azure blob downloader written in Rust. It is a simple command line tool that can be used to download blobs from Azure storage account.
alexsander-projects/rust-azure-storage-uploader
Blazingly fast azure-storage uploader in Rust
alexsander-projects/sql-app-rust
A rust app that queries a sql database in Azure and shows the results in a web page
alexsander-projects/sql-app-project
Here, an app will interact with tables with an MsSql database, and query it to show a web page with the table. This is focused on Backend and azure integrations.
alexsander-projects/.github
Projects I've built so far
alexsander-projects/Rust-aws-s3-uploader
Blazingly fast s3 uploader in Rust.
alexsander-projects/Streamlit-Image-Classification
Here, the application is able to identify objects in any image. It utilizes the ResNet50 pretrained model. We are using Streamlit for frontend and Redis on the backend to significantly improve performance.
alexsander-projects/CI-jenkins-azure
Here, we will see how to integrate jenkins into Azure; We will use Jenkins to build the code, generate artifacts that will be downloaded into Azure Pipelines and deploy it to an Azure App Service.
alexsander-projects/function-app-project
Here we will locally run a basic .net Function, which will copy an uploaded blob from a container named "data" to a container named "newdata"
alexsander-projects/function-blob-trigger-project
Here we will see how to create a Function using Azure Portal and adding a Blob trigger to process an uploaded blob to an specific container in a Storage Account.
alexsander-projects/tar-jenkins-docker
Here we will see how to persist Jenkins data with .tar on a containerized jenkins.
alexsander-projects/jenkins-kubernetes
Here we will see how to integrate jenkins and kubernetes, and create pods on the fly to run jobs.
alexsander-projects/s3-glue-athena-quicksight
Running Glue ETL with s3 as source, quering with athena and visualizing with Amazon Quicksight