Skip to content
View Boettner-eric's full-sized avatar
🧮
Focusing
🧮
Focusing

Organizations

@getmbi

Block or report Boettner-eric

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Boettner-eric/README.md

Eric Boettner

Keyboard enthusiast and programmer with a love for automation and productivity tools. I use my personal github to maintain my development setup and contribute to projects that I use every day. Feel free to contribute to any of my projects or create an issue if you need help getting anything working.

Checkout my gists

Obsidian Config

Pinned Loading

  1. Alfred Alfred Public

    A collection of helpful workflows

    Python 1

  2. Advent-of-Code-2025 Advent-of-Code-2025 Public

    My solutions to the 2025 advent of code

    Elixir 1

  3. Thesis Thesis Public

    Onboard Keystroke Encryption for Secure Entry

    C 7 1

  4. Tiles Tiles Public

    A responsive design homepage with live search

    JavaScript 40 10

  5. React scrollable table of contents React scrollable table of contents
    1
    import { useRef } from 'react';
    2
    
                  
    3
    enum ExampleEnum {
    4
      One = 'One',
    5
      Two = 'Two',
  6. Write a spotify playlist to a text file Write a spotify playlist to a text file
    1
    Mix.install([:httpoison, :poison])
    2
    
                  
    3
    defmodule Spotify do
    4
      [playlist_id] = System.argv()
    5