<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <docs>https://blogs.law.harvard.edu/tech/rss</docs>
    <title>Max Strübing</title>
    <link>https://maex.me/</link>
    <description>Recent content on Max Strübing</description>
    <ttl>1440</ttl>
    <generator>Hugo 0.95.0</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 17 Dec 2025 11:46:06 UT</lastBuildDate>
    <atom:link href="https://maex.me/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Archive</title>
      <link>https://maex.me/archive/</link>
      <dc:creator>Max Strübing</dc:creator>
      <guid>https://maex.me/archive/</guid>
      <description></description>
      <content:encoded><![CDATA[]]></content:encoded>
    </item>
    <item>
      <title>Posts</title>
      <link>https://maex.me/post/</link>
      <dc:creator>Max Strübing</dc:creator>
      <guid>https://maex.me/post/</guid>
      <description></description>
      <content:encoded><![CDATA[]]></content:encoded>
    </item>
    <item>
      <title>About</title>
      <link>https://maex.me/about/</link>
      <dc:creator>Max Strübing</dc:creator>
      <guid>https://maex.me/about/</guid>
      <description>About Me General Hi, I&amp;rsquo;m Max from Hamburg/Germany. I&amp;rsquo;m coding since 2012 and I&amp;rsquo;m currently working for Kubermatic as a Senior Software Engineer working on cloud things.
