gmemstr.github.io/index.html
2022-04-26 11:49:53 +01:00

122 lines
6.8 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gabriel Simmer</title>
<meta name="description" content="Gabriel Simmer's Portfolio / Landing Page" />
<meta name="author" content="Gabriel Simmer" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" type="text/css" href="/assets/stylesheet.css" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🏳️‍🌈</text></svg>">
</head>
<body>
<div class="container">
<div class="row">
<div class="twelve columns">
<h1>Gabriel Simmer</h1>
<h4>Canadian Developer & Community Wrangler</h4>
<hr>
</div>
</div>
<div class="row">
<div class="twelve columns">
<h3>What I'm currently doing</h3>
<p>Working as a Software Engineer @ <a href="https://www.curve.com">Curve</a>.
Currently living in the United Kingdom.
Working on some cool things for <a href="https://furality.org">Furality</a>.
Playing around with various things in my free time.</p>
<a href="https://blog.gabrielsimmer.com">Blog and archived posts</a><br>
<a rel="me" href="https://tech.lgbt/@arch">Mastodon</a>
<a href="https://twitter.com/gmem_">Twitter</a>
<hr>
</div>
</div>
<div class="row">
<div class="six columns">
<h3>Projects</h3>
<div class="project">
<h4>nvidia-driver-update-tool <span class="pill">C#</span> <span class="pill">.NET 6.0</span></h4>
<p>Minimal application for checking for NVIDIA GPU driver updates. <a href="https://github.com/gmemstr/nvidia-driver-update-tool">gmemstr/nvidia-driver-update-tool</a></p>
</div>
<div class="project">
<h4>Platypus <span class="pill go">Go</span></h4>
<p>Large-scale server usage monitoring leveraging websockets. <a href="https://github.com/gmemstr/platypus">gmemstr/platypus</a></p>
</div>
<div class="project">
<h4>pogo <span class="pill go">Go</span></h4>
<p>Self-hosted podcast content manager and RSS feed generator. <a href="https://github.com/gmemstr/pogo">gmemstr/pogo</a></p>
</div>
<div class="project">
<h4>sliproad <span class="pill go">Go</span></h4>
<p>Tie together file storage providers in a single unified interface and API. <a href="https://github.com/gmemstr/sliproad">gmemstr/sliproad</a></p>
</div>
<div class="project">
<h4>Deploy <span class="pill flutter">Flutter</span> <span class="pill">Dart</span></h4>
<p>CircleCI mobile client. <a href="https://github.com/gmemstr/deploy-app">gmemstr/deploy-app</a></p>
</div>
<div class="project">
<h4>Database Janitor <span class="pill php">PHP</span></h4>
<p>Create sanitized database dumps. <a href="https://github.com/gmemstr/database-janitor">gmemstr/database-janitor</a></p>
</div>
<div class="project">
<h4>Drupal modules <span class="pill php">PHP</span></h4>
<p>Various Drupal modules created both for client sites and personal use. <a href="https://www.drupal.org/u/gmem">/u/gmem</a></p>
</div>
</div>
<div class="six columns">
<h3>Experiments</h3>
<div class="experiment">
<h4>hue-webapp <span class="pill">Python</span></h4>
<p>Small web frontend and proxy for interacting with Hue lighting. <a href="https://github.com/gmemstr/hue-webapp">gmemstr/hue-webapp</a></p>
</div>
<div class="experiment">
<h4>eink-dashboard <span class="pill">Python</span></h4>
<p>Lightweight eink dashboard/display using a Raspberry Pi. <a href="https://github.com/gmemstr/eink-dashboard">gmemstr/eink-dashboard</a></p>
</div>
<div class="experiment">
<h4>dotfiles <span class="pill">Shell</span></h4>
<p>Configuration files for Linux installations. <a href="https://github.com/gmemstr/dotfiles">gmemstr/dotfiles</a></p>
</div>
<div class="experiment">
<h4>REPLNote <span class="pill clojure">Clojure</span></h4>
<p>Notepad with embeded Clojure REPL. <a href="https://github.com/gmemstr/replnote">gmemstr/replnote</a></p>
</div>
<div class="experiment">
<h4>banana-clj <span class="pill clojure">Clojure</span></h4>
<p>Encode your data as the word "banana". <a href="https://github.com/gmemstr/banana-clj">gmemstr/banana-clj</a></p>
</div>
<div class="experiment">
<h4>whalepod <span class="pill rust">Rust</span></h4>
<p>Quicky generate Dockerfiles based on a template. <a href="https://github.com/gmemstr/whalepod">gmemstr/whalepod</a></p>
</div>
<div class="experiment">
<h4>gmem.ca <span class="pill">HTML</span> <span class="pill javascript">JavaScript</span> <span class="pill">CSS</span></h4>
<p>Random HTML/JS/CSS experiements using Vercel functions. <a href="https://github.com/gmemstr/gmem.ca">gmemstr/gmem.ca</a></p>
</div>
<div class="experiment">
<h4>circleci-api-scripts <span class="pill python">Python</span></h4>
<p>Collection of scripts for interacting with the CircleCI APIs and collecting data. <a href="https://github.com/gmemstr/circleci-api-scripts">gmemstr/circleci-api-scripts</a></p>
</div>
<div class="experiment">
<h4>no-swears <span class="pill javascript">JavaScript</span></h4>
<p>Small module for removing swear words from strings. <a href="https://github.com/gmemstr/no-swears">gmemstr/no-swears</a></p>
</div>
<div class="experiment">
<h4>GTFO Terminal OCR <span class="pill python">Python</span></h4>
<p>Analyze terminals from the "GTFO" game and extract information. <a href="https://github.com/gmemstr/gtfo-terminal-ocr">gmemstr/gtfo-terminal-ocr</a></p>
</div>
</div>
</div>
</div>
</body>
</html>