Skip to content

Commit 88d7983

Browse files
committed
Add job change
1 parent 2a532a6 commit 88d7983

3 files changed

Lines changed: 20 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.3)
4+
activesupport (7.2.3.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -10,10 +10,10 @@ GEM
1010
drb
1111
i18n (>= 1.6, < 2)
1212
logger (>= 1.4.2)
13-
minitest (>= 5.1)
13+
minitest (>= 5.1, < 6)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
16-
addressable (2.8.8)
16+
addressable (2.8.9)
1717
public_suffix (>= 2.0.2, < 8.0)
1818
base64 (0.3.0)
1919
benchmark (0.5.0)
@@ -35,8 +35,9 @@ GEM
3535
em-websocket (0.5.3)
3636
eventmachine (>= 0.12.9)
3737
http_parser.rb (~> 0)
38-
ethon (0.15.0)
38+
ethon (0.18.0)
3939
ffi (>= 1.15.0)
40+
logger
4041
eventmachine (1.2.7)
4142
execjs (2.10.0)
4243
faraday (2.14.1)
@@ -45,7 +46,7 @@ GEM
4546
logger
4647
faraday-net_http (3.4.2)
4748
net-http (~> 0.5)
48-
ffi (1.17.3-x86_64-linux-musl)
49+
ffi (1.17.4-x86_64-linux-musl)
4950
forwardable-extended (2.6.0)
5051
gemoji (4.1.0)
5152
github-pages (232)
@@ -216,7 +217,7 @@ GEM
216217
gemoji (>= 3, < 5)
217218
html-pipeline (~> 2.2)
218219
jekyll (>= 3.0, < 5.0)
219-
json (2.18.1)
220+
json (2.19.3)
220221
kramdown (2.4.0)
221222
rexml
222223
kramdown-parser-gfm (1.1.0)
@@ -263,8 +264,8 @@ GEM
263264
simpleidn (0.2.3)
264265
terminal-table (1.8.0)
265266
unicode-display_width (~> 1.1, >= 1.1.1)
266-
typhoeus (1.5.0)
267-
ethon (>= 0.9.0, < 0.16.0)
267+
typhoeus (1.6.0)
268+
ethon (>= 0.18.0)
268269
tzinfo (2.0.6)
269270
concurrent-ruby (~> 1.0)
270271
unicode-display_width (1.8.0)

_data/experiences.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
- title: Work
22
experience_items:
3+
- name: Knocknoc
4+
role: Software Engineer
5+
suburb: Melbourne
6+
state: VIC
7+
country: Australia
8+
url: https://knocknoc.io
9+
start: Feb 2025
10+
description: |-
11+
I develop software for Knocknoc's secure access management platform.
312
- name: Planet Innovation
413
role: Software Engineer
514
suburb: Box Hill
615
state: VIC
716
country: Australia
817
url: https://planetinnovation.com
918
start: Jan 2023
19+
end: Feb 2025
1020
description: |-
11-
I develop software for devices with medical/health applications, to make the world a safer, healthier, and overall better place to live.
21+
At PI, I developed software for devices with medical/health applications to make the world safer, better, and healthier.
1222
- name: Monash University Faculty of IT
1323
role: Student Services Officer
1424
suburb: Clayton
34.2 KB
Loading

0 commit comments

Comments
 (0)