mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-12 19:20:47 +02:00
Compare commits
45 Commits
e3aca41540
...
snyk-upgra
Author | SHA1 | Date | |
---|---|---|---|
|
beca5c3777 | ||
2d71d81e2d | |||
|
ce1d321ca5 | ||
e0e70ef02b | |||
|
6a68317467 | ||
bb9c60cae1 | |||
|
68be00f203 | ||
4a2cda3b3a | |||
44f64093b7 | |||
|
c049550537 | ||
|
63358f9ae1 | ||
65b5a25d55 | |||
|
f388078e7b | ||
2001f3177f | |||
ff05ed96ff | |||
f18dd8874f | |||
|
65ee109e90 | ||
|
9a2be8d95c | ||
|
2dc8dc3ffb | ||
dcff39ec77 | |||
|
aced724d40 | ||
499897f894 | |||
|
3b8b879bb1 | ||
04717d6035 | |||
|
271152db62 | ||
41ed9dd34c | |||
|
03122f846a | ||
fe9627da68 | |||
|
32536e64c7 | ||
a55a136087 | |||
830b9cf4d8 | |||
aa87dd0be7 | |||
|
a86aca1a71 | ||
|
cf99cbf027 | ||
|
76fa1f530d | ||
34d69891ca | |||
3756a9c1c8 | |||
|
09019de153 | ||
bc7e35b888 | |||
|
fd15d4ac18 | ||
|
6148d98155 | ||
d6a7dbefde | |||
|
f543e30e42 | ||
4be2bf852e | |||
ca2602f883 |
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@@ -1,10 +1,17 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"codepen",
|
||||
"disqus",
|
||||
"fontawesome",
|
||||
"fortawesome",
|
||||
"frontmatter",
|
||||
"slsw"
|
||||
"Lieshoutt",
|
||||
"Rickvan",
|
||||
"rickvanlieshoutcom",
|
||||
"slsw",
|
||||
"soundcloud",
|
||||
"todos",
|
||||
"weibo"
|
||||
],
|
||||
"grammarly.selectors": [
|
||||
{
|
||||
|
@@ -46,7 +46,7 @@
|
||||
"author": {
|
||||
"name": "Rick van Lieshout",
|
||||
"photo": "/content/me.png",
|
||||
"bio": "I'm a passionate CTO that bifurcates his love between great software development and leading others in their continuous improvement journeys",
|
||||
"bio": "I'm a passionate CTO who bifurcates his love between great software development and leading others in their continuous improvement journeys",
|
||||
"contacts": {
|
||||
"email": "info@rickvanlieshout.com",
|
||||
"github": "mastermindzh",
|
||||
|
@@ -20,14 +20,14 @@ template: "page"
|
||||
_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.
|
||||
|
||||
**Tech lead / CTO at INFORIT**<br />
|
||||
**CTO at Frontliners (previously 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.
|
||||
At Frontliners 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.
|
||||
|
||||
The other main responsibility I have is creating and maintaining a coherent team of lead developers by sharing knowledge, making decisions, and empowering leads to explore technologies outside of their comfort zone.
|
||||
|
||||
At INFORIT I also help with the recruitment of new employees, setting up and maintaining agile strategies including proper test management, and general software development.
|
||||
During my time at INFORIT, we've grown from 5-7 in-house developers to 10, full-sized, SCRUM teams.
|
||||
At Frontliners I also help with the recruitment of new employees, setting up and maintaining agile strategies including proper test management, and general software development.
|
||||
During my time at Frontliners, we've grown from 5-7 in-house developers to 10, full-sized, SCRUM teams.
|
||||
|
||||
Most relevant technologies used: dotnetcore, React, Angular, Kafka, RabbitMQ, Mongo, PostgreSQL, Growthbook, Docker & Kubernetes
|
||||
|
||||
|
2501
package-lock.json
generated
2501
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
50
package.json
50
package.json
@@ -49,40 +49,40 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||
"classnames": "^2.3.2",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
||||
"@fortawesome/react-fontawesome": "^0.2.2",
|
||||
"classnames": "^2.5.1",
|
||||
"disqus-react": "^1.1.5",
|
||||
"gatsby": "^5.12.9",
|
||||
"gatsby": "^5.14.0",
|
||||
"gatsby-link": "^5.12.1",
|
||||
"gatsby-plugin-catch-links": "^5.12.0",
|
||||
"gatsby-plugin-feed": "^5.12.3",
|
||||
"gatsby-plugin-google-gtag": "^5.12.3",
|
||||
"gatsby-plugin-image": "^3.12.0",
|
||||
"gatsby-plugin-manifest": "^5.12.3",
|
||||
"gatsby-plugin-catch-links": "^5.13.1",
|
||||
"gatsby-plugin-feed": "^5.13.1",
|
||||
"gatsby-plugin-google-gtag": "^5.13.1",
|
||||
"gatsby-plugin-image": "^3.13.0",
|
||||
"gatsby-plugin-manifest": "^5.13.1",
|
||||
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
||||
"gatsby-plugin-react-helmet": "^6.12.0",
|
||||
"gatsby-plugin-react-helmet": "^6.13.1",
|
||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||
"gatsby-plugin-robots-txt": "^1.8.0",
|
||||
"gatsby-plugin-sass": "^6.12.3",
|
||||
"gatsby-plugin-sharp": "^5.12.3",
|
||||
"gatsby-plugin-sitemap": "^6.12.3",
|
||||
"gatsby-remark-autolink-headers": "^6.12.3",
|
||||
"gatsby-remark-copy-linked-files": "^6.12.0",
|
||||
"gatsby-plugin-sass": "^6.13.1",
|
||||
"gatsby-plugin-sharp": "^5.13.1",
|
||||
"gatsby-plugin-sitemap": "^6.13.1",
|
||||
"gatsby-remark-autolink-headers": "^6.13.1",
|
||||
"gatsby-remark-copy-linked-files": "^6.13.2",
|
||||
"gatsby-remark-external-links": "0.0.4",
|
||||
"gatsby-remark-images": "^7.12.3",
|
||||
"gatsby-remark-images": "^7.13.2",
|
||||
"gatsby-remark-images-medium-zoom": "^1.7.0",
|
||||
"gatsby-remark-prismjs": "^7.12.0",
|
||||
"gatsby-remark-responsive-iframe": "^6.12.0",
|
||||
"gatsby-remark-smartypants": "^6.12.0",
|
||||
"gatsby-source-filesystem": "^5.12.1",
|
||||
"gatsby-transformer-remark": "^6.12.3",
|
||||
"gatsby-transformer-sharp": "^5.12.3",
|
||||
"gatsby-remark-prismjs": "^7.13.2",
|
||||
"gatsby-remark-responsive-iframe": "^6.13.2",
|
||||
"gatsby-remark-smartypants": "^6.13.1",
|
||||
"gatsby-source-filesystem": "^5.13.1",
|
||||
"gatsby-transformer-remark": "^6.13.1",
|
||||
"gatsby-transformer-sharp": "^5.13.1",
|
||||
"prismjs": "^1.29.0",
|
||||
"react": "^18.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-cookie-consent": "^8.0.1",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-toggle": "^4.1.3",
|
||||
"reading-time": "^1.5.0"
|
||||
|
Reference in New Issue
Block a user