-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
958 lines (672 loc) · 43.2 KB
/
Copy pathindex.html
File metadata and controls
958 lines (672 loc) · 43.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site Info -->
<title> - Portfolio</title>
<meta name="description" content=" - Product engineer with years of experience in IoT and automation, specializing in Python, API development, and robotics systems. Proven ability to reduce operational costs and lead cross-functional teams.">
<meta name="author" content="">
<!-- Open Graph Tags: The title of the page for social media sharing. It can match the title tag or be more descriptive. -->
<meta property="og:title" content="">
<!-- Open Graph Tags: Typically set to "website" for static sites or "article" for content-heavy pages. -->
<meta property="og:type" content="website">
<!-- Open Graph Tags: The URL of the page, used to ensure link previews resolve to the correct page. -->
<meta property="og:url" content="127.0.0.1:5500/index.html">
<!-- Open Graph Tags: URL of an image that represents the page. Useful for link previews. -->
<meta property="og:image" content="127.0.0.1:5500/img/BestMe.png">
<!-- Open Graph Tags: Provides an alternative text for the image to improve accessibility. -->
<meta property="og:image:alt" content=" Profile Image">
<!-- Preconnect for Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Custom Font -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="stylesheet">
<!-- Stylesheet -->
<link rel="stylesheet" href="css/modern_normalize.css" />
<link rel="stylesheet" href="css/html5bp.css">
<link rel="stylesheet" href="css/main.css">
<!-- Set a theme color that matches your website's primary color -->
<meta name="theme-color" content="#fafafa">
<!-- Favicon for all browsers -->
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<!-- Apple touch icon for iOS devices -->
<link rel="apple-touch-icon" sizes="180x180" href="/icon.png">
<!-- Web app manifest for Progressive Web Apps -->
<link rel="manifest" href="/site.webmanifest">
<!-- Content Security Policy: Uncomment to enhance security by restricting where content can be loaded from (useful for preventing certain attacks like XSS). Update if adding external sources (e.g., Google Fonts, Bootstrap CDN, analytics, etc). -->
<!-- <meta http-equiv="Content-Security-Policy" content=" default-src 'self'; script-src 'self' code.jquery.com; style-src 'self' fonts.googleapis.com; font-src fonts.gstatic.com; img-src 'self' images.examplecdn.com; "> -->
</head>
<body>
<header class="page-header">
<div class="container">
<div class="header-top flex-responsive">
<img class="header-image"
width="256"
height="256"
src="img/BestMe.png"
alt="Jin Ming Profile Image" />
<div class="header-info">
<h1>Jin Ming <u>Toh</u> (Jaden) </h1>
<h2 class="header-label">Software/Hardware Developer</h2>
<address>
<ul class="inline-list flex-responsive">
<li>
<a href="mailto:tohjinming@gmail.com">tohjinming@gmail.com</a>
</li>
<li>
<a href="tel:++6582006465">+6582006465</a>
</li>
<li>Blk 114 Yishun Ring Road, Singapore 760114</li>
</ul>
</address>
<ul class="inline-list flex-responsive">
<li>
<a href="https://github.com/jadentoh"
rel="noopener noreferrer"
aria-label="GitHub"
class="link-with-icon">
<svg aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
role="img"
width="16"
height="16"
fill="currentColor"
class="bi bi-github"
viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8" />
</svg>
GitHub
</a>
</li>
<li>
<a href="http://www.linkedin.com/in/jadenjmtoh"
rel="noopener noreferrer"
aria-label="LinkedIn"
class="link-with-icon">
<svg aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
role="img"
width="16"
height="16"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z" />
</svg>
LinkedIn
</a>
</li>
</ul>
<p class="header-summary">Product engineer with years of experience in IoT and automation, specializing in Python, API development, and robotics systems. Proven ability to reduce operational costs and lead cross-functional teams.</p>
</div>
</div>
</div>
</header>
<div class="page-content">
<div class="container">
<main>
<section>
<h2 class="section-heading">Work Experience</h2>
<section>
<h3>
Assistive Technology(AT) Programme Manager at <a href="https://viewqwest.com/sg/">Engineering Good Ltd</a> in Singapore
</h3>
<p class="section-label">10/11/2025 - Present</p>
<p>Responsible for overseeing the end-to-end strategy, execution, and growth of Engineering Good’s AT initiatives. This includes managing the development of low-cost, open-source assistive hardware and software (such as custom accessibility switches or customized modifications) designed to give PWDs greater independence. The role involves heavy cross-functional coordination, acting as the connective tissue between corporate sponsors, engineering volunteers, academic partners, and disability sector professionals.</p>
<ul>
<li>Project & Innovation Management: Leading the design and execution of AT projects from ideation to delivery. This includes supervising the development of affordable, hacked or customized tech solutions using readily available or 3D-printed materials.</li><li>Driving the Tech For Good Initiatives: Overseeing key ecosystem builders like the Tech For Good Accelerator & Makers hubs. The manager guides and coaches youths, students, and disability professionals as they build new accessibility prototypes.</li>
</ul>
</section>
<section>
<h3>
Lead Product Engineer at <a href="https://viewqwest.com/sg/">ViewQwest Pte Ltd</a> in Singapore
</h3>
<p class="section-label">02/07/2022 - 25/07/2025</p>
<p>Automated the fiber network provisioning system for ViewQwest's customers, and led IoT product development and production.</p>
<ul>
<li>Automation service via Python and Django framework which reduced manual process and manpower by about 80%.</li><li>Plan and set feature requirements with flowchart for developers on automated suspension and termination service.</li><li>Led a team of 4 developers on these projects and products FiberNet, SecureNet, FDNS and Vesta Shield.</li>
</ul>
</section>
<section>
<h3>
Product Engineer at <a href="https://viewqwest.com/sg/">ViewQwest Pte Ltd</a> in Singapore
</h3>
<p class="section-label">02/07/2021 - 01/07/2022</p>
<p>Automated the fiber network provisioning system for ViewQwest's customers for FTTH service.</p>
<ul>
<li>Created and maintained API services using Python and Django.</li><li>Code clean up and improvement to all the API endpoints.</li><li>Handled products FiberNet, SecureNet and Vesta Shield.</li><li>Add on new product camera and smart plug to Vesta Shield.</li>
</ul>
</section>
<section>
<h3>
RND Support Engineer at <a href="https://viewqwest.com/sg/">ViewQwest Pte Ltd</a> in Singapore
</h3>
<p class="section-label">02/11/2020 - 01/07/2021</p>
<p>Support on Smart Home IoT product development and production.</p>
<ul>
<li>Maintained a Smart Home IoT product developed using Z-wave, Java, MQTT, GCP, and iOS/Android Apps.</li><li>Daily standup with Sri Lanka team member using Jira to track all the issue and feature process and training of field engineer on installation and troubleshooting.</li>
</ul>
</section>
<section>
<h3>
AnT Trainee and OJT at <a href="https://www.linkedin.com/school/race-robotics/">RACE Academy</a> in Singapore
</h3>
<p class="section-label">27/04/2020 - 26/10/2020</p>
<p>An attachment and training program organized by WSG and RACE academy to provide training in robotics and automation. The program included three months of training and a three-month on-the-job training (OJT) attachment with a robotics or automation company.</p>
<ul>
<li>Improved Python and C programming languages knowledge and how to use them to control hardware devices.</li><li>Acquired knowledge of 3D CAD (Computer-Aided Design) software and became a Certified SolidWorks Associate (CSWA).</li><li>Planned, developed, and designed the ROS (Robot Operating System) curriculum for RACE Academy for future trainees.</li><li>Worked on an AMR project with Changi Airport Group to develop a robot, 'Hitch Buddy', that carries full trash bins to a disposal area.</li>
</ul>
</section>
<section>
<h3>
Assistant Engineer (Software) at <a href="https://www.sestorobotics.com/">Sesto Robotics Pte Ltd</a> in Singapore
</h3>
<p class="section-label">10/10/2018 - 11/11/2019</p>
<p>Supported the build-up, testing, deployment, and troubleshooting of Automated Guided Vehicles (AGVs) and Autonomous Mobile Robots (AMRs) for various customers.</p>
<ul>
<li>Applied and Used of ROS (Robot Operating System).</li><li>Depolyed of AMR magnetic docking, charging stations, and automated sliding door opening.</li><li>Deployment of AMR and LiDAR mapping at one of the largest client sites.</li><li>Created Python scripts to streamline the deployment and testing of AMR and AGV.</li>
</ul>
</section>
<section>
<h3>
Project Officer/Research Assistant at <a href="https://www.rp.edu.sg/">Republic Polytechnic</a> in Singapore
</h3>
<p class="section-label">13/10/2014 - 08/08/2018</p>
<p>Supported the creation of prototypes for five research projects. Gained experience with hardware and software integration, and developed skills in project management and team collaboration.</p>
<ul>
<li>Worked with hardware devices and sensors including Arduino, NodeMCU, ESP32, RaspberryPi, and IC chips such as amplifiers, ADCs, load-cells, Zigbee, and RFID.</li><li>Used software programming languages including Arduino C/C++, Python, MySQL, PHP, JavaScript, and platforms like AWS/GCP.</li><li>Self-taught and applied skills in 3D drawing, 3D printing, and PCB design and soldering.</li><li>Managed projects including a Smart Inventory Management System, a Feet and Posture Measurement device for kids, a Water Level Tracking System, an Indoor Tracking Device for the elderly, and a Weight Monitoring System for bedridden patients.</li>
</ul>
</section>
<section>
<h3>
Network Operation Engineer at OSINet Communication Pte Ltd
</h3>
<p class="section-label">20/01/2014 - 10/19/2014</p>
<p>Monitored and troubleshooted hotel networks, servers, PCs, and printers.</p>
<ul>
<li>Monitored the network for abnormal usage via the Cisco web UI.</li><li>Performed weekly physical checks of network devices and servers.</li><li>Troubleshot guest Wi-Fi networks and hotel staff PC and network/server downtime issues.</li>
</ul>
</section>
<section>
<h3>
National Service at <a href="https://www.rsaf.gov.sg/">Republic of Singapore Air Force (RSAF)</a> in Singapore
</h3>
<p class="section-label">02/08/2011 - 01/08/2013</p>
<p>Serviced Apache AH64D Helicopters and managed SAP systems.</p>
<ul>
<li>Serviced, marshaled, and loaded weapons on aircraft.</li><li>Logged and checked SAP data for aircraft accuracy.</li><li>Requested spare aircraft parts via the SAP system.</li><li>Participated in an overseas detachment for exercise training in Australia.</li>
</ul>
</section>
</section>
<section>
<h2 class="section-heading">Projects</h2>
<section>
<h3>
DIY Autonomous Robot Toy Car
</h3>
<p>A DIY project to build an autonomous robot toy car using Arduino, Raspberry Pi, and various sensors like LiDAR, ultrasonic, motor drivers, accelerometers, and gyroscopes. The project aims to create a toy car that can navigate autonomously using sensors and ROS (Robot Operating System).</p>
<ul>
<li>Custom motor driver with PID control for precise speed and direction.</li><li>LiDAR-based obstacle detection and avoidance using ROS.</li><li>Planned add-on features like a camera for object detection and recognition.</li><li>Planned to improve maneuverability with additional sensors like an accelerometer and gyroscope.</li>
</ul>
<div class="gallery main-gallery">
<figure>
<img width="600"
height="338"
src="img/lidar_toy_car1.png"
alt="Toy Car with PID Motor Driver">
<figcaption>Toy Car with PID Motor Driver</figcaption>
</figure>
<figure>
<img width="600"
height="338"
src="img/lidar_toy_car2.png"
alt="Toy Car with LiDAR Sensor">
<figcaption>Toy Car with LiDAR Sensor</figcaption>
</figure>
<figure>
<img width="600"
height="338"
src="img/lidar_toy_car3.png"
alt="Troubleshooting LiDAR Sensor">
<figcaption>Troubleshooting LiDAR Sensor</figcaption>
</figure>
</div>
</section>
<section>
<h3>
Hitch Buddy
</h3>
<p>A RACE Academy project with Changi Airport Group to develop an autonomous mobile robot (AMR) that can assist in carrying full trash bins to a disposal area. The project involves using ROS (Robot Operating System) for navigation and control, and it aims to improve efficiency in waste management at the airport.</p>
<ul>
<li>Configured and tested the AMR to detect QR codes on the floor for docking and picking up trash bins.</li><li>Designed a customized hatch for the AMR to carry the trash bin.</li><li>Added a camera to the AMR for precise docking with the trash bin.</li>
</ul>
<div class="gallery main-gallery">
<figure>
<img width="600"
height="338"
src="img/hitch_buddy.png"
alt="Hitch Buddy AMR and Team members">
<figcaption>Hitch Buddy AMR and Team members</figcaption>
</figure>
</div>
</section>
<section>
<h3>
Vesta Shield (Smart Home Security Product)
</h3>
<p>Centralized IoT hub using Z-Wave & Wi-Fi; integrated smart sensors, plugs, and Zigbee lighting; hosted on GCP with Android/iOS app development.</p>
<ul>
<li>Developed a centralized IoT hub using Z-Wave and Wi-Fi protocols.</li><li>Integrated various smart sensors, plugs, camera, and Zigbee lighting for home automation and security.</li><li>Hosted the system on Google Cloud Platform (GCP) for scalability and reliability.</li><li>Developed Android and iOS applications for user control and monitoring.</li>
</ul>
<div class="gallery main-gallery">
<figure>
<img width="600"
height="338"
src="img/vesta_shield.png"
alt="Vesta Shield Smart Home Security Product">
<figcaption>Vesta Shield Smart Home Security Product</figcaption>
</figure>
</div>
</section>
<section>
<h3>
Weight Monitoring System for Bedridden Patients
</h3>
<p>Designed a low-cost, continuous weight monitoring solution using load-cell sensors; data transmitted to a mobile app for real-time analysis.</p>
<ul>
<li>Developed a low-cost weight monitoring system using load-cell sensors.</li><li>Implemented continuous weight tracking for bedridden patients.</li><li>Transmitted data to a mobile application for real-time analysis and alerts.</li>
</ul>
<div class="gallery main-gallery">
<figure>
<img width="600"
height="338"
src="img/bed1.png"
alt="">
<figcaption></figcaption>
</figure>
<figure>
<img width="600"
height="338"
src="img/bed2.png"
alt="">
<figcaption></figcaption>
</figure>
</div>
</section>
<section>
<h3>
Indoor Tracking Device for Elderly Homes
</h3>
<p>Developed a Zigbee-based indoor location tracking system for elderly residents in healthcare facilities.</p>
<ul>
<li>Engineered a Zigbee-based indoor location tracking system.</li><li>Designed for elderly residents in healthcare facilities to ensure safety and monitoring.</li><li>Implemented a real-time tracking and alert system for caregivers.</li>
</ul>
<div class="gallery main-gallery">
<figure>
<img width="600"
height="338"
src="img/tracker.png"
alt="Testing Zigbee tracker signal strength">
<figcaption>Testing Zigbee tracker signal strength</figcaption>
</figure>
</div>
</section>
<section>
<h3>
Water Level Tracking System
</h3>
<p>Built an RFID-based water level monitoring system with a real-time web-based UI for data visualization.</p>
<ul>
<li>Developed a water level tracking system using RFID technology.</li><li>Implemented real-time monitoring with a web-based user interface for data visualization.</li><li>Enabled alerts for low or high water levels to ensure timely action.</li>
</ul>
<div class="gallery main-gallery">
<figure>
<img width="600"
height="338"
src="img/rfid.png"
alt="High Power RFID Reader">
<figcaption>High Power RFID Reader</figcaption>
</figure>
</div>
</section>
<section>
<h3>
Feet & Posture Measurement Device
</h3>
<p>Created a device to measure weight distribution and posture; integrated with a server/VM for analysis and historical tracking.</p>
<ul>
<li>Designed a device to measure weight distribution and posture.</li><li>Integrated with a server/VM for data analysis and historical tracking.</li><li>Provided insights into posture correction and foot health.</li>
</ul>
<div class="gallery main-gallery">
<figure>
<img width="600"
height="338"
src="img/feet1.png"
alt="Commercial foot scanner device">
<figcaption>Commercial foot scanner device</figcaption>
</figure>
<figure>
<img width="600"
height="338"
src="img/feet2.png"
alt="Prototype of Feet Measurement Device">
<figcaption>Prototype of Feet Measurement Device</figcaption>
</figure>
<figure>
<img width="600"
height="338"
src="img/feet3.png"
alt="Web UI for Feet Measurement Device">
<figcaption>Web UI for Feet Measurement Device</figcaption>
</figure>
</div>
</section>
<section>
<h3>
Smart Inventory Management System
</h3>
<p>Engineered a load-cell-based pick-to-light inventory tracking system with automated restocking alerts via API integration.</p>
<ul>
<li>Developed a smart inventory tracking management system using load-cell sensors.</li><li>Integrated into pick to light logistics system for bolt and nut.</li><li>Automated restocking alerts via API integration to streamline operations.</li>
</ul>
<div class="gallery main-gallery">
<figure>
<img width="600"
height="338"
src="img/inventory1.png"
alt="Prototype of devices for demonstration">
<figcaption>Prototype of devices for demonstration</figcaption>
</figure>
<figure>
<img width="600"
height="338"
src="img/inventory2.png"
alt="Web UI of the prototype">
<figcaption>Web UI of the prototype</figcaption>
</figure>
<figure>
<img width="600"
height="338"
src="img/inventory3.png"
alt="PCB of the prototype">
<figcaption>PCB of the prototype</figcaption>
</figure>
<figure>
<img width="600"
height="338"
src="img/inventory4.png"
alt="Version 1 of the prototype 3D design">
<figcaption>Version 1 of the prototype 3D design</figcaption>
</figure>
<figure>
<img width="600"
height="338"
src="img/inventory5.png"
alt="Stress testing the prototype">
<figcaption>Stress testing the prototype</figcaption>
</figure>
</div>
</section>
</section>
</main>
<!-- Sidebar Section -->
<aside>
<section>
<h2 class="section-heading">Education</h2>
<section>
<h3>
<a href="https://www.sp.edu.sg/">Singapore Polytechnic</a>
</h3>
<p class="section-label">Singapore</p>
<h4> Tertiary: Diploma </h4>
<ul>
<li>Information Communication Technology</li><li>Broadband and Security Service Specialization</li><li>Red Hat Enterprise Linux Administration</li>
</ul>
<h4>Honors</h4>
<ul>
<li>Director's Honours List of 2009, 2010, 2011</li><li>Certificate of Merit</li>
</ul>
<p>
<span class="block">Cumulative GPA: 3.82</span>
<span class="block">Graduation Date: 21/03/2011</span>
</p>
</section>
<section>
<h3>
<a href="https://www.ite.edu.sg/colleges/ite-college-east">ITE College East (Simei ITE Campus)</a>
</h3>
<p class="section-label">Singapore</p>
<h4> Tertiary: Nitec </h4>
<ul>
<li>Info-Communication Technology</li>
</ul>
<h4>Honors</h4>
<ul>
<li>CDC & CCC ITE Scholarship 2006 & 2007</li>
</ul>
<p>
<span class="block">Cumulative GPA: 4.0</span>
<span class="block">Graduation Date: 28/12/2007</span>
</p>
</section>
<section>
<h3>
<a href="https://www.ahmadibrahimsec.moe.edu.sg/">Ahmad Ibrahim Secondary School</a>
</h3>
<p class="section-label">Singapore</p>
<h4> Tertiary: Secondary Education </h4>
<ul>
<li>Design and Technology</li>
</ul>
<h4>Honors</h4>
<ul>
<li>Edu-save Scholarship 2002 to 2005</li><li>Top in GCE 'N' Technical level Exam</li><li>Top in GCE 'N' Technical Basic Chinese</li><li>Top in GCE 'N' Technical Mathematics</li><li>Top in GCE 'N' Technical Science</li><li>Top in GCE 'N' Technical Computer Application</li>
</ul>
<p>
<span class="block">Graduation Date: 31/12/2005</span>
</p>
</section>
</section>
<section>
<h2 class="section-heading">Course and Certification</h2>
<section>
<h3>
<a href="https://www.linkedin.com/learning/certificates/ad8642133e45ec5be9e7180206ded42f83d0f2a01b68fb53def7d1bf8c03f678">Level Up: Advanced Python</a>
</h3>
<p class="section-label">Issuer: LinkedIn</p>
<p class="section-label">Issued: 28/08/2025</p>
</section>
<section>
<h3>
<a href="https://www.credly.com/badges/ffea2dbd-8a16-42ca-a151-629ae8408f08">Implementing Cloud Load Balancing for Compute Engine</a>
</h3>
<p class="section-label">Issuer: Google Cloud</p>
<p class="section-label">Issued: 25/08/2025</p>
</section>
<section>
<h3>
<a href="https://www.sutd.edu.sg/course/cybersecurity-architecture-fundamentals/#:~:text=Overview,as%20confidentiality%2C%20integrity%20and%20availability.">Cybersecurity Architecture Fundamentals</a>
</h3>
<p class="section-label">Issuer: SUTD</p>
<p class="section-label">Issued: 10/10/2024</p>
</section>
<section>
<h3>
<a href="https://www.sutd.edu.sg/course/introduction-to-quantum-computing/">Introduction to Quantum Computing</a>
</h3>
<p class="section-label">Issuer: SUTD</p>
<p class="section-label">Issued: 10/10/2023</p>
</section>
<section>
<h3>
<a href="https://www.solidworks.com/certifications/mechanical-design-cswa-mechanical-design">Certified SolidWorks Associate (CSWA)</a>
</h3>
<p class="section-label">Issuer: Dassault Systèmes</p>
<p class="section-label">Issued: 29/06/2020</p>
</section>
<section>
<h3>
<a href="https://www.udemy.com/course/ros-navigation/">ROS for Beginners II: Localization, Navigation and SLAM</a>
</h3>
<p class="section-label">Issuer: Udemy</p>
<p class="section-label">Issued: 19/08/2020</p>
</section>
<section>
<h3>
<a href="https://www.cisco.com/site/us/en/learn/training-certifications/certifications/enterprise/ccna/index.html">Cisco Certified Network Associate (CCNA)</a>
</h3>
<p class="section-label">Issuer: Cisco Systems</p>
<p class="section-label">Issued: 10/10/2014</p>
</section>
<section>
<h3>
<a href="https://www.redhat.com/en/services/certification/rhcsa">Red Hat Linux Enterprise</a>
</h3>
<p class="section-label">Issuer: Red Hat</p>
<p class="section-label">Issued: 10/10/2010</p>
</section>
</section>
<section>
<h2 class="section-heading">Skills</h2>
<ul class="unstyled-list">
<li>
<h3>System</h3>
<p class="section-label">Linux - Debian and Ubuntu, Docker</p>
<div class="skill-bar">
<div class="skill-bar-fill w-70"
role="meter"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100">
<span class="skill-bar-label">Advanced</span>
</div>
</div>
<!--<p class="section-label">70</p>-->
</li>
<li>
<h3>Langange</h3>
<p class="section-label">Python, C++, JavaScript</p>
<div class="skill-bar">
<div class="skill-bar-fill w-70"
role="meter"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100">
<span class="skill-bar-label">Advanced</span>
</div>
</div>
<!--<p class="section-label">70</p>-->
</li>
<li>
<h3>Framework</h3>
<p class="section-label">Django, FastAPI, Flask, React</p>
<div class="skill-bar">
<div class="skill-bar-fill w-70"
role="meter"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100">
<span class="skill-bar-label">Advanced</span>
</div>
</div>
<!--<p class="section-label">70</p>-->
</li>
<li>
<h3>Hardware</h3>
<p class="section-label">PCB/CAD Design and Printing</p>
<div class="skill-bar">
<div class="skill-bar-fill w-70"
role="meter"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100">
<span class="skill-bar-label">Advanced</span>
</div>
</div>
<!--<p class="section-label">70</p>-->
</li>
<li>
<h3>Soft Skills</h3>
<p class="section-label">Time Management, Teamwork, and Communication</p>
<div class="skill-bar">
<div class="skill-bar-fill w-70"
role="meter"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100">
<span class="skill-bar-label">Advanced</span>
</div>
</div>
<!--<p class="section-label">70</p>-->
</li>
</ul>
</section>
<section>
<h2 class="section-heading">Languages</h2>
<ul class="unstyled-list">
<li>
<h3>English</h3>
<p class="section-label">Written and Spoken</p>
</li>
<li>
<h3>Chinese</h3>
<p class="section-label">Spoken</p>
</li>
</ul>
</section>
<section>
<h2 class="section-heading">Interests</h2>
<section>
<h3>Badminton</h3>
<p>The only sport I play and enjoy.</p>
<div class="gallery side-gallery">
<figure>
<img width="600"
height="338"
src="img/badminton.png"
alt="Me playing Badminton in RP">
<figcaption>Me playing Badminton in RP</figcaption>
</figure>
</div>
</section>
<section>
<h3>Walking</h3>
<p>Walking is a great way to relax and do self reflection. I enjoy long walks in the park or around my neighborhood.</p>
<div class="gallery side-gallery">
<figure>
<img width="600"
height="338"
src="img/walking.png"
alt="Me walking in lower seletar reservoir">
<figcaption>Me walking in lower seletar reservoir</figcaption>
</figure>
</div>
</section>
<section>
<h3>Watching and Reading</h3>
<p>I enjoy keeping up with the latest technology trends and learning new coding techniques. I often watch tech videos and read articles to stay informed.</p>
<div class="gallery side-gallery">
<figure>
<img width="600"
height="338"
src="img/LTT.png"
alt="Linus Tech Tips">
<figcaption>Linus Tech Tips</figcaption>
</figure>
</div>
</section>
</section>
</aside>
</div>
</div>
<footer class="page-footer">
<div class="container">
<p>© 2026 . All rights reserved.</p>
</div>
</footer>
<script src="js/app.js"></script>
</body>
</html>