(about) update timeline

This commit is contained in:
Maciej Jur 2023-07-05 17:24:42 +02:00
parent 992f2a4cd2
commit c4f60fd66a
2 changed files with 9 additions and 79 deletions

View file

@ -1,10 +1,4 @@
[ [
{
"year": 2015,
"events": [
"Learned HTML, CSS, SQL, PHP and Lua"
]
},
{ {
"year": 2016, "year": 2016,
"months": [ "months": [
@ -16,70 +10,13 @@
} }
] ]
}, },
{
"year": 2017,
"events": [
"Learned JavaScript"
]
},
{ {
"year": 2018, "year": 2018,
"events": [
"Learned Java"
]
},
{
"year": 2019,
"events": [
"Learned Scala and OCaml, got interested in the functional paradigm and functional languages."
]
},
{
"year": 2020,
"events": [
"Learned Python, Bash and *nix"
]
},
{
"year": 2021,
"months": [ "months": [
{
"month": "January",
"events": [
"Learned C# and ASP.NET"
]
},
{
"month": "May",
"events": [
"Learned Vue.js"
]
},
{
"month": "July",
"events": [
"Learned TypeScript and Angular",
"Idea for a personal website is conceived. The first idea is to use Angular for the website.",
"28th - First [basic layout](/static/first-layout.png) in plain HTML and CSS is created by hand."
]
},
{
"month": "August",
"events": [
"Started thinking about using a static website generator, Jekyll and Hugo are under consideration.",
"26th - Migrating already created content to Hugo."
]
},
{ {
"month": "September", "month": "September",
"events": [ "events": [
"Learned Hugo" "Started studying Computer Science"
]
},
{
"month": "December",
"events": [
"Started using GNU/Linux"
] ]
} }
] ]
@ -92,19 +29,6 @@
"events": [ "events": [
"Completed bachelor's degree in Computer Science at Wrocław University of Science and Technology" "Completed bachelor's degree in Computer Science at Wrocław University of Science and Technology"
] ]
},
{
"month": "April",
"events": [
"Learned Svelte"
]
},
{
"month": "December",
"events": [
"Learned DevOps - vagrant, docker, ansible, kubernetes, etc.",
"Learned Rust"
]
} }
] ]
}, },
@ -112,9 +36,9 @@
"year": 2023, "year": 2023,
"months": [ "months": [
{ {
"month": "April", "month": "July",
"events": [ "events": [
"Learned Astro" "Completed master's degree in Computer Science at Wrocław University of Science and Technology"
] ]
} }
] ]

View file

@ -3,12 +3,18 @@ layout: ../layouts/Wiki.astro
title: "About me" title: "About me"
date: 2021-09-10T19:34:01+02:00 date: 2021-09-10T19:34:01+02:00
--- ---
import Timeline from "@components/Timeline.astro";
I studied Computer Science at a university and I have professional experience as a TypeScript developer. I can use languages such as Rust, C#, TypeScript or Python to write efficient software. I'm also interested in functional programming and I have experience in using languages like Scala or OCaml. I have a lot of experience in web development and I can use several different frameworks, such as Angular, SolidJS, Svelte or Vue. I studied Computer Science at a university and I have professional experience as a TypeScript developer. I can use languages such as Rust, C#, TypeScript or Python to write efficient software. I'm also interested in functional programming and I have experience in using languages like Scala or OCaml. I have a lot of experience in web development and I can use several different frameworks, such as Angular, SolidJS, Svelte or Vue.
I'm interested in Japanese history, spanning from ancient times to the modern era. Additionally, I'm interested in Japanese mythology including, but not limited to, supernatural beings, such as 神, 妖怪, 幽霊, and more. Since 2016, I've been learning Japanese, as I believe that it will allow me to better understand some aspects of Japanese culture. Although I still have a long way ahead of me, I am determined to achieve fluency in Japanese language in the future. I'm interested in Japanese history, spanning from ancient times to the modern era. Additionally, I'm interested in Japanese mythology including, but not limited to, supernatural beings, such as 神, 妖怪, 幽霊, and more. Since 2016, I've been learning Japanese, as I believe that it will allow me to better understand some aspects of Japanese culture. Although I still have a long way ahead of me, I am determined to achieve fluency in Japanese language in the future.
## Timeline
<Timeline />
## Acknowledgements ## Acknowledgements
This website would not have been possible without the following free and open-source projects. Thanks! This website would not have been possible without the following free and open-source projects. Thanks!