Compare commits
4 Commits
resume-pdf
...
052f98860d
| Author | SHA1 | Date | |
|---|---|---|---|
| 052f98860d | |||
| 7c08682c66 | |||
| 179b3f7c7e | |||
| 2abc9de891 |
@@ -530,6 +530,7 @@ header {// {{{
|
||||
}
|
||||
|
||||
.url-info {
|
||||
font-size: 1em;
|
||||
margin-left: 5px;
|
||||
// position: relative;
|
||||
// left: -8px;
|
||||
@@ -545,6 +546,9 @@ header {// {{{
|
||||
#resume {// {{{
|
||||
a {// {{{
|
||||
// text-decoration: none;
|
||||
// color: $base-blue;
|
||||
color: #4287cd;
|
||||
// color: blue;
|
||||
text-decoration: underline;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
@@ -629,6 +633,10 @@ header {// {{{
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.project-title {
|
||||
color: $base-blue;
|
||||
}
|
||||
|
||||
.project-link {
|
||||
&:link {
|
||||
text-decoration: none;
|
||||
@@ -675,7 +683,8 @@ header {// {{{
|
||||
|
||||
.position {
|
||||
// color: black;
|
||||
color: $base-sky-blue;
|
||||
// color: $base-sky-blue;
|
||||
color: $base-blue;
|
||||
font-weight: bold;
|
||||
// font-style: italic;
|
||||
font-size: 1.1em;
|
||||
@@ -684,7 +693,8 @@ header {// {{{
|
||||
}
|
||||
|
||||
.institution {
|
||||
color: $base-yellow;
|
||||
// color: $base-yellow;
|
||||
color: $base-dark-orange;
|
||||
font-weight: bold;
|
||||
font-size: 1.1em;
|
||||
margin-bottom: 5px;
|
||||
|
||||
Submodule content/letter updated: 1f7a5be6bc...654fe2678f
@@ -26,18 +26,20 @@ title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}}
|
||||
|
||||
<!--- AWS {{{ -->
|
||||
|
||||
{{% resume/project name="AWS Server/Kubernetes"
|
||||
{{% resume/project name="AWS/Kubernetes/Terraform"
|
||||
url="https://kevin-mok.com/server/" date="May 2024" show="true" %}}
|
||||
|
||||
- Deployed [various web apps](https://kevin-mok.com/server/) using **Docker** (Compose) on an
|
||||
**AWS EC2** Debian/**Linux** server.
|
||||
- Created **Kubernetes** [manifest files](https://github.com/Kevin-Mok/aws-minicube) to quickly recreate my server setup
|
||||
with persistent storage/restarts and open ports.
|
||||
- Created **Terraform** [files](https://github.com/Kevin-Mok/terraform-deploys/tree/main)
|
||||
to deploy an AWS EC2 instance and Docker containers.
|
||||
- Used Amazon Route 53's DNS and **NGINX** to route
|
||||
subdomains to each web application.
|
||||
- Used AWS security groups to allow inbound HTTPS traffic.
|
||||
- Used Amazon EBS snapshots to regularly back up server.
|
||||
- Wrote a [**JavaScript** script][server script] and [systemd service][systemd service]/[timer]
|
||||
- Wrote a **JavaScript** [server script] and [systemd service][systemd service]/[timer]
|
||||
to display the uptime of my pages every hour.
|
||||
|
||||
[server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
|
||||
@@ -87,7 +89,7 @@ show="true" %}}
|
||||
|
||||
{{% resume/section skills %}}<!--- {{{ -->
|
||||
|
||||
AWS, Kubernetes, Docker (Compose), **JavaScript**, **React**, **Python**, Go, Bash, Solidity, C, **Django**, Node.js, Jenkins, PostgreSQL,
|
||||
AWS, Kubernetes, Terraform, Docker (Compose), **JavaScript**, **React**, **Python**, Go, Bash, Solidity, C, **Django**, Node.js, Jenkins, PostgreSQL,
|
||||
MongoDB, **Linux**, **Git**, **Command Line**
|
||||
|
||||
{{% /resume/section %}}<!--- }}} -->
|
||||
|
||||
Reference in New Issue
Block a user