Skip to content

Commit 12cd99e

Browse files
committed
update content
1 parent 4c1f457 commit 12cd99e

14 files changed

+52
-15
lines changed

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.0

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ disqus:
8787

8888
### Analytics ###
8989
analytics:
90-
enabled: false # Set true to enable analytics
90+
enabled: true # Set true to enable analytics
9191
google:
92-
tracking_id: your-google-tracking-id
92+
tracking_id: G-LJW9R3VVZ8
9393

9494

9595
### Buy me a coffee ###

_data/programming-languages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- name: javascript
66

7+
- name: typescript
8+
79
- name: html
810

911
- name: css

_data/technologies.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66

77
- name: svelte
88

9-
- name: postgres
9+
- name: nestjs
10+
11+
- name: rabbitmq
1012

11-
- name: mysql
13+
- name: postgres
1214

1315
- name: sqlite
16+
17+
- name: mongodb

_data/timeline.yml

+24-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
- title: Diploma in Information Technology, MMU
2-
from: 2022
1+
- title: President of Hackerspace MMU
2+
from: 2024
33
to: present
4-
description: I'm currently studying Diploma in Information Technology in MMU Cyberjaya. I have achieved dean's list award consecutively till present.
5-
I'm also a member in MMU IT society technical team, tasked to maintain IT society website. I have actively
6-
volunteered in multiple IT society events such as Barcamp 2022, Tech Career Days 2023, CodeNection 2023
7-
and Barcamp 2023. Besides that, I'm also the secretary of Hackespace MMU.
4+
description: Maintaining and upgrading the webapp built using ruby on rails that tracks all members project talks and manage in onboarding new members and helping them by walking through on their an idea to prepare them for their first project talk.
85

9-
- title: Software Engineer Intern, Oyencov
6+
- title: Bachelor of Computer Science, Multimedia University
107
from: 2024
118
to: present
12-
description: I'm having my internship as a software engineer in Oyencov. I'm tasked with assisting in building the main web page for Oyencov.
9+
10+
- title: Part Time Software Engineer, Oyencov
11+
from: August 2024
12+
to: October 2024
13+
14+
- title: Software Engineer Intern, Oyencov
15+
from: March 2024
16+
to: July 2024
17+
description: Interned as a software engineer in Oyencov.
18+
Tasked building the OyenCov product, a testing coverage tool for Ruby on Rails.
19+
Built the API server that renders and processes data of each project’s test coverage.
20+
Improved the UIUX of the website for user friendliness.
21+
22+
- title: Diploma in Information Technology, Multimedia University
23+
from: 2022
24+
to: 2024
25+
description: Studied Diploma in Information Technology in MMU Cyberjaya. I have achieved dean's list award consecutively till present.
26+
I'm also a member in MMU IT society technical team, tasked to maintain IT society website. I have actively
27+
volunteered in multiple IT society events such as Barcamp 2022, Tech Career Days 2023, CodeNection 2023
28+
and Barcamp 2023. Besides that, I'm also the secretary of Hackespace MMU.

_projects/gtfs-etl-pipeline.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: GTFS etl-pipeline
3+
tools: [Elixir, RabbitMQ, NextJs]
4+
description: ETL pipeline that extracts RapidKL transport real-time data continuously. Renders data in a dashboard view
5+
external_url: https://github.com/Cwjiee/gtfs-etl-pipeline
6+
---

_projects/inventoor.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
name: InventoorAI
3-
tools: [NextJs, NestJs, MongoDB, LangChain, Yolov8]
3+
tools: [NextJs, NestJs, MongoDB, LangChain, Yolov8, ChakraUI]
44
image: https://Cwjiee.github.io/assets/projects/inventoor.png
55
description: Warehouse ERP solution that utilizes Yolov8 for automatic inventory item detection,
66
as well as Langchain + MistraAI for LLM capabilities,
77
RaspberryPi webcam connected to a NestJs Backend,
8-
coupled wiht a warehouse robot that is connected to the backedn over MQTT,
8+
coupled with a warehouse robot that is connected to the backend over MQTT,
99
and a NextJs frontend for realtime tracking view of the items through the webcam.
1010
external_url: https://github.com/InventoorAI
1111
---

assets/pdf/resume.pdf

-2.49 KB
Binary file not shown.

assets/svg/expressjs.svg

+1
Loading

assets/svg/mongodb.svg

+1
Loading

assets/svg/nestjs.svg

+1
Loading

0 commit comments

Comments
 (0)