From c4f60fd66ae5701bc01dc6cc4008e16fce784111 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Wed, 5 Jul 2023 17:24:42 +0200 Subject: [PATCH] (about) update timeline --- src/assets/timeline.json | 82 ++-------------------------------------- src/pages/about.mdx | 6 +++ 2 files changed, 9 insertions(+), 79 deletions(-) diff --git a/src/assets/timeline.json b/src/assets/timeline.json index 843621d..c7b6ee9 100644 --- a/src/assets/timeline.json +++ b/src/assets/timeline.json @@ -1,10 +1,4 @@ [ - { - "year": 2015, - "events": [ - "Learned HTML, CSS, SQL, PHP and Lua" - ] - }, { "year": 2016, "months": [ @@ -16,70 +10,13 @@ } ] }, - { - "year": 2017, - "events": [ - "Learned JavaScript" - ] - }, { "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": [ - { - "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", "events": [ - "Learned Hugo" - ] - }, - { - "month": "December", - "events": [ - "Started using GNU/Linux" + "Started studying Computer Science" ] } ] @@ -92,19 +29,6 @@ "events": [ "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, "months": [ { - "month": "April", + "month": "July", "events": [ - "Learned Astro" + "Completed master's degree in Computer Science at Wrocław University of Science and Technology" ] } ] diff --git a/src/pages/about.mdx b/src/pages/about.mdx index f70fe1c..3acef28 100644 --- a/src/pages/about.mdx +++ b/src/pages/about.mdx @@ -3,12 +3,18 @@ layout: ../layouts/Wiki.astro title: "About me" 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'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 + + + + ## Acknowledgements This website would not have been possible without the following free and open-source projects. Thanks!