-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from avinal/update-resume
update resume and add phone number command
- Loading branch information
Showing
6 changed files
with
96 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
\email{[email protected]} | ||
\github{https://github.com/ghost}{GitHub} | ||
\linkedin{https://www.linkedin.com/in/username}{LinkedIn} | ||
\phonenumber{123456789} | ||
\currentdate{DD Month YYYY} | ||
|
||
\begin{document} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,73 +5,92 @@ | |
|
||
\title{Avinal's CV} | ||
\fullname{Avinal}{Kumar}{} | ||
\cvtitle{Student, Programmer, Technical Writer, Open Source Developer} | ||
\website{https://avinal.is-a.dev}{avinal.is-a.dev} | ||
\email{[email protected]} | ||
\cvtitle{Software Engineer, Open Sourcerer} | ||
\website{https://avinal.space}{avinal.space} | ||
\email{[email protected]} | ||
\github{https://github.com/avinal}{GitHub} | ||
\linkedin{https://www.linkedin.com/in/avinal}{LinkedIn} | ||
\currentdate{Jan 2021} | ||
\currentdate{Feb 2024} | ||
|
||
\begin{document} | ||
\section{Experience} | ||
\combosection{Script Winter of Code}{Participant \href{https://github.com/harshcasper/rotten-scripts}{Rotten-Scripts}}{Dec 2020-Present}{ | ||
\combosection{Red Hat}{Software Engineer}{June 2022 - Present}{ | ||
\begin{tightlist} | ||
\item Proposed new sections for PowerShell Scripts | ||
\item Proposed and created structure of website for the project | ||
\item Added Automatic Pull Request Assigning Action | ||
\item Working on Pipeline Service project as a part of Red Hat Trusted Application Pipeline | ||
\item \href{https://github.com/tektoncd/results}{Tekton Results} Maintainer | ||
\end{tightlist} | ||
} | ||
|
||
\combosection{Google Season of Docs 2020}{Technical Writer, VideoLAN}{Sep 2020-Nov 2020}{ | ||
\begin{tightlist} | ||
\item Created \href{https://code.videolan.org/docs/vlc-android-user}{VLC for Android User Documentation} | ||
\item Proposed a new structure for the documentation (Sphinx, reStructuredText) | ||
\item Writing user-friendly and well researched content for technical and non-technical users. | ||
\item Proper amount and placement of screenshots and other media for appealing and informative docs. | ||
\item Optimized web pages for major form factors and ease of navigation | ||
\end{tightlist} | ||
\combosection{Red Hat}{Developer Tools Intern }{Jan 2022 - May 2022}{ | ||
\begin{tightlist} | ||
\item Designed and implemented the \href{https://github.com/MiniTeks}{MiniTeks} (Minimal Tekton Server) along with unit tests, a training project that | ||
creates Tekton resources on Kubernetes/OpenShift clusters using the Tekton API. It was developed | ||
using Golang, Kubernetes, Tekton, and Redis and had 3 parts: MKS Server, MKS CLI, and MKS | ||
Dashboard. | ||
\item Contributed to Tekton Results as part of the Pipeline Service team. Tekton Results aims at long-term, efficient results storage of Tekton PipelineRuns and TaskRuns. | ||
\end{tightlist} | ||
} | ||
|
||
\section{Projects} | ||
\combosection{\href{https://github.com/avinal/Profile-Readme-Wakatime}{Automated Coding Activity GitHub Action}}{Python, Docker, GitHub Actions, Bash Scripting}{}{ | ||
\begin{tightlist} | ||
\item Automatically generates WakaTime Coding Activity graph that can be embedded in Readme(s) and websites. | ||
\item Uses WakaTime API to gather coding activity of last seven days as JSON. | ||
\item The data is then processes and converted to a SVG graph using matplotlib | ||
\end{tightlist} | ||
\combosection{API7.ai}{Technical Writer, \href{https://github.com/apache/apisix}{Apache APISIX}}{Feb 2022 - July 2022}{ | ||
\begin{tightlist} | ||
\item Redesigning developer and user documentation of the Apache APISIX project. Creating Katacoda tutorials for APISIX collaborating with the community and integrating their feedback into the | ||
documentation. | ||
\end{tightlist} | ||
} | ||
|
||
\combosection{\href{https://github.com/avinal/Binary-Search-Tree-Travarsal}{Binary Search Tree Traversal Animator}}{Java, Gradle, Swing, Multi-threading}{}{ | ||
\combosection{Google Summer of Code 2021}{Contributor, \href{https://github.com/fossology/fossology}{The FOSSology Project}}{May 2021 - Aug 2021}{ | ||
\begin{tightlist} | ||
\item Upgraded the build system from Unix Makefile to a more optimized and flexible CMake generator. | ||
\item Migrated the CI/CD of the project from Travis CI to GitHub Actions. This migration removes the | ||
dependency on a third-party CI and provides better build time and better integration with GitHub. | ||
\item Refactored and fixed years-old unit and functional testing code written in C/C++ and PHP. Build | ||
time was reduced to 5-7 minutes (twice as fast), and CI time was reduced to 20-25 minutes from 1-2 hours. | ||
\end{tightlist} | ||
} | ||
|
||
\combosection{XResearch}{Java Development Intern}{Jan 2021 - May 2021}{ | ||
\begin{tightlist} | ||
\item Designed and developed an Inventory and Billing Management App using Spring Boot and | ||
PostgreSQL. Created REST API endpoints according to the functional requirements of the software. | ||
\end{tightlist} | ||
} | ||
|
||
\combosection{Google Season of Docs 2020}{Technical Writer, VideoLAN}{Sep 2020 - Nov 2020}{ | ||
\begin{tightlist} | ||
\item Creates Binary Search Tree node-by-node and draws the path taken by the traversals. | ||
\item Visualizes Inorder, Preorder, Postorder and Levelorder using multi-threading and recursion. | ||
\item Created \href{https://code.videolan.org/docs/vlc-android-user}{VLC for Android User Documentation} | ||
\item Documented VLC for Android app using Sphinx, reStructuredText, Markdown, and shell scripting. | ||
\item I achieved the goal of this project, which was to provide well-researched and user-friendly app | ||
documentation enriched with supporting screenshots and step-by-step tutorials. | ||
\end{tightlist} | ||
} | ||
|
||
\combosection{\href{https://github.com/avinal/FITS-Image}{Astronomical Image Extraction from FITS File}}{C++, CFITSIO, Boost.GIL, CMake}{}{Flexible Image Transport System has been used for decades to store and transfer astronomical images and needs specialized software to view them, this project extract those images as JPEG or PNG that can be viewed by common image viewer.} | ||
\vspace{\topsep} | ||
\combosection{Open Source Contributions}{\href{https://github.com/avinal}{GitHub}, \href{https://code.videolan.org/avinal}{GitLab}}{}{Contributed to organizations: GitHub, Jupyter-XEUS, JetBrains, Embox, VideoLAN} | ||
|
||
\vspace{\topsep} | ||
\section{Skills} | ||
\combosection{Programming}{}{}{ | ||
\section{Projects} | ||
\combosection{\href{https://github.com/avinal/Profile-Readme-Wakatime}{Automated WakaTime GitHub Actions App}}{Python, Docker, GitHub Actions, Bash Scripting}{}{ | ||
\begin{tightlist} | ||
\item Data Structures and Algorithms | ||
\item C/C++ (2+ years) - STL, Pointers, Templates, OOP, API development, Boost C++, Qt(basic) | ||
\item Java (1+ years) - Collections, Generic Programming, Basic Multi-threading | ||
\item Basic - SQL, MATLAB, HTML, CSS, JavaScript, Python | ||
\item Built an automated WakaTime coding statistics update system using Python scripts, shell scripts, | ||
Docker, the WakaTime API, and GitHub Actions. Currently, it has 42 stars on GitHub and 200+ | ||
active users worldwide. WakaTime is a utility to track coding activities across multiple IDEs and | ||
machines. | ||
\item This app generates a colorful bar graph of the coding activity tracked by WakaTime in the last week, | ||
daily at a specified time in SVG format. This image file can then be embedded into READMEs and | ||
websites. It can be scheduled to update more often or less often. | ||
\end{tightlist} | ||
} | ||
|
||
\combosection{Tools/Others}{}{}{ | ||
\combosection{\href{https://github.com/avinal/xeus-basic}{Xeus-BASIC}}{C, C++, Jupyter Notebook}{}{ | ||
\begin{tightlist} | ||
\item Scripting(Bash, Python), git, GitHub Actions, CI/CD, Linux/Unix, Windows, Windows Subsystem for Linux | ||
\item \LaTeX, Visual Studio Code, CLion, IntelliJ IDEA, Vim, Visual Studio, Word, PowerPoint, Excel | ||
\item Built a Jupyter Kernel for the BASIC language using the Xeus Framework, C, and C++. As of now, | ||
it can execute BASIC programs line by line in Jupyter Notebook and output their results. | ||
\end{tightlist} | ||
} | ||
|
||
\combosection{\href{https://github.com/avinal/FITS-Image}{Astronomical Image Extraction from FITS File}}{C++, CFITSIO, Boost.GIL, CMake}{}{ | ||
Flexible Image Transport System has been used for decades to store and transfer astronomical images and needs specialized software to view them, this project extract those images as JPEG or PNG that can be viewed by common image viewer. | ||
} | ||
\vspace{\topsep} | ||
|
||
\section{Education} | ||
\combosection{National Institute of Technology, Hamirpur}{B.Tech in Computer Sci. and Eng.}{2018-Present}{CGPA till 5\textsuperscript{th} semester - 8.39 | ||
\combosection{National Institute of Technology, Hamirpur}{B.Tech in Computer Sci. and Eng.}{2018-2022}{CGPA: 8.45/10 | ||
|
||
\ifextended | ||
Courses - Advanced Calculus, Statistics, Probability and Queuing Theory, Algorithm Design, Digital Logic Design, Database Management Systems, Data Structures, Operating Systems, Compiler Design, Computer Networks | ||
|
@@ -80,17 +99,18 @@ \section{Education} | |
} | ||
|
||
\vspace{\topsep} | ||
\combosection{The Coding School}{Quantum Computing}{Oct 2020-Present}{Grade 1\textsuperscript{st} semester - 99.32\% | ||
|
||
Basic Quantum Mechanics and Quantum Computing} | ||
|
||
\section{Skills} | ||
\combosection{Programming Languages}{}{}{ | ||
Go, Elm, C, C++, Rust, Bash Scripting | ||
} | ||
\vspace{\topsep} | ||
\section{Certifications} | ||
\combosection{Google IT Support Professional}{Coursera}{2020}{Computer Network, System Administration, Operating System, Cyber Security} | ||
\vspace{\topsep} | ||
\section{Others} | ||
\combosection{Computer Science Engineers' Society}{Coordinator}{2019-Present}{ | ||
Departmental Society of CSE NITH. Organizes Monthly Competitive Programming Contest and Bootcamp. | ||
\combosection{Technologies}{}{}{ | ||
\begin{tightlist} | ||
\item GNU/Linux, Fedora, CI/CD, Vim, CMake | ||
\item Docker, Kubernetes, OpenShift, Tekton CD | ||
\end{tightlist} | ||
} | ||
|
||
|
||
\end{document} |