-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
118 lines (96 loc) · 4.72 KB
/
resume.tex
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
\documentclass{fonts}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TITLE NAME
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\namesection{}{Pushpinder Pal Singh}{
\urlstyle{same}\href{https://swifti.ng}{swifti.ng} | \href{https://github.com/swiftlysingh}{github/swiftlysingh}\\
\href{mailto:pushpinderpal19@gmail.com}{pushpinderpal19@gmail.com} | +1 (916) 810-1905 | Sacramento, CA
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EDUCATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Education}
\runsubsection{MS in Computer Science |}
\descript{California State University}
\location{August 2024 - May 2026 (Expected) | Sacramento, California}
% \vspace{\topsep}
\sectionsep
\runsubsection{BE in Computer Engineering |}
\descript{Netaji Subhas University of Technology }
\location{Aug 2018 - May 2022 | New Delhi, IN}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience}
\textbf{\href{https://www.gojek.io/}{\runsubsection{Software Engineer - Mobile |}}}
\descript{GOJEK}
\location{May 2022 – August 2024}
\begin{tightemize}
\item Revamped Help Center UI, improving usability and reducing support queries by 15\%.
\item Built a PIN-based auth framework, enabling a single PIN across multiple GoTo apps, reducing development time by 20\%.
\item Co-developed the GoPay app in Flutter, supporting 130M daily users with an enhanced user experience.
\item Implemented a Server Driven UI for GoPay's homepage, enabling dynamic updates without app releases.
\item Integrated an in-house analytics framework, reducing third-party dependencies and cutting costs by 30\%.
\end{tightemize}
\sectionsep
\textbf{\href{https://summerofcode.withgoogle.com/projects/6623823417311232}{\runsubsection{Swift Developer |}}}
\descript{Google Summer of Code - VideoLAN}
\location{June 2021 – August 2021}
\begin{tightemize}
\item Added the "Continue Watching" feature in VLC media player for iOS, enhancing user retention and engagement.
\item Improved UI/UX using Swift, aligning with Apple's design guidelines for a more intuitive user experience.
\item Participated in code reviews, ensuring adherence to best practices and maintaining code quality.
\item Fixed critical bugs, increasing the stability and performance of the VLC iOS app.
\item Contributed to documentation, improving onboarding for new developers in the VideoLAN community.
\end{tightemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SKILLS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Technical Skills }
\descript{Apple Platforms (Swift), Flutter, Open Source, DevOPs, Self-hosting, IoT, 3D Printing}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Projects
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Projects}
\textbf{\href{https://apps.apple.com/app/artiweather/id6446815662}{\runsubsection{ArtiWeather}}}
\location{An Art Weather App}
\begin{tightemize}
\item Developed and launched ArtiWeather for iOS 18, achieving 1.2k downloads and 5k organic impressions on launch day.
\item Integrated on-device Stable Diffusion for weather-based image generation, solving real-time rendering challenges.
\item Built widgets using WidgetKit for displaying weather visuals on the home screen.
\item Currently optimizing SD Model for portrait images, enhancing download UX/UI, and adding support for custom cities.
\end{tightemize}
\sectionsep
\textbf{\href{https://github.com/swiftlysingh/Holder}{\runsubsection{Holder}}}
\location{A Secure Card Vault}
\begin{tightemize}
\item Built an iOS app using Swift for securely storing credit and debit card details.
\item Used iOS Keychain with iCloud sync for encrypted storage, ensuring data privacy through local-only storage.
\item Designed an intuitive interface with SwiftUI, providing a seamless user experience for managing card details.
\item Integrated biometric authentication for added security, allowing easy and secure access to stored information.
\end{tightemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% AWARDS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Awards}
\begin{tabular}{rll}
2021 & \textbf{Winner} & \textbf{Smart India Hackathon 2020} \\
& & Built an AI IoT system to predict and adjust lighting and HVAC demand using sensors. \\
& & SIH is a national hackathon by the Government of India, tackling real-world challenges.
\end{tabular}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PUBLICATIONS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Publications}
\renewcommand\refname{\vskip -1.5em} % Couldn't get this working from the .cls file
\bibliographystyle{abbrv}
\bibliography{publications}
\nocite{*}
\end{document} \documentclass[]{article}