mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2025-02-22 13:30:02 +00:00
update resume
This commit is contained in:
parent
98733ae3ff
commit
bf97dcff9d
2 changed files with 14 additions and 5 deletions
|
@ -83,10 +83,14 @@ theme = "hugo-devresume-theme"
|
|||
[params.education]
|
||||
enable = true
|
||||
|
||||
[[params.education.list]]
|
||||
degree = "ME in Artificial Intelligence"
|
||||
university = "Chandigarh University"
|
||||
dates = "2024 - present"
|
||||
[[params.education.list]]
|
||||
degree = "BE in Computer Science and Engineering"
|
||||
university = "Chandigarh University"
|
||||
dates = "2020 - present"
|
||||
dates = "2020 - 2024"
|
||||
[[params.education.list]]
|
||||
degree = "Intermediate (CBSE)"
|
||||
university = "DAV Model School"
|
||||
|
@ -106,6 +110,10 @@ theme = "hugo-devresume-theme"
|
|||
[params.awards]
|
||||
enable = true
|
||||
|
||||
[[params.awards.list]]
|
||||
name = "IBM Machine Learning Professional Certificate"
|
||||
body = "Coursera"
|
||||
date = "2024"
|
||||
[[params.awards.list]]
|
||||
name = "Microsoft Azure Developer Associate (AZ-204)"
|
||||
body = "Coursera"
|
||||
|
@ -123,10 +131,6 @@ theme = "hugo-devresume-theme"
|
|||
body = "Coursera"
|
||||
date = "2023"
|
||||
[[params.awards.list]]
|
||||
name = "AWS SAA-CO3"
|
||||
body = "Udemy"
|
||||
date = "2023"
|
||||
[[params.awards.list]]
|
||||
name = "Data Mining"
|
||||
body = "NPTEL"
|
||||
date = "2023"
|
||||
|
@ -216,6 +220,11 @@ theme = "hugo-devresume-theme"
|
|||
meta = "Operating System"
|
||||
tagline = "Created a Linux distribution from scratch using Linux From Scratch (LFS) and Beyond Linux From Scratch (BLFS) guides. Customized the kernel, boot loader, init system, package manager, desktop environment and applications. Tested and debugged the distribution on various hardware and virtual machines."
|
||||
|
||||
[[params.projects.list]]
|
||||
title = "Smart Documents"
|
||||
meta = "RAG, NLP"
|
||||
tagline = "Created a document query microservice powered by natural kanguage processing. Used locally deployed large language models to aid in query. Used Docker to streamline deployment."
|
||||
|
||||
[[params.projects.list]]
|
||||
title = "Vendetta Online Docker"
|
||||
meta = "Docker"
|
||||
|
|
BIN
resume/static/resume.pdf
Normal file → Executable file
BIN
resume/static/resume.pdf
Normal file → Executable file
Binary file not shown.
Loading…
Reference in a new issue