Skip to content

2021

First Post

Today I made this website and this post.
It uses Jekyll to generate the static site using markdown.

This is an example of Jekyll's powerful support for code snippets:

#include <iostream>

int main() {
    std::cout << "Hello World!";
    return 0;
}

This is a link to my Github
This is a link to my LinkedIn

Free VPS

Today I made two virtual private servers using Oracle Cloud's free tier. The free tier comes with AMD processors, 1GB RAM, and 200 total storage to use between them. This is pretty impressive compared to other free offerings from Google, AWS, or Azure.

I plan to use them for personal programming projects, such as this post that was created on the VPS. One specific project I would like to create on one of the VPS is my own VPN.