Post

Hello, World!

Saying hello from my first blog post!

Hey there, this is Al and this is my first post. Here, I’ll be posting about programming and technologies in several areas. In this first post, I’ll be talking about the motivation behind setting up my own Jekyll blog and self-hosted Git server.

To begin with, when I was young I love playing games. One day, my parents told me I should use some time to do other activities as I used my father’s device to play games or watch YouTube; that’s where such thoughts came from. What if I have my own thing so that someone else can’t complain it’s their turn? What if this is a good learning experience? How do companies like Google or Apple set these websites up?

That was 9 years ago and I am now 17, about to turn 18 by the year I am writing this. To be frank, it turned out well enough to not be torn about setting this up. To be honest, this is one of the biggest hassle I have done in my entire life, programming in Assembly stood no chance against this.

Setting up my own Git server was completely different than I thought, surprisingly. All I had to do is just wget and install Gitea on the server then writing around 30 lines of Shell code.

It was an enjoyable experience for me. Hopefully, I can use this skill to apply to similar processes in the future when time comes. That is it for this post. It is super short today as I have no idea what to post at the moment. Goodbye and have a nice day everyone!

1
2
3
4
5
6
7
#include <iostream>

int main()
{
    std::println("Goodbye!");
    return 0;
}
This post is licensed under CC BY 4.0 by the author.