From a8445e3e79074f2af8416c8254d739c547bf1ac9 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Tue, 25 Jul 2023 16:12:42 +0530 Subject: [PATCH] documents: update resume Signed-off-by: Amneesh Singh --- documents/cv.org | 52 +++++++++++++++++++++++++++++------------------- templates/cv.tex | 12 +++++++++-- 2 files changed, 41 insertions(+), 23 deletions(-) diff --git a/documents/cv.org b/documents/cv.org index 5fa3a20..824b3f7 100644 --- a/documents/cv.org +++ b/documents/cv.org @@ -4,36 +4,46 @@ title: Curriculum Vitae #+HTML:

Curriculum Vitae

Go here for the pdf.
-* _About_ -- Amneesh Singh -- [[mailto:natto@weirdnatto.in][natto at weirdnatto dot in]] -- [[https://weirdnatto.in][weirdnatto.in]] +* Amneesh Singh +| Email | : | [[mailto:natto@weirdnatto.in][natto at weirdnatto dot in]] | +| Homepage | : | [[https://weirdnatto.in][weirdnatto.in]] | -Hello, I am Amneesh Singh, I also go by =natto1784= online. I live in Delhi, India; and do random stuff. I am more of a "system-administrator" type of guy by nature, but when it comes to programming, I want to do it all low-level; unless it relates to my hobby. +Hello, I am Amneesh Singh, I also go by =natto1784= online. I live in Delhi, India; and do random stuff. I am more of a "system-administrator" type of guy, but when it comes to programming, I want to do it all low-level; unless it relates to my hobby. -* _Education_ -- B.Tech, Information Technology, Maharaja Agrasen Institute of Technology *(2021 - Current)* -- AISSCE (Grade 12), PCM, CBSE, *(2018-2020), 96%* -- AISSE (Grade 10), CBSE, *(2016-2018), 90.2%* +* Work Experience +** Cypherock - Software Engineer Intern +*** (June 2023 -) +- Working with C/C++ libraries involving cryptographic primitives. +- Working on the React-Typescript frontend. -* _Student Programs, Scholarships, Examinations_ -- *Google Summer of Code 2022*: I participated as a contributor in [[https://summerofcode.withgoogle.com/archive/2022][Google Summer of Code 2022]] at [[https://libvirt.org][libvirt]] and got paid a stipend for it by Google. The project involved adding the new introspectable statistics provided by QEMU and adding them under the libvirt statistics API. -- *NOC: Foundations of Cryptography, IIIT Bangalore, NPTEL - May 2022* -- *NOC: Computer Architecture, IIT Delhi, NPTEL - May 2022* +* Student Programs, Scholarships, Examinations +- *Google Summer of Code 2022* +I participated as a contributor in [[https://summerofcode.withgoogle.com/archive/2022][Google Summer of Code 2022]] at [[https://libvirt.org][libvirt]] and got paid a stipend for it by Google. The project involved adding the new introspectable statistics provided by QEMU and adding them under the libvirt statistics API. +- NOC: Foundations of Cryptography, IIIT Bangalore, NPTEL - *May 2022* +- NOC: Computer Architecture, IIT Delhi, NPTEL - *May 2022* + +* Education +- B.Tech, Information Technology, Maharaja Agrasen Institute of Technology *(2021 - 2025), 8.6GPA* * Projects -- *Home Lab*: I have an automated home VPN running multiple utility containers with most services reverse proxied via my VPS. Huge fan of [[https://en.wikipedia.org/wiki/Nix_(package_manager)][Nix]] package management. -- *tricc*: A very WIP toy compiler for my toy language. +** Home Lab + I have an automated home VPN running multiple utility containers with most services reverse proxied via my VPS. Huge fan of [[https://en.wikipedia.org/wiki/Nix_(package_manager)][Nix]] package management. +** tricc + A very WIP toy compiler for my toy language. -* _Skills_ +* Skills ** Programming Languages -- *Experienced*: C/C++, Rust, Python, Javascript, CSS, HTML -- *Familiar*: Lisp, Haskell, PHP, Java, Lua, Go, x86-Assembly, ARM-Assembly +*** _Experienced_ +C/C++, Rust, Python, Javascript +*** _Have used before_ +Lisp, Haskell, PHP, Java, Lua, Go, x86-Assembly, ARM-Assembly ** Tools -- *Experienced*: GNU/Linux, POSIX Shells, Git, Nix/NixOS, GNU Make, ffmpeg, OpenSSH, vi/vim, GNU Emacs, Docker, Hashicorp Nomad, Hashicorp Vault, nginx, Concourse CI -- *Familiar*: TeX, Pandoc, GitHub Actions, ZFS, Oracle Cloud Infrastructure, Terraform, Hashicorp Consul, Portage, yarn/npm, Web Frameworks (Rocket, NodeJS, Svelte, ReactJS) +*** _Experienced_ +GNU/Linux, POSIX Shells, TeX, Git, Nix/NixOS, GNU Make, ffmpeg, OpenSSH, vi/vim, GNU Emacs, Docker, Hashicorp Nomad, Hashicorp Vault, nginx, Concourse CI, NodeJS, ReactJS +*** _Have used before_ +Pandoc, GitHub Actions, ZFS, Oracle Cloud Infrastructure, Terraform, Hashicorp Consul, Portage, yarn/npm, Rocket -** Soft Skills (lists sorted by proficiency) +** Soft Skills - *Languages*: Hindi, Punjabi, English, Japanese (can read a little, cannot converse) - *Hobbies*: Home server/lab, Writing, Philosophy, Music theory, Geopolitics diff --git a/templates/cv.tex b/templates/cv.tex index a61eb1b..42dc95b 100644 --- a/templates/cv.tex +++ b/templates/cv.tex @@ -1,4 +1,4 @@ -\documentclass[a4paper, 11pt]{article} +\documentclass[a4paper, 10pt]{article} \usepackage[margin=0.5in]{geometry} \usepackage[colorlinks=true]{hyperref} @@ -26,7 +26,6 @@ \usepackage{enumitem} \setlist[itemize]{leftmargin=*} -\renewcommand{\labelitemi}{$$\sim$$} \usepackage{parskip} \setlength{\parindent}{0em} @@ -36,6 +35,15 @@ \def\tightlist{} \usepackage{ulem} +\usepackage{titlesec} +\titleformat{\section}[hang]{\normalfont\Large}{\thesection}{1em}{} +\titleformat{\subsection}[hang]{\normalfont\normalsize\bfseries}{\thesubsection}{1em}{} +\titleformat{\subsubsection}[hang]{\normalfont\normalsize\itshape}{\thesubsubsection}{1em}{} + +\titlespacing\section{0pt}{12pt plus 4pt minus 2pt}{6pt plus 2pt minus 2pt} +\titlespacing\subsection{0pt}{8pt plus 4pt minus 2pt}{4pt plus 2pt minus 2pt} +\titlespacing\subsubsection{0pt}{6pt plus 4pt minus 2pt}{4pt plus 2pt minus 2pt} + \begin{document} $body$ \end{document}