Update
This commit is contained in:
parent
3ec2fd0300
commit
b79718ca88
7
CV.Rmd
7
CV.Rmd
|
@ -3,7 +3,7 @@ name: Jun Wei
|
|||
surname: Woon
|
||||
position: "Student at Singapore Institute of Technology (SIT)"
|
||||
address: "Singapore"
|
||||
www: "devblog.periodicc.com"
|
||||
www: "synthyze.com"
|
||||
email: "woonjunwei@protonmail.com"
|
||||
github: Devoalda
|
||||
linkedin: woon-jun-wei-893406174
|
||||
|
@ -102,7 +102,6 @@ certifications %>%
|
|||
|
||||
```
|
||||
|
||||
<!--
|
||||
# Projects
|
||||
|
||||
```{r PROJECTS}
|
||||
|
@ -116,6 +115,4 @@ projects %>%
|
|||
where = where
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
-->
|
||||
```
|
Binary file not shown.
54
r/data.r
54
r/data.r
|
@ -1,34 +1,44 @@
|
|||
projects <- tribble(
|
||||
~area, ~accomplishment, ~year, ~where, ~detail,
|
||||
"Multi-Protocol Wireless Mesh Sensor Network", "IoT Protocols", 2024, "Singapore Institute of Technology", "Development of a WSN with embedded systems capable of switching between ESP-NOW and LoRa protocols",
|
||||
"Multi-Protocol Wireless Mesh Sensor Network", "IoT Protocols", 2024, "Singapore Institute of Technology", "Performed testing and gathered data for evaluation of protocols",
|
||||
"Multi-Protocol Wireless Mesh Sensor Network", "IoT Protocols", 2024, "Singapore Institute of Technology", "Published a paper about the implementation and findings of the WSN",
|
||||
|
||||
"Niryo Ned 2 Development", "Robotic Arm Development", 2023, "Singapore Institute of Technology", "Robot Arm Package(s) development based on Robot Operating System (ROS)",
|
||||
"Niryo Ned 2 Development", "Robotic Arm Development", 2023, "Singapore Institute of Technology", "Skills acuqired: ROS Development, Computer Vision, Scrum Framework",
|
||||
"Brain MRI Classification and Segmentation", "Artificial Intelligence/Machine Learning", 2024, "Singapore Institute of Technology", "Research and development project to classify 2D brain MRI Images",
|
||||
"Brain MRI Classification and Segmentation", "Artificial Intelligence/Machine Learning", 2024, "Singapore Institute of Technology", "Implemented Efficient-UNet Architecture with Tensorflow to perform classification and segmentation operations",
|
||||
"Brain MRI Classification and Segmentation", "Artificial Intelligence/Machine Learning", 2024, "Singapore Institute of Technology", "Performed testing and collection of qualitative and quantitative metrics for evaluation of model",
|
||||
|
||||
"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",
|
||||
"FreeRTOS Car", "An embedded systems project", 2023, "Singapore Institute of Technology", "Skills acuqired: C, FreeRTOS, Sensor Driver development and integration",
|
||||
# "Niryo Ned 2 Development", "Robotic Arm Development", 2023, "Singapore Institute of Technology", "Robot Arm Package(s) development based on Robot Operating System (ROS)",
|
||||
# "Niryo Ned 2 Development", "Robotic Arm Development", 2023, "Singapore Institute of Technology", "Skills acuqired: ROS Development, Computer Vision, Scrum Framework",
|
||||
|
||||
"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",
|
||||
"Linux Driver Development", "A User & Kernel space communication Application", 2023, "Singapore Institute of Technology", "Skills acuqired: C, Linux Kernel Driver Development, Bash",
|
||||
# "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",
|
||||
# "FreeRTOS Car", "An embedded systems project", 2023, "Singapore Institute of Technology", "Skills acuqired: C, FreeRTOS, Sensor Driver development and integration",
|
||||
|
||||
"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)",
|
||||
"SafeShare", "A safe, distributed file sharing application ", 2023, "Singapore Institute of Technology", "Skills acuqired: Docker, Docker Compose, Kubernetes, Distributed Systems, Cloud Computing",
|
||||
# "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",
|
||||
# "Linux Driver Development", "A User & Kernel space communication Application", 2023, "Singapore Institute of Technology", "Skills acuqired: C, Linux Kernel Driver Development, Bash",
|
||||
|
||||
"LaDo", "Todo list & Pomodoro Application", 2023, "Singapore", "A todo list developed using Laravel and its technologies",
|
||||
"LaDo", "Todo list & Pomodoro Application", 2023, "Singapore", "Skills acuqired: Laravel 10 and toolkit (Breeze, Livewire, Sanctum, Eloquent)",
|
||||
# "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)",
|
||||
# "SafeShare", "A safe, distributed file sharing application ", 2023, "Singapore Institute of Technology", "Skills acuqired: Docker, Docker Compose, Kubernetes, Distributed Systems, Cloud Computing",
|
||||
|
||||
"FormBuilder", "PHP formbuilder library", 2023, "Singapore Institute of Technology", "A form builder PHP library for CodeIgniter4 that provides APIs and frontends to developers",
|
||||
"FormBuilder", "PHP formbuilder library", 2023, "Singapore Institute of Technology", "Skills acuqired: PHP, CodeIgniter4, PHP Library development",
|
||||
# "LaDo", "Todo list & Pomodoro Application", 2023, "Singapore", "A todo list developed using Laravel and its technologies",
|
||||
# "LaDo", "Todo list & Pomodoro Application", 2023, "Singapore", "Skills acuqired: Laravel 10 and toolkit (Breeze, Livewire, Sanctum, Eloquent)",
|
||||
|
||||
# "FormBuilder", "PHP formbuilder library", 2023, "Singapore Institute of Technology", "A form builder PHP library for CodeIgniter4 that provides APIs and frontends to developers",
|
||||
# "FormBuilder", "PHP formbuilder library", 2023, "Singapore Institute of Technology", "Skills acuqired: PHP, CodeIgniter4, PHP Library development",
|
||||
|
||||
"Steganography with Python", "A PoC Application of LSB-based Steganography", 2023, "Singapore Institute of Technology", "Least Significant Bits (LSB) Steganography application with support for multiple file type Information Hiding",
|
||||
"Steganography with Python", "A PoC Application of LSB-based Steganography", 2023, "Singapore Institute of Technology", "Skills acuqired: LSB Steganography for multiple file formats",
|
||||
# "Steganography with Python", "A PoC Application of LSB-based Steganography", 2023, "Singapore Institute of Technology", "Least Significant Bits (LSB) Steganography application with support for multiple file type Information Hiding",
|
||||
# "Steganography with Python", "A PoC Application of LSB-based Steganography", 2023, "Singapore Institute of Technology", "Skills acuqired: LSB Steganography for multiple file formats",
|
||||
|
||||
"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 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",
|
||||
"Home File Server", "FREENAS NETWORK‑ATTACHED STORAGE", 2019, "Singapore", "Installed, configured and secured FreeNAS as a network storage for my family to store files off their devices"
|
||||
# "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 Lab", "Personal Lab for R&D", 2022, "Singapore", "PFsense Router/Firewall and DevSecOps services",
|
||||
"Home Lab", "Personal Lab for R&D", 2022, "Singapore", "TrueNAS Server",
|
||||
"Home Lab", "Personal Lab for R&D", 2022, "Singapore", "Docker Server for R&D",
|
||||
# "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",
|
||||
# "Home File Server", "FREENAS NETWORK‑ATTACHED STORAGE", 2019, "Singapore", "Installed, configured and secured FreeNAS as a network storage for my family to store files off their devices"
|
||||
)
|
||||
|
||||
certifications <- tribble(
|
||||
|
@ -80,6 +90,8 @@ edu <- tribble(
|
|||
work <- tribble(
|
||||
~title, ~unit, ~startMonth, ~startYear, ~endMonth, ~endYear, ~where, ~detail,
|
||||
"Security Engineer SHINE Intern", "Technology and Service Assurance", "September", 2024, "Present", NA, "Singapore Telecommunications Ltd (Singtel)", "Responsible for updating and improving the Automation System(s) of the Advance Security Operations Centre (ASOC)",
|
||||
"Security Engineer SHINE Intern", "Technology and Service Assurance", "September", 2024, "Present", NA, "Singapore Telecommunications Ltd (Singtel)", "Perform refactoring of SOAR Playbooks to fit automation use cases",
|
||||
"Security Engineer SHINE Intern", "Technology and Service Assurance", "September", 2024, "Present", NA, "Singapore Telecommunications Ltd (Singtel)", "Development of scripts to streamline operations",
|
||||
"Armament Technician Specialist", "SINGAPORE ARMED FORCES", "July", 2020, "July", 2022, "Singapore", "Responsible for maintainence and repair of the armament and C4 Systems of the Hunter Armoured Fighting Vehicle",
|
||||
"Armament Technician Specialist", "SINGAPORE ARMED FORCES", "July", 2020, "July", 2022, "Singapore", "Led a section of 7 ‑ 10 technicians for daily maintenance of vehicles",
|
||||
"Student Intern", "CYBER TEST SYSTEMS", "November", 2019, "Feburary", 2020, "Cyber Test Systems", "Malware Analysis of a 32‑bit Potable executable file",
|
||||
|
|
Loading…
Reference in New Issue