This is the timeline of my life in the tech world...

Commit on Jan 1, 2007
1 /**
2 * Me and some friends had a game server of Counter-Strike 1.6.
3 * I programmed plugins so we can have our custom gamemodes.
4 */
5 me: {
6 current_age: 13,
7 current_language: "Pawn",
8 current_project: "Counter-Strike 1.6",
9 current_studying: "High School",
10 current_work: null,
11 }
Commit on Dec 1, 2011
1 /**
2 * I started to play Minecraft with a friend and we decided
3 * to make a server, so i learned Java just by punching
4 * the keyboard a bunch of times.
5 */
6 me: {
7 current_age: 17,
8 current_language: "Java",
9 current_project: "Minecraft",
10 current_studying: "High School",
11 current_work: null,
12 }
Commit on Dec 1, 2012
1 /**
2 * Finished High School and started working at Kumón,
3 * which is an institute of mathematics and language.
4 * In the mean time kept doing little things in Java or C.
5 */
6 me: {
7 current_age: 18,
8 current_language: "Java and C",
9 current_project: "Minecraft and little things",
10 current_studying: "High School",
11 current_work: "Kumón",
12 }
Commit on Mar 1, 2014
1 /**
2 * Joined a tertiary education school where i learned
3 * web programming with some good friends. Later, me
4 * and my friend that we were doing the minecraft
5 * server, got a deal with a company that gave us a
6 * VPS to make a multi-server that could support
7 * a bunch of players.
8 */
9 me: {
10 current_age: 19,
11 current_language: "Java, C, C++ and PHP",
12 current_project: "Minecraft and school projects",
13 current_studying: "Tertiary education",
14 current_work: "Kumón",
15 }
Commit on Mar 1, 2018
1 /**
2 * Finished the tertiary school and decided
3 * to join college to study Systems Engineering.
4 */
5 me: {
6 current_age: 23,
7 current_language: "C, PHP and Javascript",
8 current_project: "College projects",
9 current_studying: "College",
10 current_work: "Kumón",
11 }
Commit on Nov 1, 2019
1 /**
2 * Started to work in a Startup called Holovox
3 * as a Fullstack Software Engineer.
4 */
5 me: {
6 current_age: 25,
7 current_language: "PHP and Javascript",
8 current_project: "Work and college projects",
9 current_studying: "College",
10 current_work: "Holovox",
11 }
Commit on May 1, 2021
1 /**
2 * The startup unfortunately had to close so
3 * I joined Mercadolibre as a Backend Software Engineer.
4 */
5 me: {
6 current_age: 26,
7 current_language: "Java and Javascript",
8 current_project: "Work, side projects and college",
9 current_studying: "College",
10 current_work: "Mercadolibre",
11 }

Work in progress...