cv: update

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-11-20 22:27:02 +05:30
parent 98e2a5c004
commit 490ed3e088
2 changed files with 20 additions and 12 deletions

View File

@@ -3,12 +3,12 @@ title: Curriculum Vitae
--- ---
#+MACRO: SMALL \mdseries\smaller @@html:<small>@@ /$1/ @@html:</small>@@ #+MACRO: SMALL \mdseries\smaller @@html:<small>@@ /$1/ @@html:</small>@@
#+MACRO: RIGHT \hfill @@html:<span style="float:right">@@ /$1/ @@html:</span>@@ #+MACRO: RIGHT \hfill @@html:<span style="float:right">@@ $1 @@html:</span>@@
#+MACRO: TRULE \titlerule @@html:<hr />@@ #+MACRO: TRULE \titlerule @@html:<hr />@@
#+HTML: <h1>Curriculum Vitae</h1>Go <a href="/documents/cv.pdf">here</a> for the pdf.<hr> #+HTML: <h1>Curriculum Vitae</h1>Go <a href="/documents/cv.pdf">here</a> for the pdf.<hr>
* Amneesh Singh * Amneesh Singh
{{{TRULE}}} {{{TRULE}}}
| Email | : | [[mailto:natto@weirdnatto.in][natto at weirdnatto dot in]] | | Email | : | [[mailto:natto@weirdnatto.in][natto at weirdnatto dot in]] |
| Homepage | : | [[https://weirdnatto.in][weirdnatto.in]] | | Homepage | : | [[https://weirdnatto.in][weirdnatto.in]] |
@@ -17,29 +17,37 @@ Hello, I am Amneesh Singh, I also go by =natto1784= online. I live in Delhi, Ind
* Work Experience * Work Experience
{{{TRULE}}} {{{TRULE}}}
** Cypherock - Software Engineer Intern {{{RIGHT(June 2023 -)}}} ** Cypherock - Software Engineer Intern {{{RIGHT(/June 2023 - September 2023/)}}}
C, Sockets, Cryptography, Protocol buffers, Typescript, React - Worked a bit on the firmware apps
- Worked ocassionally on the Electron side of things
- [[https://github.com/Cypherock/MPC-TSS][Implemented]] the sockets based PoC for the MPC based threshold signing scheme
** TurboML - Software Engineer Intern {{{RIGHT(/November 2023 -/)}}}
- Docker, Hashicorp Nomad
* Student Programs, Scholarships, Examinations * Student Programs, Scholarships, Examinations
{{{TRULE}}} {{{TRULE}}}
- *Google Summer of Code 2022* | {{{SMALL(C - GLib - Git)}}} - *Google Summer of Code 2022* | {{{SMALL(C - GLib - Git)}}}
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. 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 {{{RIGHT(May 2022)}}} - NOC: Foundations of Cryptography, IIIT Bangalore, NPTEL {{{RIGHT(/May 2022/)}}}
- NOC: Computer Architecture, IIT Delhi, NPTEL - {{{RIGHT(May 2022)}}} - NOC: Computer Architecture, IIT Delhi, NPTEL - {{{RIGHT(/May 2022/)}}}
* Education * Education
{{{TRULE}}} {{{TRULE}}}
** B.Tech, Information Technology ** B.Tech, Information Technology
Maharaja Agrasen Institute of Technology {{{RIGHT((2021 - 2025)\, 8.6GPA)}}} Maharaja Agrasen Institute of Technology {{{RIGHT(/(2021 - 2025)\, 8.6GPA/)}}}
* Projects * Projects
{{{TRULE}}} {{{TRULE}}}
** Home Lab | {{{SMALL(linux - NixOS - WireGuard - OCI - Hashicorp)}}} ** Home Lab | {{{SMALL(linux - NixOS - WireGuard - OCI - Hashicorp)}}}
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. 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 | {{{SMALL(Rust - Compiler Design)}}} ** dotfiles | {{{SMALL(linux - NixOS - Configuration)}}} {{{RIGHT(https://github.com/natto1784/dotfiles)}}}
A WIP toy compiler for my toy language. My personal dotfiles that have been NixOS exclusive since early 2021. These also includes configurations for
** matar (no public code) | {{{SMALL(C++ - Meson - ARM/THUMB architecture)}}} some parts of my server infrastructure.
A very early stage WIP Nintendo Game Boy Advance emulator. ** matar | {{{SMALL(ARM - Computer Architecture - C++ - Meson)}}} {{{RIGHT(https://github.com/natto1784/matar)}}}
A WIP Nintendo Game Boy Advance emulator.
** tricc | {{{SMALL(Rust - Compiler Design)}}} {{{RIGHT(https://github.com/natto1784/tricc)}}}
A WIP (probably suspended) toy compiler for my toy language.
* Skills * Skills
{{{TRULE}}} {{{TRULE}}}

View File

@@ -7,7 +7,7 @@
\usepackage{booktabs} \usepackage{booktabs}
\usepackage{enumitem} \usepackage{enumitem}
\setlist[itemize]{leftmargin=*, partopsep=-4pt } \setlist[itemize]{leftmargin=16pt,itemsep=-6pt}
\usepackage{parskip} \usepackage{parskip}
\setlength{\parindent}{0em} \setlength{\parindent}{0em}