gmemstr.github.io/index.html
2021-01-26 16:27:30 +00:00

109 lines
5.5 KiB
HTML

<!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" 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 Community and Partner Engineer @ <a href="https://circleci.com">CircleCI</a>, with a focus on orbs and tooling.
Currently living in the United Kingdom.
Admin on the /r/webdev and /r/web_design <a href="https://discord.gg/E5NDGP3">Discord server</a>.
Playing around with Clojure in my free time.</p>
<a href="https://twitter.com/gmem_">More updates</a>
<hr>
</div>
</div>
<div class="row">
<div class="six columns">
<h3>Projects</h3>
<div class="project">
<h4>Platypus <span class="pill go">Go</span></h4>
<p>Large-scale server usage monitoring leveraging websockets. <github-repo>gmemstr/platypus</github-repo></p>
</div>
<div class="project">
<h4>pogo <span class="pill go">Go</span></h4>
<p>Self-hosted podcast content manager and RSS feed generator. <github-repo>gmemstr/pogo</github-repo></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. <github-repo>gmemstr/sliproad</github-repo></p>
</div>
<div class="project">
<h4>Deploy <span class="pill flutter">Flutter</span> <span class="pill">Dart</span></h4>
<p>CircleCI mobile client. <github-repo>gmemstr/deploy-app</github-repo></p>
</div>
<div class="project">
<h4>Database Janitor <span class="pill php">PHP</span></h4>
<p>Create sanitized database dumps. <github-repo>gmemstr/database-janitor</github-repo></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>dotfiles <span class="pill">Shell</span></h4>
<p>Configuration files for Linux installations. <github-repo>gmemstr/dotfiles</github-repo></p>
</div>
<div class="experiment">
<h4>REPLNote <span class="pill clojure">Clojure</span></h4>
<p>Notepad with embeded Clojure REPL. <github-repo>gmemstr/replnote</github-repo></p>
</div>
<div class="experiment">
<h4>banana-clj <span class="pill clojure">Clojure</span></h4>
<p>Encode your data as the word "banana". <github-repo>gmemstr/banana-clj</github-repo></p>
</div>
<div class="experiment">
<h4>whalepod <span class="pill rust">Rust</span></h4>
<p>Quicky generate Dockerfiles based on a template. <github-repo>gmemstr/whalepod</github-repo></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. <github-repo>gmemstr/gmem.ca</github-repo></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. <github-repo>gmemstr/circleci-api-scripts</github-repo></p>
</div>
<div class="experiment">
<h4>no-swears <span class="pill javascript">JavaScript</span></h4>
<p>Small module for removing swear words from strings. <github-repo>gmemstr/no-swears</github-repo></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. <github-repo>gmemstr/gtfo-terminal-ocr</github-repo></p>
</div>
</div>
</div>
</div>
<script src="/assets/app.js"></script>
</body>
</html>