diff options
| -rw-r--r-- | app/assets/index.html | 6 | ||||
| -rw-r--r-- | app/base.styl | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 11c95b7..c15476b 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -44,7 +44,7 @@ <h1>Summary</h1> <p> Current senior backend and infrastructure developer at <a href="https://sapera.com">Sapera GmbH</a>, with 9+ - years experience in development (backend/API focused), 4+ years in infrastructure automation and DevSecOps, + years experience in development (backend/API focused), 4+ years in infrastructure automation and DevOps, 0+ years Security analysis and Red Team exploit testing. An avid fan of automation, sustainability, design patterns, and clean code. Always interested in deriving a better problem-solving method for challenging tasks, and learning sensible new technologies and tools (if the @@ -124,6 +124,8 @@ Provided support and tutoring to work with our standard deployment workflows (internally and externally). </li> <li>Worked closely with our Systems Engineer to support with various DevOps tasks.</li> + <li>Maintained the data pipelines as an interim data scientist. <em>Jul. 2021 - Present</em></li> + <li>Provisioned and rewrote the data pipelines to adhere to better CI/CD standards.</li> </ul> </article> <article> @@ -242,7 +244,7 @@ <article> <h2> <a href="https://git.sr.ht/~a14m/OTW"> - Over the Wire Solutions + Over The Wire Solutions </a> </h2> <p> diff --git a/app/base.styl b/app/base.styl index 394d8b1..f6edae9 100644 --- a/app/base.styl +++ b/app/base.styl @@ -133,6 +133,7 @@ article { display: flex flex-flow: row wrap justify-content: space-between; + number: 2 @media screen and (max-width: 740px) { flex-flow: column wrap |
