-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
134 lines (113 loc) · 5.43 KB
/
Copy path_config.yml
File metadata and controls
134 lines (113 loc) · 5.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Site
repository: shusingh/portfolio-website
favicon: images/favicon.ico
# Content configuration version
version: 2
# Personal info
name: Shubham Singh
title: Software Development Engineer
email: kshubhsingh@gmail.com
website: www.github.com/shusingh/portfolio-website
# Dark Mode (true/false/never)
darkmode: false
# Social links
github_username: shusingh
# stackoverflow_username: "00000001"
# dribbble_username: jekyll
# facebook_username: jekyll
# flickr_username: jekyll
instagram_username: shubham_is_lucky
linkedin_username: shusingh
# xing_username: jekyll
# pinterest_username: jekyll
# youtube_username: globalmtb
# googleplus_username: +jekyll
# orcid_username: 0000-0000-0000-0000
# Additional icon links
# additional_links:
# - title: itsgoingto.be
# icon: fas fa-globe
# url: https://www.itsgoingto.be
# - title: another link
# icon: font awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&m=free)
# url: Link url (eg. https://google.com)
# Google Analytics and Tag Manager
# Using more than one of these may cause issues with reporting
# gtm: "GTM-0000000"
# gtag: "UA-00000000-0"
# google_analytics: "UA-00000000-0"
# About Section
# about_title: About Me
about_profile_image: images/pp.png
about_content: |
Greetings! I'm Shubham Kumar Singh, a Software Development Engineer at Amazon with a knack for crafting robust, scalable systems using cutting-edge cloud technologies. My career is a testament to my capability in cloud computing, data analysis, and creating software solutions that drive business value.
My technical proficiency spans: <mark>Cloud Computing Platforms</mark>, <mark>Java</mark>, <mark>Python</mark>, <mark>AWS Services</mark>, and <mark>Data Visualization Tools</mark>. I am driven by my curiosity to solve complex challenges and my dedication to delivering high-quality software.
When not engaged with code, I'm a fervent traveler and food enthusiast, always on the lookout for the next adventure or culinary discovery. Hiking, reading, gaming, and experimenting with new recipes offer me a world of experiences.
content:
- title: Experience
layout: list
content:
- layout: left
title: Amazon
sub_title: Software Development Engineer
caption: August 2022 - Present
quote: >
Innovating at the heart of Amazon's cross-border shipment solutions, harnessing the power of AWS.
description: >
As a Software Development Engineer at Amazon, I contribute to the backend systems facilitating cross-border shipments. My role involves enhancing cloud infrastructure, streamlining data processing pipelines, and employing AWS services to maximize system reliability and efficiency.
- layout: left
title: Eli Lilly and Company
sub_title: Data Engineering Co-op
caption: Jan 2021 - Feb 2021
quote: >
Tackling complex data challenges in the biopharmaceutical field to advance cancer research.
description: >
Engaged in a cooperative education program at Eli Lilly, where I developed ML models for cancer cell gene identification and orchestrated an ETL pipeline, gaining hands-on experience with Apache Airflow and Docker.
- title: Projects
layout: list
content:
- layout: left
title: Cost-Optimization Analyzer
caption: AWS Cost Explorer API, Lambda, DynamoDB, QuickSight
description: >
Developed an application to analyze AWS spending and offer cost-saving recommendations through pattern identification and resource optimization.
- layout: left
title: Dynamic Content Delivery Network (CDN)
caption: AWS CloudFront, Lambda@Edge, S3, Route 53
description: >
Designed a CDN that adaptively serves content based on user's location and preferences, significantly optimizing user experience.
- layout: left
title: Serverless Data Processing Pipeline
caption: AWS Lambda, S3, DynamoDB, API Gateway, Kinesis
description: >
Engineered a serverless pipeline for real-time data processing, utilizing Lambda for efficient data transformations and streamlined storage.
- layout: left
title: Real-Time Analytics Dashboard
caption: AWS Kinesis, Lambda, QuickSight, DynamoDB
description: >
Implemented a real-time analytics dashboard to visualize data streams, enhancing decision-making with up-to-the-minute insights.
- title: Education
layout: list
content:
- layout: left
title: Indiana University Bloomington
sub_title: Masters in Computational Science
caption: 2021 - 2022
quote: >
A curriculum ingrained with computational prowess and data science acumen.
description: >
Gained a solid grounding in computational science, integrating data analysis, machine learning, and cloud platforms like AWS and GCP. Emphasized collaborative and project-based learning to solve real-world problems.
- title: A Little More About Me
layout: text
content: >
My curiosity extends beyond the technical sphere to diverse hobbies such as hiking to reconnect with nature, strategizing in gaming worlds, and experimenting with recipes in the kitchen.
# Footer
footer_show_references: true
# references_title: References on request (Override references text)
# Build settings
remote_theme: sproogen/resume-theme
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag