Pinned Repositories
AbsalomTagwi
Config files for my GitHub profile.
amazon-bedrock-ai-karaoke
Amazon Bedrock AI Karaoke is an interactive demonstration of Amazon Bedrock. Users complete the prompt with the microphone and choose the best response. Powered by Amazon Bedrock, Amazon Transcribe and Amazon ECS Anywhere.
Building-Serverless-Project-in-Aws-
The Project is to develop and deploy a simple "TODO" application using AWS Lambda and Serverless framework.
Calculator
cd0354-monolith-to-microservices-project
Project code for cd0354 Monolith to Microservices at Scale course taught by Justin Lee
cloud-developer
content for Udacity's cloud developer nanodegree
course-collaboration-travel-plans
course-git-blog-project
Sample repo of a blog for the Git course
Deploy-Static-Website-on-AWS
1. Create an S3 Bucket. 2. Make it Publicly Accessible. 3. Upload files to Bucket. 4. Enable Static Website Hosting. 5. Write Bucket Policy in JSON which provides access to objects stored in the bucket. 6. Create a Cloud Front distribution. 7. Access website via Distribution Domain Name URL. 8. Access website via Website Endpoint URL. 9. Access website via S3 Object URL. 10.
frontend-nanodegree-styleguide
Official FEND style guides
AbsalomTagwi's Repositories
AbsalomTagwi/AbsalomTagwi
Config files for my GitHub profile.
AbsalomTagwi/amazon-bedrock-ai-karaoke
Amazon Bedrock AI Karaoke is an interactive demonstration of Amazon Bedrock. Users complete the prompt with the microphone and choose the best response. Powered by Amazon Bedrock, Amazon Transcribe and Amazon ECS Anywhere.
AbsalomTagwi/Building-Serverless-Project-in-Aws-
The Project is to develop and deploy a simple "TODO" application using AWS Lambda and Serverless framework.
AbsalomTagwi/Calculator
AbsalomTagwi/cd0354-monolith-to-microservices-project
Project code for cd0354 Monolith to Microservices at Scale course taught by Justin Lee
AbsalomTagwi/cloud-developer
content for Udacity's cloud developer nanodegree
AbsalomTagwi/course-collaboration-travel-plans
AbsalomTagwi/course-git-blog-project
Sample repo of a blog for the Git course
AbsalomTagwi/Deploy-Static-Website-on-AWS
1. Create an S3 Bucket. 2. Make it Publicly Accessible. 3. Upload files to Bucket. 4. Enable Static Website Hosting. 5. Write Bucket Policy in JSON which provides access to objects stored in the bucket. 6. Create a Cloud Front distribution. 7. Access website via Distribution Domain Name URL. 8. Access website via Website Endpoint URL. 9. Access website via S3 Object URL. 10.
AbsalomTagwi/frontend-nanodegree-styleguide
Official FEND style guides
AbsalomTagwi/hello-world
cool repositories worldwide
AbsalomTagwi/jquery
jQuery JavaScript Library
AbsalomTagwi/Kubernetes-On-AWS
Create a deployment and a service YAML file for a Simple Node project.
AbsalomTagwi/lighthouse
Automated auditing, performance metrics, and best practices for the web.
AbsalomTagwi/my-travel-plans
A simple web application that shows the destinations I want to go to.
AbsalomTagwi/Processing-Concurrent-Logs
1. Build Docker Image. 2. Run Docker Image in a Container. 3. Connect to running docker container: docker exec -it <CONTAINER_ID> sh. 4. Run script make_requests.sh. 5. Calculate the average time it takes to process a request.
AbsalomTagwi/refactor-monolith-to-microservice-final
1. Refactor the monolith application to microservices. 2. Set up each microservice to be run in its own Docker container. 3. Set up a CI pipeline to push images to Dockerhub. 4. Deploy the Dockerhub images to the Kubernetes cluster.
AbsalomTagwi/Reverse-Proxy
Reverse Proxy in a Kubernetes Environment. Set up a reverse proxy that redirects inbound traffic. Create a reverse proxy using Nginx in Docker that routes traffic.
AbsalomTagwi/Serverless_Application_Project_Demo
AbsalomTagwi/TODO-app-using-AWS-Lambda-and-Serverless-framework
Develop and deploy a simple "TODO" application using AWS Lambda and Serverless framework. Allow users to create/remove/update/get TODO items.
AbsalomTagwi/Travis-Continuous-Integration
Set up Travis CI. Write Travis YAML file. Push Docker image to DockerHub.
AbsalomTagwi/Travis-Environment-Variables
Use environment variables that are populated in the Travis CI build process.
AbsalomTagwi/UdagramAbsalom