Updated CV
This commit is contained in:
parent
d607dba234
commit
38135c1eec
28
CV.Rmd
28
CV.Rmd
|
@ -9,7 +9,7 @@ github: Devoalda
|
|||
linkedin: woon-jun-wei-893406174
|
||||
date: "`r format(Sys.time(), '%B %Y')`"
|
||||
headcolor: 990000
|
||||
aboutme: "I am a student currently persuing a Degree in Computing Science at Singapore Institude of Technology(SIT). I have a deep driven passion for software, electronics and automation."
|
||||
aboutme: "I am a student currently persuing a Degree in Computing Science at Singapore Institude of Technology(SIT). I have a deep driven passion for security, electronics and automation."
|
||||
docname: CV
|
||||
output: vitae::awesomecv
|
||||
---
|
||||
|
@ -93,8 +93,9 @@ projects %>%
|
|||
|
||||
```
|
||||
|
||||
# Awards and Certifications
|
||||
|
||||
# Certifications
|
||||
## Certifications
|
||||
|
||||
```{r CERTIFICATIONS}
|
||||
|
||||
|
@ -108,3 +109,26 @@ certifications %>%
|
|||
)
|
||||
|
||||
```
|
||||
|
||||
|
||||
## Scholarships
|
||||
```{r SCHOLARSHIPS}
|
||||
|
||||
scholarships %>%
|
||||
detailed_entries(
|
||||
with = scholarship,
|
||||
when = year,
|
||||
where = from
|
||||
)
|
||||
```
|
||||
|
||||
## Competitions
|
||||
```{r COMPETITONS}
|
||||
|
||||
competitions %>%
|
||||
detailed_entries(
|
||||
with = competition,
|
||||
when = year,
|
||||
where = from
|
||||
)
|
||||
```
|
||||
|
|
39
r/data.r
39
r/data.r
|
@ -1,8 +1,16 @@
|
|||
projects <- tribble(
|
||||
~area, ~accomplishment, ~year, ~where, ~detail,
|
||||
"LaDo", "Todo list & Pomodoro Application", 2023, "Singapore", "A todo list developed using Laravel and its technologies",
|
||||
|
||||
"FreeRTOS Car", "An embedded systems project", 2023, "Singapore Institute of Technology", "Maze-solving robot car based on FreeRTOS, employing the use of multiple sensor components",
|
||||
"Linux Driver Development", "A User & Kernel space communication Application", 2023, "Singapore Institute of Technology", "Linux User-Space and Kernel-Space driver development to allow for hashing and communication",
|
||||
"SafeShare", "A safe, distributed file sharing application ", 2023, "Singapore Institute of Technology", "A python-based, scalable and distributed file sharing application coupled with virus scanning technology as a microservice utilising Docker and Kubernetes (K8S)",
|
||||
"FormBuilder", "PHP formbuilder library", 2023, "Singapore Institute of Technology", "A form builder PHP library for CodeIgniter4 that provides APIs and frontends to developers",
|
||||
"Steganography with Python", "A PoC Application of LSB-based Steganography", 2023, "Singapore Institute of Technology", "Least Significant Bits Steganography application with support for multiple file type Information Hiding",
|
||||
|
||||
"Creality Ender 3 V2 3D Printer", "3D Printer", 2022, "Singapore", "3D Printer powered by a Raspberry Pi to print functional parts for replacement/repair of equipment",
|
||||
"Creality Ender 3 V2 3D Printer", "3D Printer", 2022, "Singapore", "Modified and engineered to print different materials at a higher speed and accuracy",
|
||||
"Home Server", "DOCKER‑BASED SERVER", 2022, "Singapore", "Decommissioned personal computer recommissioned as a docker‑based server that serves applications like bitwarden, NTP and game server",
|
||||
"Home Server", "DOCKER‑BASED SERVER", 2022, "Singapore", "Decommissioned personal computer recommissioned as a docker‑based server that serves applications like bitwarden and Gitea",
|
||||
"Home Network router", "PFSENSE NETWORK ROUTER", 2021, "Singapore", "Installed and configured PFSense router software on decommissioned Personal Computer(PC) to serve as a home network router at home. This allows for better control and configuration of my home network to suite my family’s needs.",
|
||||
"Home Network router", "PFSENSE NETWORK ROUTER", 2021, "Singapore", "Services Include — Network Segregation, Load Balancer, DNS Server/Forwarder, Reverse Proxy Server, Wireguard VPN Server",
|
||||
"devblog.periodicc.com", "GITLAB‑HOSTED WEBSiTE", 2020, "gitlab.com", "Deployed a website with Gitlab’s CI/CD to serve as a portfolio and a cheatsheet/guide for future code and configuration references",
|
||||
|
@ -11,6 +19,9 @@ projects <- tribble(
|
|||
|
||||
certifications <- tribble(
|
||||
~area, ~accomplishment, ~year, ~where, ~detail,
|
||||
"Amazon Web Services (AWS)", "AWS Academy Cloud Foundations", "2023", "AWS", NA,
|
||||
"Docker", "Docker Fundamentals", "2023", "VMware", NA,
|
||||
"Kubernetes", "Kubernetes Fundamentals", "2023", "VMware", NA,
|
||||
"JPMorgan Software Engineering Virtual Experience on Forage", "Used perspective data visualization software and Python to monitor stock price trends and create trading strategies.", "October 2022", "JPMorgan Chase & Co.", NA,
|
||||
"HackerRank", "SQL(BASIC)", "2022", "HackerRank", NA,
|
||||
"HackerRank", "PYTHON(BASIC)", "2022", "HackerRank",NA ,
|
||||
|
@ -22,14 +33,14 @@ certifications <- tribble(
|
|||
|
||||
skills <- tribble(
|
||||
~area, ~skills,
|
||||
"Programming Languages", "PYTHON, SQL, JAVA, C#, BASH, C",
|
||||
"Programming Languages", "PYTHON, C, JAVA, SQL, PHP, BASH, RUST, C#",
|
||||
"Markup Languages", "CSS, HTML, LaTeX, Markdown",
|
||||
"Data Interchange Formats", "CSV, JSON",
|
||||
"Operating Systems", "GNU/LINUX, WiNDOWS, FREEBSD VARIENTS",
|
||||
"Data Interchange Formats", "CSV, JSON, XML",
|
||||
"Operating Systems", "GNU/LINUX, WiNDOWS, FREEBSD VARIENTS, FreeRTOS, ROBOT OPERATING SYSTEM (ROS)",
|
||||
"Version Control", "Git",
|
||||
"Text Editors", "SQL SERVER MANAGEMENT STUDIO, VIM, VISUAL STUDIO, VISUAL STUDIO CODE, ECLIPSE",
|
||||
"Microsoft Office", "Excel, Outlook, OneNote, PowerPoint, Word",
|
||||
"Computer Hardware", "RASPBERRY Pi, 3D PRINTERS, CUSTOM PERSONAL COMPUTERS"
|
||||
# "Text Editors", "SQL SERVER MANAGEMENT STUDIO, VIM, VISUAL STUDIO, VISUAL STUDIO CODE, ECLIPSE",
|
||||
"Microsoft Office", "Outlook, OneNote, PowerPoint, Word",
|
||||
"Computer Hardware", "RASPBERRY Pi (3B, 4, Pico), 3D PRINTERS, CUSTOM PERSONAL COMPUTERS"
|
||||
)
|
||||
|
||||
honors <- tribble(
|
||||
|
@ -38,8 +49,8 @@ honors <- tribble(
|
|||
|
||||
edu <- tribble(
|
||||
~degree, ~startYear, ~endYear, ~inst, ~where, ~detail,
|
||||
"BSC (HONS) COMPUTING SCIENCE", 2022, NA, "Singapore Institute of Technology", "Singapore", NA,
|
||||
"Diploma in Cyber Sercurity and Forensics", 2017, 2020, "Nanyang Polytechnic", "Singapore", "Cumulative Grade Point Average: 3.37",
|
||||
"BSC (HONS) COMPUTING SCIENCE", 2022, NA, "Singapore Institute of Technology", "Singapore", "Cumulative Grade Point Average: 4.65/5",
|
||||
"Diploma in Cyber Sercurity and Forensics", 2017, 2020, "Nanyang Polytechnic", "Singapore", "Cumulative Grade Point Average: 3.37/4",
|
||||
"GCE 'O' Levels ", 2013, 2016, "Balestier Hill Secondary School", "Singapore","Aggregate Score: 13",
|
||||
)
|
||||
|
||||
|
@ -62,6 +73,16 @@ vectors",
|
|||
"Instructor", "Team Spectrum Taekwondo", "August", 2015, "Present", NA, "Singapore", "Responsible for weekly training sessions for competitive and non‑competitive environments",
|
||||
)
|
||||
|
||||
scholarships <- tribble(
|
||||
~ scholarship, ~ from, ~ year,
|
||||
"Singtel Shine Apprentice", "Singtel", 2022
|
||||
)
|
||||
|
||||
competitions <- tribble(
|
||||
~ competition, ~ from, ~ year,
|
||||
"StandCon CTF", "NoH4ts", 2023
|
||||
)
|
||||
|
||||
works <- tribble(
|
||||
~area, ~accomplishment, ~year, ~where, ~detail,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue