Skip to content

Commit 4c1f457

Browse files
author
weijie
committed
feat: update
1 parent 5985b20 commit 4c1f457

15 files changed

+47
-28
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ description : >-
2929
baseurl : "" # Change to empty quotes if you are hosting your site at <your-username>.github.io directly
3030
repository : Cwjiee/Cwjiee.github.io # Change to <your-username>/<your-username>.github.io (or remove it if you don't need remote projects)
3131
remote_theme : YoussefRaafatNasry/portfolYOU
32-
open_new_tab : false # Opens external URLs in new tab (works for posts, projects and navbar only)
32+
open_new_tab : true # Opens external URLs in new tab (works for posts, projects and navbar only)
3333

3434

3535
### Plugins ###

_data/programming-languages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
- name: ruby
22

3+
- name: go
4+
35
- name: javascript
46

57
- name: html
68

79
- name: css
8-
9-
- name: go

_data/technologies.yml

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

77
- name: svelte
88

9-
- name: sqlite
9+
- name: postgres
10+
11+
- name: mysql
1012

11-
- name: tailwind
13+
- name: sqlite

_data/timeline.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
- title: IT Student, MMU
1+
- title: Diploma in Information Technology, MMU
22
from: 2022
33
to: present
4-
description: Studying Diploma in Information Technology. Has achieved dean's list award consecutively till present.
5-
A member in MMU IT society technical team, tasked to maintain IT society website. Has also actively
6-
helped in multiple IT society events such as Barcamp 2022, Tech Career Days 2023, CodeNection 2023
7-
and Barcamp 2023.
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.
8+
9+
- title: Software Engineer Intern, Oyencov
10+
from: 2024
11+
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.

_projects/forest_escape.md

-9
This file was deleted.

_projects/inventoor.md

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

_projects/pair.md

-8
This file was deleted.

_projects/tmux-splitw.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Tmux Splitw
3+
tools: [shell]
4+
description: A plugin for tmux that lets users create multi-pane windows efficiently.
5+
external_url: https://github.com/Cwjiee/tmux-splitw
6+
---

_projects/tracegit.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Tracegit
3+
tools: [go, ruby]
4+
description: A Cli application that tracks all your local git repositories. You can also view commit logs and readme for each repos.
5+
external_url: https://github.com/Cwjiee/tracegit
6+
---

assets/pdf/resume.pdf

191 Bytes
Binary file not shown.

assets/projects/inventoor.png

338 KB
Loading

assets/svg/mysql.svg

+1
Loading

assets/svg/postgres.svg

+1
Loading

pages/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ layout: default
33
permalink: /
44
---
55

6-
{% include landing.html %}
6+
{% include landing.html %}

serve

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
# To start jekyll engine
4+
bundle exec jekyll serve

0 commit comments

Comments
 (0)