Added redirects (htaccess + cloudflare)

- fixed some blog content
- added todos
- fixed rss redirect
- moved to "trailingSlash always" in accordance with newest Gatsby spec
This commit is contained in:
2022-10-17 17:11:55 +02:00
parent 1541303669
commit 6531c9b2b3
14 changed files with 84 additions and 10 deletions

View File

@@ -43,7 +43,7 @@
"email": "info@rickvanlieshout.com",
"github": "mastermindzh",
"facebook": "mastermindzh",
"rss": "rss.xml",
"rss": "/rss.xml",
"twitter": "mastermindzh",
"linkedin": "rickvanlieshout",
"youtube": "RickvanLieshoutt",
@@ -58,4 +58,4 @@
"phone": "+31614436562"
}
}
}
}

View File

@@ -2,6 +2,7 @@
title: "Resume"
template: "page"
---
<!-- prettier-ignore -->
| | |
| --- | --- |
@@ -15,6 +16,10 @@ template: "page"
## Work experience
**Open-source aficionado**<br />
_Always_<br />
A fair share of my private work is done through open-source media. I don't have a portfolio but I have a [Github](https://github.com/mastermindzh) where I share most things.
**Software architect at INFORIT**<br />
_2018 - Now_<br />
At INFORIT I am responsible for the entire technical architecture of the new TFX stack that I launched shortly after 2018. This involves setting up and maintaining a modern event based microservice architecture on a Kubernetes based SaaS cloud solution and migrating to modern programming languages such as dotnetcore and React.

View File

@@ -26,6 +26,6 @@ That is why the team behind Numix has requested the package to be removed from t
## Arduino sneak peak.
I acquired some new toys for the arduino, two of them being the "Adafruit mini 8x8 LED matrix". To use them I had to install 2 libraries, and with those came "Example sketches". One of those example sketches was a "Robotic eye", naturally with me having 2 new toys I decided to create a little "face" (just eyes) with the prebuilt sketches. Anyways I thought that looked cool so I made a video of it which you can watch below:
I acquired some new toys for the arduino, two of them being the "Adafruit mini 8x8 LED matrix". To use them I had to install 2 libraries, and with those came "Example sketches". One of those example sketches was a "Robotic eye", naturally with me having 2 new toys I decided to create a little "face" (just eyes) with the prebuilt sketches. Anyways I thought that looked cool so I made a photo which you can view below:
<iframe src="//www.youtube.com/embed/7WeG88fOVbA" allowfullscreen="" width="560" height="315" frameborder="0"></iframe>
!["two led matrices with green lights illustrating eyes"](./media/face.png "Google eyes... but matrix style")

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

View File

@@ -1,6 +1,6 @@
---
title: "Me, my blog, and projects."
date: "2014-11-16"
date: "2014-10-21"
template: "post"
category: "blog"
tags:

View File

@@ -1,6 +1,6 @@
---
title: "My brand new blog"
date: "2014-09-05"
date: "2014-09-05 22:00"
template: "post"
category: "blog"
tags:

View File

@@ -1,6 +1,6 @@
---
title: "Raspberry pi cluster Step 1: Shopping"
date: "2014-09-05"
date: "2014-09-05 23:00"
template: "post"
category: "Homelab"
tags:

View File

@@ -1,6 +1,6 @@
---
title: "Shellshock and why you shouldn't get your panties in a bunch."
date: "2014-09-27:23:00"
date: "2014-09-27 23:00"
template: "post"
category: "exploits"
tags:

View File

@@ -11,6 +11,8 @@ description: "My final assignment for a school course is to learn a new language
disqusId: "20"
---
!["Logo of the scala programming language"](./scala.png)
One of the final assignments for a school course called "APP" (Algorithms Programming language & Paradigms) was/is to learn a new programming language using the book "[Seven languages in Seven weeks](https://pragprog.com/book/btlang/seven-languages-in-seven-weeks)".
The idea of this book is that you can get comfortable with a programming language in just a week. As you can probably guess from the title the book covers 7 languages in total and I will be covering at least 1 (Scala).

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB