Skip to content

Commit

Permalink
updated projects section
Browse files Browse the repository at this point in the history
  • Loading branch information
surajyadav1108 committed Sep 16, 2023
1 parent 790081e commit 38be808
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,31 @@ <h1 class="info"><strong>Tools</strong></h1>
<div class="row work">

<div class="three columns header-col">
<h1><span>Small Projects</span></h1>
<h1><span>Projects</span></h1>
</div>

<div class="nine columns main-col">
<!--here added azure-petstore-->
<div class="row item">

<div class="twelve columns">

<h1 class="info"><strong>AzurePetStore</strong></h1>

<p>
Azure-Cloud-platform-Services, A- Complete-Production-level-online-store, Processes :
Completed a hands-on project that showcased Azure's powerful tools for building applications Developed by Chris Tremblay.
This Project covered Setting up CI/CD pipelines into Azure App Service and Azure Kubernetes Service using Azure DevOps Pipelines and GitHub Actions.
Creating a resilient N-tiered architecture for the Pet Store Application and Services. Implementing correlated telemetry for end-to-end reporting in Azure Application Insights.
Securing user authentication with Azure B2C.Ensuring API management with rate/quota limits. enabling Blue/Green deployments via deployment slots.
Crafting functional Spring Boot code with Azure SDK integrations. Incorporating Azure Serverless technologies (Logic Apps and Function Apps), Power Apps, and Azure Service Bus for added capabilities.
This project provided a comprehensive showcase of Azure's capabilities in modern cloud application development

</p>
</div>
</div> <!-- item end -->

<!--here added azure-petstore-->

<div class="row item">

Expand Down Expand Up @@ -334,6 +355,25 @@ <h1 class="info"><strong> Jenkins-maven-Docker-sonar-argoCD-kubernetes-aws-CI-CD

<!--here added new Jenkins-aws-maven-argo-kubernetes-CI-CD-->

<!--here added new three tier project-->
<div class="row item">

<div class="twelve columns">

<h1 class="info"><strong>Implemented Three tier Architecture</strong></h1>

<p>
AWS components Involved- VPC, ASG, Route53, CDN, ELB, S3, NAT, API Gateway.
Implemented a three tier Architecture that is highly available and scalable
using Terraform deployed the application on AWS EC2 Instances using the User Data Script.
</p>

</div>
</div> <!-- item end -->


<!--here added new three-tier-project-->

</div> <!-- main-col end -->

</div> <!-- End Work -->
Expand Down

0 comments on commit 38be808

Please sign in to comment.