diff --git a/src/components/About.vue b/src/components/About.vue
index 563d7cf..b36f4a8 100644
--- a/src/components/About.vue
+++ b/src/components/About.vue
@@ -22,29 +22,27 @@
really. The most important part is that I learn something. Like with my project
where I was setting
up a Blazor Interactive SSR web app. I learned quite a lot doing that project. For example how to handle file
- upload, or some of the newer C# syntax, like the "Index from end expression" [^1]
[^1]
- Another project I'm also quite proud of, is my own, custom search engine. Or well, it was supposed to be a search - engine, but ended up as a crawler, that collected statistics of various metrics, such as response codes, server - type, Tls version, Etc. It's still on-going, as the IPv4 space is quite large. Some of the best aspects of the +
Another project I'm also quite proud of, is my own custom search engine. Or well, it was supposed to be a search + engine, but ended up as a crawler, that collects statistics of various metrics, such as response codes, server + type, Tls version, Etc. It's still running, as the IPv4 space is quite large. Some of the best aspects of the projects, was that I learned how to optimally handle high amounts of threads (up to 256 threads) for the scanner to use, when finding websites on the internet.
- A little more about me :) I like to bike. I have a normal, bog-standard bike cycle, that I like to bike large +
A little more about me :) I like to bike. I have a normal, bog-standard bike cycle, that I like to bike large distances with. I try to aim at 80Km and as early as possible. Usually, when biking those distances, I aim to start the journey at 5 in the morning. It gives a good jolt of energy, when the morning fog hits. Plus, when start that early on, you usually find some pretty cool scenes. Like this image I took at 5:30 in the morning, not too far from my apartment.
Not bad huh? The things you see when everyone is asleep.
And this is my humble bike. It has taken me many places, and it's still going strong.
diff --git a/src/components/Fortran/Fortran_Index.vue b/src/components/Fortran/Fortran_Index.vue index 3a895a1..fd14b70 100644 --- a/src/components/Fortran/Fortran_Index.vue +++ b/src/components/Fortran/Fortran_Index.vue @@ -7,6 +7,10 @@Fortran is an interesting language. It's one of the older languages still in use to this very day.
+