Skip to content
View shreyaabaranwal's full-sized avatar
πŸ’­
AWS Cloud DevOps
πŸ’­
AWS Cloud DevOps

Block or report shreyaabaranwal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shreyaabaranwal/README.md

Hi πŸ‘‹, I'm Shreya Baranwal

Go Backend Developer | AWS Certified | Aspiring Cloud & DevOps Engineer

πŸš€ About Me

πŸ’» Learning Backend Development with Golang
🎯 Actively preparing for Backend / Cloud Internship Roles
🎀 Active in MUNs, public speaking, sponsorship, and event management
☁️ Aspiring Cloud Architect, growing step-by-step through real projects
πŸ›  Skilled in Docker, Git, and learning automation through CI/CD pipelines

πŸ›  Tech Stack

languages & markup

devops & cloud

frontend

tools & ides

operating systems

πŸš€ Projects

🎟 Ticket Booking System (Golang Backend)
πŸ›‘ Aegis Defence Grid (Collaboration Project)
🌍 TerraStorm β€” Cloud Native Land Monitoring (Hackathon Project)
βš™οΈ Automated CI/CD Pipeline Deployment (AWS ECS + Jenkins)

πŸ“« Connect With Me

Intro

package main

import "fmt"

type Engineer struct {
	Name  string
	Focus string
}

func main() {
	me := Engineer{
		Name:  "Shreya Baranwal",
		Focus: "Backend + Cloud + DevOps",
	}

	fmt.Println("Hi, I'm", me.Name)
	fmt.Println("Currently building skills in:", me.Focus)
}

Popular repositories Loading

  1. GitHub-Bootcamp GitHub-Bootcamp Public

    Forked from ksauraj/GitHub-Bootcamp

    A dummy project for demonstration of working of git and GitHub.

    HTML

  2. BWT-Project-1-Automated-CI-CD-Pipeline-AWS-ECS BWT-Project-1-Automated-CI-CD-Pipeline-AWS-ECS Public

    A dummy project for demonstration of working of git and GitHub.

    HTML

  3. terraform terraform Public

    Forked from hashicorp/terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared …

    Go

  4. TerraStorm-Cloud-Native-Land-Monitoring TerraStorm-Cloud-Native-Land-Monitoring Public

    Forked from Ramit-Gupta23/TerraStorm-Cloud-Native-Land-Monitoring

    TerraStorm is a cloud-native AI platform that automatically detects land-use changes from satellite images. Built using AWS, Django, and CNN-based ML models, it enables automated land monitoring, r…

    JavaScript

  5. shreyaabaranwal shreyaabaranwal Public

    Go Backend Developer | AWS Certified | Aspiring Cloud & DevOps Engineer | Building Scalable Projects.

  6. TerraStorm TerraStorm Public

    TerraStorm is a cloud-native AI platform that automatically detects land-use changes from satellite images. Built using AWS, Django, and CNN-based ML models, it enables automated land monitoring, r…

    TypeScript