mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-09 10:39:44 +00:00
add certifications and projects
This commit is contained in:
parent
584f080a7b
commit
a8dcf9c886
1 changed files with 17 additions and 0 deletions
|
@ -102,6 +102,18 @@ theme = "hugo-devresume-theme"
|
|||
[params.awards]
|
||||
enable = true
|
||||
|
||||
[[params.awards.list]]
|
||||
name = "Microsoft Azure Developer Associate (AZ-204)"
|
||||
body = "Coursera"
|
||||
date = "2024"
|
||||
[[params.awards.list]]
|
||||
name = "AWS Cloud Solutions Architect"
|
||||
body = "Coursera"
|
||||
date = "2024"
|
||||
[[params.awards.list]]
|
||||
name = "Computer Vision for Engineering and Science"
|
||||
body = "Coursera"
|
||||
date = "2023"
|
||||
[[params.awards.list]]
|
||||
name = "Linux and Private Cloud Administration on IBM Power Systems"
|
||||
body = "Coursera"
|
||||
|
@ -193,6 +205,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 = "Vendetta Online Docker"
|
||||
meta = "Docker"
|
||||
tagline = "Brought Docker support for Vendetta Online, a switch-based MMORPG. Allows the game to be installed on systems that do not follow Filesystem Hierarchy Standard."
|
||||
|
||||
[[params.projects.list]]
|
||||
title = "NASA International Space Apps Challenge 2022"
|
||||
meta = "Hackathon"
|
||||
|
|
Loading…
Reference in a new issue