-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRishi_Kumar_Resume.tex
109 lines (89 loc) · 5.5 KB
/
Rishi_Kumar_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
\documentclass{resume} % Use the custom resume.cls style
\usepackage[left=0.3 in,top=0.3 in,right=0.3 in,bottom=0.3in]{geometry} % Document margins
\usepackage{titlesec}
\titlespacing{\section}{0pt}{*0}{*0}
\usepackage{enumitem}
\setlist{nosep,leftmargin=*}
\linespread{0.9}
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
\name{Rishi Kumar} % Your name
% You can merge both of these into a single line, if you do not have a website.
\address{\href{mailto:[email protected]}{[email protected]} \\ West Bengal, IN}
\address{\href{https://www.rishikumar.dev}{rishikumar.dev} \\ \href{https://www.linkedin.com/in/rsidev}{linkedin.com/in/rsidev} \\ \href{https://www.github.com/k3yss}{github.com/k3yss}} %
\begin{document}
\begin{rSection}{Education}
{\bf Indian Institute of Information Technology} \hfill {Kalyani, West Bengal}\\
\textit{B.Tech Computer Science \hfill {Dec 2021 - Jun 2025}}\\
\textbf{Secretary} Free and Open Source Club, Freescape.
\end{rSection}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{WORK EXPERIENCE}
\textbf{Galoy Money} \hfill Remote\\
\textit{Infrastructure Team} \hfill \textit{May 2024 - Aug 2024}
\begin{itemize}
\itemsep -1pt {}
\item Engineered and optimized \textbf{CI/CD} workflows involving \textbf{safety and security} using \textbf{Concourse} for AWS and GCP.
\item Spearheaded research and developed automated scripts and Terraform modules to facilitate \textbf{database upgrades} on Galoy's infrastructure, \textbf{reducing downtime} to under \textbf{10 minutes}.
\item Ranked in the \textbf{top 0.4\%} of applicants to receive an internship through the \textbf{Summer of Bitcoin Program}.
\end{itemize}
\textbf{Cachix} \hfill Remote\\
\textit{Contractor} \hfill \textit{May 2024 - Aug 2024}
\begin{itemize}
\itemsep -0.2pt {}
\item Packaged \textbf{Android Development} environment for \textbf{Nix}, slashing setup time from a few hours to 5 minutes.
\item Implemented comprehensive \textbf{documentation infrastructure} for devenv.sh, enhancing developer productivity and user adoption rates.
\item Incorporated \textbf{Language Server} for devenv.sh .
\end{itemize}
\textbf{KDE} \hfill Remote\\
\textit{Maintainer, Contributor} \hfill \textit{Dec 2022 - Present}
\begin{itemize}
\item Fixed critical \textbf{User Interface bugs} in Plasma 6, improving experience for end-users.
\item \textbf{Implemented} offline functionality in Tokodon, enabling seamless local development and content interaction.
\item Engineered and integrated \textbf{automated Appium tests} into \textbf{KDE's GitLab CI pipeline}.
\end{itemize}
\textbf{Google Summer Of Code 2023} \hfill Remote\\
\textit{Contributor to Tokodon} \hfill \textit{May 2023 - Sep 2023}
\begin{itemize}
\itemsep -1pt {}
\item Architected and implemented \textbf{Moderation Tools} using \textbf{Mastodon API}. Used \textbf{QT/C++} on the backend and \textbf{QML} for user interface.
\item Contributed to \textbf{Mastodon's GitHub} addressing several \textbf{Issues} and \textbf{Merged Requests} addressing multiple bugs.
\item Authored \textbf{6k+ lines} of code over several Merged Requests and detailed the process over several public blog posts.
\end{itemize}
\end{rSection}
%----------------------------------------------------------------------------------------
% TECHINICAL STRENGTHS
%----------------------------------------------------------------------------------------
\begin{rSection}{SKILLS}
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
Programming Languages: & C/C++, Javascript, Python, Go, Rust, Scripting Languages, Nix \\
Frameworks: & Qt(QtQuick, QML), React, NextJS, Express, Node \\
Tools: & Git, Terraform, Kubernetes, Linux, Docker, Cloud Platforms, Github Actions \\
\end{tabular}\\
\end{rSection}
%----------------------------------------------------------------------------------------
% PROJECTS SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{PROJECTS}
\vspace{-1em}
\item \textbf{Trinity} \textit{python, tensorflow, pyside6, matlab} \hfill {\href{https://x.rishikumar.dev/trinity}{x.rishikumar.dev/trinity}}
\begin{itemize}
\item \textbf{Analyzes and decodes FEC schemes} from unknown demodulated signals with 92\% accuracy.
\item Uses an \textbf{improved RNN model} trained on 1 million+ samples.
\item Implemented as both CLI and GUI in Python.
\end{itemize}
\item \textbf{BlockForge} \textit{python} \hfill {\href{https://x.rishikumar.dev/blockforge}{x.rishikumar.dev/blockforge}}
\begin{itemize}
\item A \textbf{high-performance block construction engine} that validates transactions and mines bitcoin blocks from first principles.
\end{itemize}
\end{rSection}
%----------------------------------------------------------------------------------------
\begin{rSection}{ACCOMPLISHMENTS}
\begin{itemize}
\item \textbf{Smart India Hackathon Finalist:} Led team to Grand Finale, implementing problem statement SIH1447 for the National Technical Research Organization; developed Trinity, a machine learning innovation achieving 92\% accuracy in FEC scheme analysis using advanced RNN model
\end{itemize}
\end{rSection}
%----------------------------------------------------------------------------------------
\end{document}