Compare commits
5 Commits
cover-lett
...
canonical-
| Author | SHA1 | Date | |
|---|---|---|---|
| 76fb50a8b6 | |||
| 275c5b679b | |||
| 161cc14764 | |||
| 49cda38430 | |||
| c3f43c408d |
@@ -105,8 +105,11 @@ body {
|
|||||||
color: $color;
|
color: $color;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
// font-size: 100%;
|
// font-size: 100%;
|
||||||
font-size: 15px;
|
// font-size: 12px;
|
||||||
|
// font-size: 15px;
|
||||||
|
font-size: 17.5px;
|
||||||
// font-size: 20px;
|
// font-size: 20px;
|
||||||
|
// font-size: 22px;
|
||||||
/* font-family: 'Source Code Pro', monospace; */
|
/* font-family: 'Source Code Pro', monospace; */
|
||||||
font-family: 'Hack', monospace;
|
font-family: 'Hack', monospace;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -542,7 +545,8 @@ header {// {{{
|
|||||||
|
|
||||||
#resume {// {{{
|
#resume {// {{{
|
||||||
a {// {{{
|
a {// {{{
|
||||||
text-decoration: none;
|
// text-decoration: none;
|
||||||
|
text-decoration: underline;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@@ -615,6 +619,9 @@ header {// {{{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.project-link {
|
.project-link {
|
||||||
|
&:link {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule content/letter updated: 996ec6349b...1f7a5be6bc
@@ -24,22 +24,41 @@ title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}}
|
|||||||
|
|
||||||
{{% resume/section projects %}}<!--- {{{ -->
|
{{% resume/section projects %}}<!--- {{{ -->
|
||||||
|
|
||||||
<!--- Astronofty {{{ -->
|
|
||||||
|
|
||||||
{{% resume/project name="Astronofty"
|
<!--- CSC369 {{{ -->
|
||||||
url="https://github.com/Kevin-Mok/astronofty" date="Jan 2023"
|
|
||||||
show="true" %}}
|
|
||||||
|
|
||||||
- Created for a 36 hour hackathon (UofTHacks X) where it **came 2nd overall**.
|
{{% resume/project name="Custom Kernel Module"
|
||||||
- Created and deployed a smart contract with **Solidity** on
|
url="https://kevin-mok.com/server/" date="Jan. 2022" show="true" %}}
|
||||||
the Ethereum blockchain to create/buy/sell NFT's
|
|
||||||
using MetaMask.
|
- Wrote and installed a [custom Linux kernel module](https://github.com/Kevin-Mok/interceptor-kernel/blob/master/a1/interceptor.c) in **C**.
|
||||||
- Wrote a **React** hook to fetch and show listed NFT's, NFT details and owned NFT's.
|
- Intercepted pre-existing system calls using
|
||||||
- Used API to synchronously upload images and metadata to IPFS.
|
custom kernel module by sending commands to
|
||||||
|
userspace.
|
||||||
|
- Monitored specific process ID's in my system
|
||||||
|
call to intercept their system calls.
|
||||||
|
|
||||||
{{% /resume/project %}}
|
{{% /resume/project %}}
|
||||||
|
|
||||||
<!--- Astronofty }}} -->
|
<!--- CSC369 }}} -->
|
||||||
|
|
||||||
|
<!--- DigitalOcean {{{ -->
|
||||||
|
|
||||||
|
{{% resume/project name="Personal Server"
|
||||||
|
url="https://kevin-mok.com/server/" date="Aug. 2019 — present" show="true" %}}
|
||||||
|
|
||||||
|
- Deployed [various web apps] with backends using NGINX on a Debian/**Linux** server.
|
||||||
|
- Wrote a [**JavaScript** script][server script] and [systemd service][systemd service]/[timer]
|
||||||
|
to display the uptime of my pages every hour.
|
||||||
|
- Monitored system resources and performed system maintenance using tmux.
|
||||||
|
|
||||||
|
[various web apps]: https://kevin-mok.com/server/
|
||||||
|
[server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
|
||||||
|
[systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service
|
||||||
|
[timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer
|
||||||
|
|
||||||
|
{{% /resume/project %}}
|
||||||
|
|
||||||
|
<!--- DigitalOcean Droplet }}} -->
|
||||||
|
|
||||||
<!--- Rarity Surf {{{ -->
|
<!--- Rarity Surf {{{ -->
|
||||||
|
|
||||||
@@ -52,31 +71,13 @@ date="Oct 2021" show="true" %}}
|
|||||||
Selenium) with a **discrepancy of <0.25%**.
|
Selenium) with a **discrepancy of <0.25%**.
|
||||||
- Used app to frontrun purchases of **top 5%** rarity NFT's
|
- Used app to frontrun purchases of **top 5%** rarity NFT's
|
||||||
against competing buyers.
|
against competing buyers.
|
||||||
- Wrote **Django** backend to fetch metadata from IPFS, store rarity rankings in PostgreSQL and serve rarity data using GraphQL.
|
- Wrote **Django (Python)** backend to fetch metadata from IPFS, store rarity rankings in PostgreSQL and serve rarity data using GraphQL.
|
||||||
- Wrote **React** frontend with hooks to dynamically load rarity data. Styled with Tailwind.
|
- Wrote **React** frontend with hooks to dynamically load rarity data. Styled with Tailwind.
|
||||||
|
|
||||||
{{% /resume/project %}}
|
{{% /resume/project %}}
|
||||||
|
|
||||||
<!--- Rarity Surf }}} -->
|
<!--- Rarity Surf }}} -->
|
||||||
|
|
||||||
<!--- DigitalOcean {{{ -->
|
|
||||||
|
|
||||||
{{% resume/project name="Personal Server"
|
|
||||||
url="https://kevin-mok.com/server/" date="Aug. 2019 — present" show="true" %}}
|
|
||||||
|
|
||||||
- Deployed various web apps with backends using NGINX on a Debian/**Linux** server.
|
|
||||||
- Wrote a [**JavaScript** script][server script] and [systemd service][systemd service]/[timer]
|
|
||||||
to display the uptime of my pages every hour.
|
|
||||||
- Monitored system resources and performed system maintenance using tmux.
|
|
||||||
|
|
||||||
[server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
|
|
||||||
[systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service
|
|
||||||
[timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer
|
|
||||||
|
|
||||||
{{% /resume/project %}}
|
|
||||||
|
|
||||||
<!--- DigitalOcean Droplet }}} -->
|
|
||||||
|
|
||||||
{{% /resume/section %}}<!--- }}} -->
|
{{% /resume/section %}}<!--- }}} -->
|
||||||
|
|
||||||
{{% resume/section skills %}}<!--- {{{ -->
|
{{% resume/section skills %}}<!--- {{{ -->
|
||||||
@@ -88,7 +89,7 @@ Kubernetes, **JavaScript**, **React**, **Python**, Go, Bash, Solidity, C, **Djan
|
|||||||
{{% resume/section education %}}<!--- {{{ -->
|
{{% resume/section education %}}<!--- {{{ -->
|
||||||
|
|
||||||
{{% resume/education name="University of Toronto"
|
{{% resume/education name="University of Toronto"
|
||||||
title="Computer Science Specialist — 3.84 GPA (CS)" date="2018 — 2023" %}}
|
title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2018 — 2023" %}}
|
||||||
|
|
||||||
{{% /resume/section %}}<!--- }}} -->
|
{{% /resume/section %}}<!--- }}} -->
|
||||||
|
|
||||||
|
|||||||
20
content/resume/server-ideas.md
Normal file
20
content/resume/server-ideas.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# To-Do
|
||||||
|
- install Docker
|
||||||
|
- run Docker apps on it
|
||||||
|
- run domain
|
||||||
|
- run/create Docker compose
|
||||||
|
- Dockerize app
|
||||||
|
|
||||||
|
# Done
|
||||||
|
- setup AWS server
|
||||||
|
|
||||||
|
# Points
|
||||||
|
- run/deploy K8s locally on minikube using kubectl
|
||||||
|
- features
|
||||||
|
- Dockerize app
|
||||||
|
- run Docker on server (AWS)
|
||||||
|
|
||||||
|
# Replace
|
||||||
|
- personal server
|
||||||
|
- Astronofy
|
||||||
|
- check price of AWS server
|
||||||
@@ -7,7 +7,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col text-right date">{{ .Get "date" }}</div>
|
<div class="col text-right date">{{ .Get "date" }}</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="title">
|
<!-- <span class="title"> -->
|
||||||
|
<span>
|
||||||
{{ .Get "title" }}
|
{{ .Get "title" }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
See my
|
See my
|
||||||
<a href="https://www.linkedin.com/in/Kev-Mok"
|
<a href="https://www.linkedin.com/in/Kev-Mok"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
LinkedIn
|
LinkedIn</a> for references from my Red Hat managers/mentee and a
|
||||||
</a>
|
|
||||||
for references from my Red Hat managers/mentee and a
|
|
||||||
startup client.
|
startup client.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Submodule static/pdf updated: 50171c4c70...e6c4cde18a
Reference in New Issue
Block a user