Compare commits
3 Commits
canonical-
...
0c51ba1b76
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c51ba1b76 | |||
| 29f8b13011 | |||
| b196251595 |
@@ -105,11 +105,8 @@ body {
|
|||||||
color: $color;
|
color: $color;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
// font-size: 100%;
|
// font-size: 100%;
|
||||||
// font-size: 12px;
|
font-size: 15px;
|
||||||
// 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;
|
||||||
@@ -508,8 +505,8 @@ header {// {{{
|
|||||||
}
|
}
|
||||||
}// }}}
|
}// }}}
|
||||||
|
|
||||||
// font-size: .9em;
|
font-size: 1.4em;
|
||||||
font-size: .8em;
|
// font-size: .8em;
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
// flex-grow: 1;
|
// flex-grow: 1;
|
||||||
@@ -619,9 +616,6 @@ header {// {{{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.project-link {
|
.project-link {
|
||||||
&:link {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@@ -678,6 +672,8 @@ header {// {{{
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
&.letter {
|
&.letter {
|
||||||
|
font-size: 1.4em;
|
||||||
|
// font-size: 2em;
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
|
||||||
@@ -761,8 +757,8 @@ header {// {{{
|
|||||||
|
|
||||||
h1.site-title {// {{{
|
h1.site-title {// {{{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
// font-size: 4.2em;
|
font-size: 4.5em;
|
||||||
font-size: 3.2em;
|
// font-size: 3.2em;
|
||||||
// color: #66cccc;
|
// color: #66cccc;
|
||||||
color: $base05;
|
color: $base05;
|
||||||
// margin-top: 1rem;
|
// margin-top: 1rem;
|
||||||
|
|||||||
Submodule content/letter updated: 1f7a5be6bc...2a31736c2b
@@ -24,41 +24,22 @@ title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}}
|
|||||||
|
|
||||||
{{% resume/section projects %}}<!--- {{{ -->
|
{{% resume/section projects %}}<!--- {{{ -->
|
||||||
|
|
||||||
|
<!--- Astronofty {{{ -->
|
||||||
|
|
||||||
<!--- CSC369 {{{ -->
|
{{% resume/project name="Astronofty"
|
||||||
|
url="https://github.com/Kevin-Mok/astronofty" date="Jan 2023"
|
||||||
|
show="true" %}}
|
||||||
|
|
||||||
{{% resume/project name="Custom Kernel Module"
|
- Created for a 36 hour hackathon (UofTHacks X) where it **came 2nd overall**.
|
||||||
url="https://kevin-mok.com/server/" date="Jan. 2022" show="true" %}}
|
- Created and deployed a smart contract with **Solidity** on
|
||||||
|
the Ethereum blockchain to create/buy/sell NFT's
|
||||||
- Wrote and installed a [custom Linux kernel module](https://github.com/Kevin-Mok/interceptor-kernel/blob/master/a1/interceptor.c) in **C**.
|
using MetaMask.
|
||||||
- Intercepted pre-existing system calls using
|
- Wrote a **React** hook to fetch and show listed NFT's, NFT details and owned NFT's.
|
||||||
custom kernel module by sending commands to
|
- Used API to synchronously upload images and metadata to IPFS.
|
||||||
userspace.
|
|
||||||
- Monitored specific process ID's in my system
|
|
||||||
call to intercept their system calls.
|
|
||||||
|
|
||||||
{{% /resume/project %}}
|
{{% /resume/project %}}
|
||||||
|
|
||||||
<!--- CSC369 }}} -->
|
<!--- Astronofty }}} -->
|
||||||
|
|
||||||
<!--- 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 {{{ -->
|
||||||
|
|
||||||
@@ -71,13 +52,31 @@ 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 (Python)** backend to fetch metadata from IPFS, store rarity rankings in PostgreSQL and serve rarity data using GraphQL.
|
- Wrote **Django** 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 %}}<!--- {{{ -->
|
||||||
@@ -89,7 +88,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). Graduated with High Distinction." date="2018 — 2023" %}}
|
title="Computer Science Specialist — 3.84 GPA (CS)" date="2018 — 2023" %}}
|
||||||
|
|
||||||
{{% /resume/section %}}<!--- }}} -->
|
{{% /resume/section %}}<!--- }}} -->
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
# 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,8 +7,7 @@
|
|||||||
</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,7 +3,9 @@
|
|||||||
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</a> for references from my Red Hat managers/mentee and a
|
LinkedIn
|
||||||
|
</a>
|
||||||
|
for references from my Red Hat managers/mentee and a
|
||||||
startup client.
|
startup client.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Submodule static/pdf updated: e6c4cde18a...a0d59bda6c
Reference in New Issue
Block a user