Hi and welcome to my resume repository!
I am Chandan Prasad, a full-stack developer with about 10 years of experience working in the software industry, my core competencies are in:
- Programming languages:
- C/C++
- Python
- Rust
- Golang
- TypeScript
- Julia
- HTML/CSS
- Java
- Distributed and High Performance Computing
- Performance Optimization
- Numerical Methods and Computational Fluid Dynamics Simulations
- Computational Geometry and associated algorithms
- I am also comfortable working with frontend code, and I have used the following frameworks:
- ReactJS
- Svelte
I enjoy working on complex problems and trying to solve them in the simplest possible way. My educational background is in Mechanical and Aerospace Engineering - but I have realized that my true passion lies in computer science, all aspects of the field are fascinating to me.
This repository contains the markdown code, css pages, README and a PDF of my resume. The resume is also hosted using GitHub Pages and can be viewed at https://chandan.prasad.earth.
Please feel free to fork this repository and adapt it to your own resume if you like the presentation.
- Responsive
- Print from browser uses a more compact design to reduce number of pages
- Using Terminal:
- Pandoc (on macOS
brew install pandoc
to install with Homebrew) - BasicTex (on macOS
brew install --cask basictex
to install with Homebrew) make pdf
- Pandoc (on macOS
- Using VSCode:
- Install - https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
- Markdown Preview to view the the rendered view
Ctrl + Shift + P
- Print Current Document to HTML
- Export to PDF in Makefile does not work as expected yet
- The detail expand icon does not change on collapse
- Save to PDF needs further modifications to reduce number of pages
- The stylesheet used in this repository was derived from the version cereated by Teng-Jui Lin
- Heading text effect derived from the implementation presented by Hyperplexed