In general I&amp;rsquo;m interested in all kinds of computer science from operating systems to web development.
If you want to know more about me or my projects you can visit my GitHub or Twitter profile. You can also find me on LinkedIn.
Some notable parts of my career:</description>
      <content:encoded><![CDATA[About Me General Hi, I&amp;rsquo;m Max from Hamburg/Germany. I&amp;rsquo;m coding since 2012 and I&amp;rsquo;m currently working for Kubermatic as a Senior Software Engineer working on cloud things.
In general I&amp;rsquo;m interested in all kinds of computer science from operating systems to web development.
If you want to know more about me or my projects you can visit my GitHub or Twitter profile. You can also find me on LinkedIn.
Some notable parts of my career:
 From July 2017 until January 2019 I was an active NeosCMS core team member where I worked mostly on the React/Redux user interface for editors which was one of the first WYSIWYG CMS. I&amp;rsquo;ve created the editorconfig-checker in 2017 as an open source project and still maintain it, fortunately not alone anymore. I&amp;rsquo;ve worked 2.5 years at D2iQ (formerly Mesosphere) on DKP (D2iQ Kubernetes Platform) on the UI part which included a heavy NodeJS backend. I&amp;rsquo;ve worked 1.5 years at Bardeen on their no-code automation platform as a full-stack developer. I&amp;rsquo;ve created Profile-Peek which is tool to help find profiles of counter-strike players on different platforms. (Rust, Elm, JavaScript, Browser Extension) Became a maintainer of the kubernetes-client/javascript project in 2023 Started many other side-projects which never got released and contributed to a bunch of open source projects.  Skills Good I would consider myself proficient in the following technologies:
 JavaScript/TypeScript/NodeJS React Elm Rust Golang Kubernetes bash Linux Docker CI/CD Redis PostgreSQL GitOps GraphQL  Basic I have a basic understanding of the following technologies:
 Haskell C C&#43;&#43; Elixir/Phoenix Nix Guitar  Config/Tools  OS: Arch Linux WM: i3wm Editor: Neovim Shell: Zsh with oh-my-zsh, custom theme, tmux and tmuxinator  For information on which tools (including their configuration) I use please visit my dotfiles repository.
Likes  (clean) code interesting meet ups books music (rock/metal/alternative/classic/jazz) guitar  ]]></content:encoded>
    </item>
    <item>
      <title>Contact</title>
      <link>https://maex.me/contact/</link>
      <dc:creator>Max Strübing</dc:creator>
      <guid>https://maex.me/contact/</guid>
      <description>If you have any questions, suggestions or anything else feel free to contact me:
 Mail: hello@maex.me Twitter: mxstrbng LinkedIn: Max Strübing  </description>
      <content:encoded><![CDATA[If you have any questions, suggestions or anything else feel free to contact me:
 Mail: hello@maex.me Twitter: mxstrbng LinkedIn: Max Strübing  ]]></content:encoded>
    </item>
    <item>
      <title>Projects</title>
      <link>https://maex.me/projects/</link>
      <dc:creator>Max Strübing</dc:creator>
      <guid>https://maex.me/projects/</guid>
      <description>Here are my own projects I&amp;rsquo;ve built or I&amp;rsquo;m maintaining. They aren&amp;rsquo;t in a specific order. Some were made to solve a problem, some just for learning purpose and some assignments or homeworks of vocational school.
 Editorconfig-checker This is a code quality tool to ensure that your files respect the definitions of the .editorconfig-file inside your projects. The core is written in Go: editorconfig-checker and there are multiple language wrappers around it to use it in different environments, currently PHP, JavaScript and Python.</description>
      <content:encoded><![CDATA[Here are my own projects I&amp;rsquo;ve built or I&amp;rsquo;m maintaining. They aren&amp;rsquo;t in a specific order. Some were made to solve a problem, some just for learning purpose and some assignments or homeworks of vocational school.
 Editorconfig-checker This is a code quality tool to ensure that your files respect the definitions of the .editorconfig-file inside your projects. The core is written in Go: editorconfig-checker and there are multiple language wrappers around it to use it in different environments, currently PHP, JavaScript and Python.
Technologies: Golang, NodeJS, PHP, Python, GitHub Actions
 Profile-Peek A tool to find profiles of counter-strike players on different platforms. Including a browser extension to get profiles directly on Steam as well as on Faceit.
Technologies: Rust, Elm, JavaScript, Redis, FluxCD
 sback A simple personal backup solution with no magic involved, as other soltuions out there were to complicated for my use case. It takes files, compresses them and uploads it to predefined remote locations.
Technologies: Rust
 (duration)(https://github.com/mstruebing/duration) A tool to start a program and monitor how long it&amp;rsquo;s already running. I&amp;rsquo;ve had a command I knew would take a specific amount of time approximately and I wanted to see how long it already ran to know how long I still have to wait.
Technologies: Golang
 waitz A command line tool to retry a commadn until the exit code is zero. Wrote this because I was tired of retrying commands manually. Later on I&amp;rsquo;ve found out that I could reproduce the exact same with watch. :)
Technologies: Rust
 TLDR A command line client implementation to print pages from tldr-pages in Golang. A very cool project to collect most used command line parameters of nearly every command line client program out there. Very handy in day to day usage.
Technologies: Golang
 Elmodoro: Code
InAction
An Elm implementation of the popular pomodoro timer. web-s This is a NodeJS implementation to start a web search in your default browser where the search engines are extensible via a simple configuration file.
 koa-url-shortener A NodeJS URL-shortener which saves the URL&amp;rsquo;s inside a MongoDB. This is also the first project where I used docker and Travis-CI.
 todo.hs This is a terminal todo application written in Haskell and was made with lots of love and the motivation to build my first real usable Haskell project.
 cat.hs An implementation of the Unix cat command in Haskell. This was a project just for learning purpose.
 password-manager A multi-user password manager written in Java. I&amp;rsquo;ve tried to use domain driven design and tried to write a generic repository in this project which was a homework assignment.
 weather-stations This was a weather station which was the outcome of a school project. Sadly I didn&amp;rsquo;t have the Arduino part which posted data to a Golang API which can be found in the code. This was my first Golang project and it was a lot of fun.
I&amp;rsquo;ve build the frontend with ReactJS and used ChartJS to display the data.
 rpi-motion-detector This is a motion detector which was also a school project. An Raspberry PI got connected to a webcam and ran the motion daemon which can be configured to take videos or pictures when something changes in the picture the webcam is looking at. I&amp;rsquo;ve build the frontend with Elm and it was the first time I was using this language and fell in love. :) The rest are just some bash scripts and a simple PHP-based API receive the images from the frontend.
]]></content:encoded>
    </item>
    <item>
      <title>Search</title>
      <link>https://maex.me/search/</link>
      <dc:creator>Max Strübing</dc:creator>
      <guid>https://maex.me/search/</guid>
      <description></description>
      <content:encoded><![CDATA[]]></content:encoded>
    </item>
  </channel>
</rss>
