From 667438483b408322367c11bc11435d9be975256e Mon Sep 17 00:00:00 2001 From: ogerly Date: Sat, 4 Feb 2023 09:05:01 +0100 Subject: [PATCH 1/6] add people page for alex --- docs/index.md | 2 +- docs/people/alexander-friedland.md | 75 ++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 docs/people/alexander-friedland.md diff --git a/docs/index.md b/docs/index.md index 8e12200..2014c8f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ In the following we list some projects we are proud of: Since we constantly try to recruit new members this list is not complete. -- Alex +- Alex [Alex](./people/alexander-friedland.md) - [Wolfgang Huß](./people/wolfgang-huss.md) - Moriz - [Ulf Gebhardt](./people/ulf-gebhardt.md) diff --git a/docs/people/alexander-friedland.md b/docs/people/alexander-friedland.md new file mode 100644 index 0000000..eed9142 --- /dev/null +++ b/docs/people/alexander-friedland.md @@ -0,0 +1,75 @@ + +# Alexander Friedland + +![Bild – Alexander Friedland](https://avatars.githubusercontent.com/u/1324583?s=400&u=6fef4891e73aa4aaddaecfa883303e9e0b2ba53b&v=4) + + +Since 1999 I am a web developer. I don't have a degree, I'm a career changer and taught myself everything. +Javascript is my strength. I can build anything you want on the frontend. I have participated in a great many projects. + +## Roles + +- Desktop application developer +- Frontend developer + +## Expertise & Projects + +I developed and contributed to different projects: + +- Programmer for [ocelot.social project](https://github.com/Ocelot-Social-Community) + - Frontend development + - DevOps + - GitHub + - UI (user interface) + - Testing + - Manual testing +- Programmer for [Gradido software project](../projects/gradido.md) + - Frontend development + +### Frontend Development + +- [Javascript](https://www.javascript.com/) +- [Vue](https://vuejs.org/) +- [Nuxt](https://nuxtjs.org) +- [BootstrapVue](https://bootstrap-vue.org/) + +### Backend Development + +- [Node](https://nodejs.org/) +- [Neo4j](https://neo4j.com/) +- [IPFS](https://ipfs.tech/) +- [PHP](https://www.php.net/) + +### DevOps + +- [Docker](https://www.docker.com) +- [GitHub](https://github.com/) + +### Testing + +- [Jest](https://jestjs.io) +- [Cypress](https://www.cypress.io/) +- [Cucumber](https://cucumber.io/) + +### Programming & Database & Markup Languages + +- [Javascript](https://www.javascript.com/) +- [GraphQL](https://graphql.org) +- [Cypher](https://neo4j.com/developer/cypher/) +- [HTML](https://en.wikipedia.org/wiki/HTML) +- [CSS](https://en.wikipedia.org/wiki/CSS) +- [PostScript](https://en.wikipedia.org/wiki/PostScript) + +## Spoken Languages + +- German (native speaker) +- English (read and write) + +## Profile + +- [Github](https://github.com/ogerly) + + + + From 4612f1650516f51553f4b037d7fa24ce4171cc3d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 7 Feb 2023 21:38:08 +0100 Subject: [PATCH 2/6] fix apostrophs --- docs/people/alexander-friedland.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/people/alexander-friedland.md b/docs/people/alexander-friedland.md index eed9142..18b30a6 100644 --- a/docs/people/alexander-friedland.md +++ b/docs/people/alexander-friedland.md @@ -5,7 +5,7 @@ -Since 1999 I am a web developer. I don't have a degree, I'm a career changer and taught myself everything. +Since 1999 I am a web developer. I don’t have a degree, I’m a career changer and taught myself everything. Javascript is my strength. I can build anything you want on the frontend. I have participated in a great many projects. ## Roles From c90de932f02c049a7aad8584e28868e45d74440b Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 7 Feb 2023 21:40:56 +0100 Subject: [PATCH 3/6] corrected menus --- docs/.vuepress/config.js | 2 ++ docs/index.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 4dd3daa..88949a8 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -48,8 +48,10 @@ module.exports = { title: 'People', collapsable: false, children: [ + ['/people/ulf-gebhardt', 'Ulf Gebhardt'], ['/people/wolfgang-huss', 'Wolfgang Huß'], + ['/people/alexander-friedland.md', 'Alexander Friedland'], // ['/random/website', 'Websites using this theme 👌'], // ['/random/emoji', 'Emoji 😃'], // ['/random/lorem', 'Lorem Ipsum 🌟'] diff --git a/docs/index.md b/docs/index.md index 2014c8f..81b6532 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ In the following we list some projects we are proud of: Since we constantly try to recruit new members this list is not complete. -- Alex [Alex](./people/alexander-friedland.md) +- [Alexander Friedland](./people/alexander-friedland.md) - [Wolfgang Huß](./people/wolfgang-huss.md) - Moriz - [Ulf Gebhardt](./people/ulf-gebhardt.md) From 5a87372d96eab4c2899f739183e48fa146e52632 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 7 Feb 2023 21:43:06 +0100 Subject: [PATCH 4/6] order of people --- docs/.vuepress/config.js | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 88949a8..ee5d4e3 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -49,9 +49,9 @@ module.exports = { collapsable: false, children: [ + ['/people/alexander-friedland', 'Alexander Friedland'], ['/people/ulf-gebhardt', 'Ulf Gebhardt'], ['/people/wolfgang-huss', 'Wolfgang Huß'], - ['/people/alexander-friedland.md', 'Alexander Friedland'], // ['/random/website', 'Websites using this theme 👌'], // ['/random/emoji', 'Emoji 😃'], // ['/random/lorem', 'Lorem Ipsum 🌟'] diff --git a/docs/index.md b/docs/index.md index 81b6532..4beb835 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,9 +24,9 @@ In the following we list some projects we are proud of: Since we constantly try to recruit new members this list is not complete. - [Alexander Friedland](./people/alexander-friedland.md) -- [Wolfgang Huß](./people/wolfgang-huss.md) - Moriz - [Ulf Gebhardt](./people/ulf-gebhardt.md) +- [Wolfgang Huß](./people/wolfgang-huss.md) - Mahula - Claus-Peter - Hardi From bb4030b8b87efe8c282253d47a7a7b842207bf8e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 7 Feb 2023 21:46:24 +0100 Subject: [PATCH 5/6] remove space --- docs/.vuepress/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index ee5d4e3..7d18e5f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -48,7 +48,6 @@ module.exports = { title: 'People', collapsable: false, children: [ - ['/people/alexander-friedland', 'Alexander Friedland'], ['/people/ulf-gebhardt', 'Ulf Gebhardt'], ['/people/wolfgang-huss', 'Wolfgang Huß'], From d47f22d065d6d7b2e67997eb84fcc7d61a9b5bdb Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 7 Feb 2023 21:47:27 +0100 Subject: [PATCH 6/6] remove some comments --- docs/.vuepress/config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 7d18e5f..b591550 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -51,9 +51,6 @@ module.exports = { ['/people/alexander-friedland', 'Alexander Friedland'], ['/people/ulf-gebhardt', 'Ulf Gebhardt'], ['/people/wolfgang-huss', 'Wolfgang Huß'], - // ['/random/website', 'Websites using this theme 👌'], - // ['/random/emoji', 'Emoji 😃'], - // ['/random/lorem', 'Lorem Ipsum 🌟'] ] }, ]