-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume_linux.tex
More file actions
130 lines (109 loc) · 4.75 KB
/
Copy pathresume_linux.tex
File metadata and controls
130 lines (109 loc) · 4.75 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
\documentclass[10pt, a4paper, sans]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{blue}
\usepackage{newtxtext}
\usepackage{newtxmath}
\usepackage[a4paper, top=1.3cm, bottom=1.3cm, left=1.6cm, right=1.6cm]{geometry}
\renewcommand{\labelitemi}{\textbullet}
% --- PERSONAL INFO ---
\name{Vishal}{Shaji}
\title{\\[2mm] Infrastructure Software Engineer} % Tailored for Apple Service Engineering
\address{Kochi, India}{} %
\phone[mobile]{+91 7306997081} %
\email{vishshaji03@gmail.com} %
\social[linkedin]{VishalShaji} %
\social[github]{Vishhh03} %
\homepage{https://vishalshaji.com}
\begin{document}
\hypersetup{
colorlinks=true,
urlcolor=blue,
pdftitle={Vishal Shaji - Storage Infrastructure Resume},
}
\makecvtitle
\vspace*{-8mm}
% --- EXPERIENCE ---
\section{Experience}
\cventry
{Jul 2025 -- Present}
{Programmer Analyst - UPS Logistics Services}
{Cognizant Technology Solutions}
{Chennai, India}
{}
{
\begin{itemize}\setlength{\itemsep}{2pt}
\item Supported Windows Server and Azure-based production infrastructure for enterprise logistics systems, troubleshooting operational incidents and service failures.
\item Investigated application and infrastructure issues using log analysis, SQL Server (SSMS), Dynatrace, and production monitoring tools.
\item Automated administrative and troubleshooting workflows using PowerShell scripting to improve operational efficiency.
\item Managed infrastructure support tickets and collaborated with operational teams on issue triage and root-cause analysis.
\end{itemize}
}
\vspace{1mm}
\cventry
{Jan 2025 -- Jun 2025}
{Tech Consultant (Intern)}
{Bommaku Constructions}
{Hyderabad, India}
{}
{
\begin{itemize}\setlength{\itemsep}{2pt}
\item Deployed and optimized AWS EC2 and self-hosted signaling infrastructure for Unreal Engine 5 Pixel Streaming, enabling real-time architectural visualization demos for clients.
\end{itemize}
}
% --- PROJECTS ---
\section{Projects}
\cventry
{}
{Hybrid-Cloud Game Server SaaS}
{aetherruin}
{\textit{\url{https://www.aetherruin.com}}}
{}
{
\begin{itemize}\setlength{\itemsep}{2pt}
\item Engineered a high-performance Linux block storage layer using Btrfs on NVMe SSDs, implementing snapshot-based persistence, subvolume isolation, and filesystem tuning for low-latency game workloads.
\item Authored automated Bash/Python scripts for incremental block-level snapshots, achieving data freeze times under 100ms and a 60-second RTO for large-scale data.
\item Architected a distributed control plane using an AWS Serverless stack (Lambda, DynamoDB) to manage stateful Linux containers on Hetzner Cloud, reducing hosting costs by 90\%.
\item Deployed scalable containerized workloads and designed an Nginx-based ingress layer with automated firewall rules for DDoS mitigation.
\end{itemize}
}
\vspace{1mm}
\cventry
{}
{Cloud Infrastructure Homelab}
{Personal Infrastructure Lab}
{\textit{\url{https://github.com/Vishhh03/EnterpriseHomeLab}}}
{}
{
\begin{itemize}\setlength{\itemsep}{2pt}
\item Built and maintained a cloud-hosted Linux homelab using AWS EC2, Docker, and reverse proxy tooling to simulate production-style infrastructure environments.
\item Automated deployment workflows and server provisioning through shell scripting and Infrastructure as Code practices, improving repeatability and operational efficiency.
\item Configured containerized services, SSH-based administration, networking, monitoring, and resource management while troubleshooting real-world Linux and infrastructure issues.
\end{itemize}
}
% --- EDUCATION ---
\section{Education}
\cventry
{2021 -- 2025}
{Bachelor of Technology (B.Tech) -- Civil Engineering}
{TOCH Institute of Science and Technology}
{Kochi, India}
{}
{
\begin{itemize}\setlength{\itemsep}{2pt}
\item Minor in Machine Learning
\item Led a final year project focused on Kochi Metro analytics using Machine learning which won Best Paper Award in International Conference (ICITES).
\end{itemize}
}
% --- TECHNICAL SKILLS ---
\section{Technical Skills}
\cvitem{Languages}{Python, Java, C\#, Node.js, Go, JavaScript, SQL, Bash Scripting}
\cvitem{Systems}{Linux Internals, Block/File Storage, Btrfs, NVMe Optimization, Virtualization, Distributed Systems}
\cvitem{Cloud \& Infra}{Docker, AWS (EC2, Lambda, S3, ECS, DynamoDB, RDS), Terraform, Kubernetes}
\cvitem{Observability}{Prometheus, Grafana, ELK Stack (Elasticsearch, Logstash, Kibana), Dynatrace, CloudWatch}
\cvitem{Fundamentals}{Data Structures \& Algorithms, Object-Oriented Design, Root-Cause Analysis, System Architecture}
% --- CERTIFICATIONS ---
\section{Certifications}
\cvitem{}{AWS Certified Cloud Practitioner}
\cvitem{}{AWS Certified AI Practitioner}
\cvitem{}{OCI Associate Architect}
\end{document}