aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraditya <bluenerd@protonmail.com>2024-03-13 19:13:26 +0530
committeraditya <bluenerd@protonmail.com>2024-03-13 19:13:26 +0530
commitbac30f3d6158cb20289e6b517b4312d4b3987f8b (patch)
tree13ec6ab0f7633398232fbff96c2746860789f2ba
parenta50987c117e8f58e9090ce57d43c42922ef768e2 (diff)
add projects and experience
-rw-r--r--resume/config.toml26
1 files changed, 21 insertions, 5 deletions
diff --git a/resume/config.toml b/resume/config.toml
index 036365a..7372bd4 100644
--- a/resume/config.toml
+++ b/resume/config.toml
@@ -60,14 +60,18 @@ theme = "hugo-devresume-theme"
enable = true
[[params.skills.list]]
- title = "Technical"
+ title = "Languages"
[[params.skills.list.items]]
- details = "Linux, Git, Docker, PostgreSQL, System Administration, Open Source Collaboration, C/C++/Bash/Java/Rust/Nix/SQL"
+ details = "C, C++, Bash, Java, Python, R, Rust, Nix"
+ [[params.skills.list]]
+ title = "Technical Skils"
+ [[params.skills.list.items]]
+ details = "Linux, Git, Docker, PostgreSQL, System Administration, Open Source Collaboration, Docker"
[[params.skills.list]]
- title = "Professional"
+ title = "Concepts"
[[params.skills.list.items]]
- details = "Effective communication, Team Player, Strong problem solver, Attention to detail"
+ details = "Compiler, Operating System, Virtual Memory, Cache Memory, Encryption, Decryption, Artificial Intelligent, Machine Learning, Neural Networks, API, Database Normalization, Cloud Computing"
@@ -186,7 +190,14 @@ theme = "hugo-devresume-theme"
-
+ [params.experience]
+ enable = true
+
+ [[params.experience.list]]
+ title = "Tester"
+ dates = "2024 - present"
+ company = "Arch Linux"
+ details = "Test and sign-off packages in testing repositories before they are released to core repository."
@@ -216,6 +227,11 @@ theme = "hugo-devresume-theme"
tagline = "Participated in a hackathon with a team of four and developed a web application. Deployed the project on the website using Nginx."
[[params.projects.list]]
+ title = "Pleroma"
+ meta = "Server administration"
+ tagline = "A federated social network over ActivityPub protocol. Deployed the software on a VPS. Administered social network. Collaborated with administrators on other servers to help create a safe space for everyone. Administered database to ensure optimal performance of the server and ensure a smooth experience for everyone."
+
+ [[params.projects.list]]
title = "Home Pi"
meta = "Personal Cloud using Raspberry Pi"
tagline = "Set up a personal cloud using Raspberry Pi 4 as the server and Nextcloud as the software platform. Configured the network, firewall, SSL certificates, domain name, backup and security features. Accessed the cloud from various devices and synced files, contacts, calendars, notes and photos."