├── .ruby-version ├── CNAME ├── index.html ├── .gitignore ├── favicon.ico ├── img ├── avatar.jpg ├── publications │ ├── 14019.jpg │ ├── gitops_tools.jpg │ ├── itaffinity.png │ ├── gitops-book-dev.png │ ├── gitops_patterns2.png │ ├── gitops_argocd_flux.png │ ├── gitops_patterns1-10bcf74fd3ae5e81.png │ ├── 2318ed05-5eef-469a-a2d9-2b8ba4900605.jpeg │ ├── 2e889a4d-7e4c-48ee-85c1-60d7c4a7572c.jpeg │ ├── 4dbea201-0e96-409f-9c04-25e5431d2787.jpeg │ ├── 56bc0cf4-66f8-49ee-9a06-609d483a00d1.jpeg │ ├── 654617c3-7e77-4c17-a85e-f02df6a2b053.jpeg │ ├── 6c80b589-da52-4813-b129-a7e77e632d07.jpeg │ ├── 705b79a0-3a9a-40cf-a2c7-0e451eb61670.jpeg │ ├── 9431e47c-f6de-42b8-92ca-b24b9532a8d7.jpeg │ ├── 98eb2a51-e1ff-47fa-8b95-f2866735221b.jpeg │ ├── a0a6d6c9-e2c2-4257-b24b-55e4fd5ae3a6.jpeg │ ├── de50039d-a3ff-474d-a1d5-bbe03eadf7d0.jpeg │ ├── fragen_antworten-f1813382fe0ed6cf-a7037b431b41b227-3da4abe51150fbc8.jpeg │ ├── Coding_CD_1_150x150-2a7fca8725de60e3f31c1acb0b0153ad072e6074d81a9b619366e30d5a3fbecdae66477c70f7e5e84a508a7a84ab5bbe099c9b1738e83c64dd451a4d426d5b58.png │ ├── Coding_CD_2_150x150-11fcdc1415bbac41121ad7857ca94c30dc5b4e9b9e667748f79eae59d6222316b73867aafb98b42267b105d8098f281a87de497fede64d02816592c62f66da0b.png │ ├── Coding_CD_3_150x150-9f511846c0788fa4fe18e6daf82ae74feb6e2e62cc6cbdc2d7a8cfba563170b416ebcee6bc0cc2d65bbe9344acb1a1b4799c23fb3ba1e7c87b0de02270f20527.png │ └── Coding_CD_4_150x150-a567bbe19ae59e957f86a7e07d0d88924be209dd5e899cef97f523565ae10b6a204310fb842e68e6bfc7e961b10b6da5022490e2488b5ae85679cae0be6b33c6.png ├── favicon │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon-64x64.png │ ├── apple-touch-icon.png │ ├── android-chrome-192x192.png │ └── android-chrome-512x512.png └── de.svg ├── imprint.html ├── talks.html ├── font-awesome ├── webfonts │ ├── fa-solid-900.ttf │ ├── fa-brands-400.ttf │ ├── fa-regular-400.ttf │ └── fa-v4compatibility.ttf ├── less │ ├── _fixed-width.less │ ├── _icons.less │ ├── v4-shims.less │ ├── _screen-reader.less │ ├── _sizing.less │ └── _list.less ├── scss │ ├── _fixed-width.scss │ ├── _icons.scss │ ├── _sizing.scss │ ├── v4-shims.scss │ ├── _screen-reader.scss │ └── _list.scss └── svgs │ ├── solid │ ├── square-full.svg │ ├── circle.svg │ ├── o.svg │ ├── circle-dot.svg │ ├── genderless.svg │ ├── minus.svg │ ├── window-minimize.svg │ ├── square.svg │ ├── stop.svg │ ├── circle-half-stroke.svg │ ├── location-pin.svg │ ├── l.svg │ ├── slash.svg │ ├── ellipsis.svg │ ├── exclamation.svg │ ├── mound.svg │ ├── toggle-on.svg │ ├── ellipsis-vertical.svg │ ├── face-meh-blank.svg │ ├── bread-slice.svg │ ├── play.svg │ ├── t.svg │ ├── circle-minus.svg │ ├── file.svg │ ├── caret-left.svg │ ├── diamond.svg │ ├── sort-up.svg │ ├── caret-down.svg │ ├── caret-right.svg │ ├── caret-up.svg │ ├── dice-one.svg │ ├── mobile-button.svg │ ├── sort-down.svg │ ├── tablet-button.svg │ ├── 7.svg │ ├── angle-down.svg │ ├── angle-left.svg │ ├── angle-up.svg │ ├── bookmark.svg │ ├── chevron-left.svg │ ├── chevron-up.svg │ ├── circle-stop.svg │ ├── d.svg │ ├── j.svg │ ├── 0.svg │ ├── angle-right.svg │ ├── chevron-down.svg │ ├── chevron-right.svg │ ├── f.svg │ ├── folder.svg │ ├── location-dot.svg │ ├── message.svg │ ├── u.svg │ ├── bowling-ball.svg │ ├── check.svg │ ├── clock.svg │ ├── divide.svg │ ├── p.svg │ ├── user.svg │ ├── y.svg │ ├── equals.svg │ ├── location-arrow.svg │ ├── record-vinyl.svg │ ├── table-columns.svg │ ├── user-large.svg │ ├── volume-off.svg │ ├── cheese.svg │ ├── face-surprise.svg │ ├── grip-lines-vertical.svg │ ├── grip-lines.svg │ ├── v.svg │ ├── computer-mouse.svg │ ├── gauge-simple.svg │ ├── h.svg │ ├── i.svg │ ├── mobile.svg │ ├── spoon.svg │ ├── tablet.svg │ ├── circle-check.svg │ ├── circle-chevron-down.svg │ ├── circle-exclamation.svg │ ├── less-than.svg │ ├── plus.svg │ ├── tablet-screen-button.svg │ ├── tag.svg │ ├── tarp.svg │ ├── box.svg │ ├── circle-chevron-left.svg │ ├── circle-chevron-right.svg │ ├── circle-chevron-up.svg │ ├── dice-two.svg │ ├── greater-than.svg │ ├── mobile-screen-button.svg │ ├── neuter.svg │ ├── note-sticky.svg │ ├── shield.svg │ ├── e.svg │ ├── italic.svg │ ├── paragraph.svg │ ├── percent.svg │ ├── square-minus.svg │ ├── star-half.svg │ ├── z.svg │ ├── 1.svg │ ├── door-closed.svg │ ├── n.svg │ ├── window-maximize.svg │ ├── arrow-down.svg │ ├── arrow-up.svg │ ├── circle-user.svg │ ├── filter.svg │ ├── folder-closed.svg │ ├── info.svg │ ├── wand-magic.svg │ ├── whiskey-glass.svg │ ├── arrow-down-long.svg │ ├── arrow-left-long.svg │ ├── arrow-left.svg │ ├── arrow-right.svg │ ├── arrow-up-long.svg │ ├── face-meh.svg │ ├── forward-step.svg │ ├── industry.svg │ ├── laptop.svg │ ├── left-long.svg │ ├── pause.svg │ ├── up-long.svg │ ├── a.svg │ ├── arrow-right-long.svg │ ├── backward-step.svg │ ├── circle-play.svg │ ├── down-long.svg │ ├── gauge-simple-high.svg │ ├── lock.svg │ ├── right-long.svg │ ├── 9.svg │ ├── bullseye.svg │ ├── c.svg │ ├── circle-pause.svg │ ├── map.svg │ ├── table.svg │ ├── tape.svg │ ├── traffic-light.svg │ ├── tv.svg │ ├── yin-yang.svg │ ├── cross.svg │ ├── k.svg │ ├── magnifying-glass.svg │ ├── wallet.svg │ ├── 6.svg │ ├── ban.svg │ ├── bolt.svg │ ├── border-all.svg │ ├── circle-plus.svg │ ├── clone.svg │ ├── dice-three.svg │ ├── mobile-screen.svg │ ├── archway.svg │ ├── calendar.svg │ ├── circle-arrow-down.svg │ ├── circle-h.svg │ ├── cloud.svg │ ├── code-commit.svg │ ├── hockey-puck.svg │ ├── toggle-off.svg │ ├── camera.svg │ ├── circle-arrow-left.svg │ ├── circle-arrow-right.svg │ ├── circle-arrow-up.svg │ ├── compass.svg │ ├── font-awesome.svg │ ├── lock-open.svg │ ├── magnet.svg │ ├── pen.svg │ ├── seedling.svg │ ├── table-cells-large.svg │ ├── 4.svg │ ├── arrow-pointer.svg │ ├── bed.svg │ ├── chalkboard.svg │ ├── circle-down.svg │ ├── circle-left.svg │ ├── circle-right.svg │ ├── circle-up.svg │ ├── desktop.svg │ ├── display.svg │ ├── map-pin.svg │ ├── tenge-sign.svg │ ├── terminal.svg │ ├── arrow-turn-down.svg │ ├── face-laugh.svg │ ├── moon.svg │ ├── notdef.svg │ ├── square-check.svg │ ├── trash.svg │ ├── arrow-turn-up.svg │ ├── circle-info.svg │ ├── copyright.svg │ ├── egg.svg │ ├── eject.svg │ ├── envelope.svg │ ├── heart.svg │ ├── martini-glass.svg │ ├── eraser.svg │ ├── martini-glass-empty.svg │ ├── mattress-pillow.svg │ ├── music.svg │ ├── phone.svg │ ├── r.svg │ ├── shield-halved.svg │ ├── unlock.svg │ ├── x.svg │ ├── xmark.svg │ ├── bell-concierge.svg │ ├── ice-cream.svg │ ├── litecoin-sign.svg │ ├── stairs.svg │ ├── turn-up.svg │ └── user-minus.svg │ ├── brands │ ├── houzz.svg │ ├── flipboard.svg │ ├── unsplash.svg │ ├── yandex-international.svg │ ├── ethereum.svg │ ├── bandcamp.svg │ ├── black-tie.svg │ ├── strava.svg │ ├── microsoft.svg │ ├── flutter.svg │ ├── gitter.svg │ ├── vuejs.svg │ ├── css3.svg │ ├── cloudsmith.svg │ ├── think-peaks.svg │ ├── windows.svg │ ├── y-combinator.svg │ ├── mix.svg │ ├── google-drive.svg │ ├── uikit.svg │ ├── viacoin.svg │ ├── angular.svg │ ├── instalod.svg │ ├── webflow.svg │ ├── x-twitter.svg │ ├── modx.svg │ ├── facebook-f.svg │ ├── npm.svg │ ├── deviantart.svg │ ├── servicestack.svg │ ├── dyalog.svg │ ├── adn.svg │ ├── dochub.svg │ ├── hacker-news.svg │ ├── firstdraft.svg │ ├── space-awesome.svg │ ├── artstation.svg │ ├── html5.svg │ ├── magento.svg │ ├── twitch.svg │ ├── yahoo.svg │ ├── yandex.svg │ ├── autoprefixer.svg │ ├── elementor.svg │ ├── jira.svg │ ├── monero.svg │ ├── buysellads.svg │ ├── maxcdn.svg │ ├── mintbit.svg │ ├── patreon.svg │ ├── tiktok.svg │ ├── stack-overflow.svg │ ├── bitbucket.svg │ ├── dropbox.svg │ ├── stack-exchange.svg │ ├── css3-alt.svg │ ├── dashcube.svg │ ├── kaggle.svg │ ├── google.svg │ ├── wirsindhandwerk.svg │ ├── google-play.svg │ ├── korvue.svg │ ├── cuttlefish.svg │ ├── gg.svg │ ├── gratipay.svg │ ├── openid.svg │ ├── product-hunt.svg │ ├── font-awesome.svg │ ├── fulcrum.svg │ ├── sourcetree.svg │ ├── discourse.svg │ ├── kickstarter-k.svg │ ├── rockrms.svg │ ├── facebook.svg │ ├── sitrox.svg │ ├── square-x-twitter.svg │ ├── deezer.svg │ ├── square-facebook.svg │ ├── markdown.svg │ └── sistrix.svg │ └── regular │ ├── circle.svg │ ├── window-minimize.svg │ ├── square-full.svg │ ├── circle-dot.svg │ ├── face-meh-blank.svg │ ├── circle-stop.svg │ ├── square.svg │ ├── bookmark.svg │ ├── clock.svg │ ├── face-surprise.svg │ ├── circle-check.svg │ ├── circle-play.svg │ ├── face-meh.svg │ └── file.svg ├── consulting.html ├── projects.html ├── publications.html ├── Gemfile ├── _layouts ├── sub.html ├── projects.html └── front.html ├── .editorconfig ├── _data └── scripts │ ├── sort-posts.sh │ └── sort-projects.sh ├── _includes ├── imprint.html ├── sub-header.html └── footer.html ├── site.webmanifest └── _i18n └── en └── about-text.html /.ruby-version: -------------------------------------------------------------------------------- 1 | 3.2.3 -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | schnatterer.info 2 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: front 3 | --- 4 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .jekyll-cache 2 | _site 3 | /.history/ 4 | /.idea/ -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/favicon.ico -------------------------------------------------------------------------------- /img/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/avatar.jpg -------------------------------------------------------------------------------- /img/publications/14019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/14019.jpg -------------------------------------------------------------------------------- /img/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /img/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /img/favicon/favicon-64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/favicon/favicon-64x64.png -------------------------------------------------------------------------------- /imprint.html: -------------------------------------------------------------------------------- 1 | --- 2 | page-title: nav.imprint 3 | sub-text: 4 | content-page: imprint.html 5 | layout: sub 6 | --- -------------------------------------------------------------------------------- /img/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /img/publications/gitops_tools.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/gitops_tools.jpg -------------------------------------------------------------------------------- /img/publications/itaffinity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/itaffinity.png -------------------------------------------------------------------------------- /talks.html: -------------------------------------------------------------------------------- 1 | --- 2 | page-title: talks.title 3 | sub-text: talks.subtext 4 | content-page: talks.html 5 | layout: sub 6 | --- -------------------------------------------------------------------------------- /font-awesome/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/font-awesome/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /img/favicon/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/favicon/android-chrome-192x192.png -------------------------------------------------------------------------------- /img/favicon/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/favicon/android-chrome-512x512.png -------------------------------------------------------------------------------- /img/publications/gitops-book-dev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/gitops-book-dev.png -------------------------------------------------------------------------------- /img/publications/gitops_patterns2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/gitops_patterns2.png -------------------------------------------------------------------------------- /font-awesome/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/font-awesome/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /font-awesome/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/font-awesome/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /img/publications/gitops_argocd_flux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/gitops_argocd_flux.png -------------------------------------------------------------------------------- /consulting.html: -------------------------------------------------------------------------------- 1 | --- 2 | page-title: consulting.title 3 | sub-text: consulting.subtext 4 | content-page: consulting.html 5 | layout: sub 6 | --- -------------------------------------------------------------------------------- /font-awesome/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/font-awesome/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /projects.html: -------------------------------------------------------------------------------- 1 | --- 2 | page-title: projects.title 3 | sub-text: projects.subtext 4 | content-page: projects.html 5 | layout: projects 6 | --- -------------------------------------------------------------------------------- /publications.html: -------------------------------------------------------------------------------- 1 | --- 2 | page-title: publications.title 3 | sub-text: publications.subtext 4 | content-page: publications.html 5 | layout: sub 6 | --- -------------------------------------------------------------------------------- /img/publications/gitops_patterns1-10bcf74fd3ae5e81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/gitops_patterns1-10bcf74fd3ae5e81.png -------------------------------------------------------------------------------- /img/publications/2318ed05-5eef-469a-a2d9-2b8ba4900605.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/2318ed05-5eef-469a-a2d9-2b8ba4900605.jpeg -------------------------------------------------------------------------------- /img/publications/2e889a4d-7e4c-48ee-85c1-60d7c4a7572c.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/2e889a4d-7e4c-48ee-85c1-60d7c4a7572c.jpeg -------------------------------------------------------------------------------- /img/publications/4dbea201-0e96-409f-9c04-25e5431d2787.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/4dbea201-0e96-409f-9c04-25e5431d2787.jpeg -------------------------------------------------------------------------------- /img/publications/56bc0cf4-66f8-49ee-9a06-609d483a00d1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/56bc0cf4-66f8-49ee-9a06-609d483a00d1.jpeg -------------------------------------------------------------------------------- /img/publications/654617c3-7e77-4c17-a85e-f02df6a2b053.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/654617c3-7e77-4c17-a85e-f02df6a2b053.jpeg -------------------------------------------------------------------------------- /img/publications/6c80b589-da52-4813-b129-a7e77e632d07.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/6c80b589-da52-4813-b129-a7e77e632d07.jpeg -------------------------------------------------------------------------------- /img/publications/705b79a0-3a9a-40cf-a2c7-0e451eb61670.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/705b79a0-3a9a-40cf-a2c7-0e451eb61670.jpeg -------------------------------------------------------------------------------- /img/publications/9431e47c-f6de-42b8-92ca-b24b9532a8d7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/9431e47c-f6de-42b8-92ca-b24b9532a8d7.jpeg -------------------------------------------------------------------------------- /img/publications/98eb2a51-e1ff-47fa-8b95-f2866735221b.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/98eb2a51-e1ff-47fa-8b95-f2866735221b.jpeg -------------------------------------------------------------------------------- /img/publications/a0a6d6c9-e2c2-4257-b24b-55e4fd5ae3a6.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/a0a6d6c9-e2c2-4257-b24b-55e4fd5ae3a6.jpeg -------------------------------------------------------------------------------- /img/publications/de50039d-a3ff-474d-a1d5-bbe03eadf7d0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/de50039d-a3ff-474d-a1d5-bbe03eadf7d0.jpeg -------------------------------------------------------------------------------- /font-awesome/less/_fixed-width.less: -------------------------------------------------------------------------------- 1 | // fixed-width icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-fw { 5 | text-align: center; 6 | width: @fa-fw-width; 7 | } 8 | -------------------------------------------------------------------------------- /font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // fixed-width icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-fw { 5 | text-align: center; 6 | width: $fa-fw-width; 7 | } 8 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'jekyll', '~> 4.4.1' 4 | 5 | group :jekyll_plugins do 6 | gem 'jekyll-multiple-languages-plugin', '~> 1.7.0' 7 | end 8 | 9 | gem "webrick", "~> 1.9.1" 10 | -------------------------------------------------------------------------------- /img/publications/fragen_antworten-f1813382fe0ed6cf-a7037b431b41b227-3da4abe51150fbc8.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schnatterer/info/main/img/publications/fragen_antworten-f1813382fe0ed6cf-a7037b431b41b227-3da4abe51150fbc8.jpeg -------------------------------------------------------------------------------- /img/de.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_layouts/sub.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {% include head.html %} 6 | 7 |
8 | 9 | {% include sub-header.html %} 10 | {% include {{ page.content-page }} %} 11 | {% include footer.html %} 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # top-most EditorConfig file 2 | root = true 3 | 4 | # Unix-style newlines with a newline ending every file 5 | [*] 6 | end_of_line = lf 7 | 8 | [*.json] 9 | indent_style = space 10 | indent_size = 2 11 | 12 | # 4 space indentation 13 | [*.sh] 14 | indent_style = space 15 | indent_size = 2 -------------------------------------------------------------------------------- /_data/scripts/sort-posts.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | set -o errexit -o nounset -o pipefail 4 | 5 | BASEDIR=$(dirname $0) 6 | 7 | tmpfile=$(mktemp) 8 | yq --yaml-output ".[].pubs |= (sort_by(.date, .title) | reverse)" ${BASEDIR}/../publications.yaml > ${tmpfile} 9 | mv ${tmpfile} ${BASEDIR}/../publications.yaml -------------------------------------------------------------------------------- /_includes/imprint.html: -------------------------------------------------------------------------------- 1 |Having grown up in software development, worked for years in the field of DevOps / Cloud Engineering, as 2 | consultant and trainer, 3 | I currently am Field CTO at Cloudogu, creating technological solutions with our customers and partners.
4 | 5 |I am available to talk about potential collaborations.
6 |
7 | Ideally, today.