Skip to content
View jdmallen's full-sized avatar

Block or report jdmallen

Report abuse

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

Report abuse
jdmallen/README.md

Hi there 👋 I'm Jesse Mallen (a.k.a. J.D.)

I'm a full stack software developer and architect, primarily in the .NET stack, currently working in Python, Vue, and PostgreSQL.

jdmallen's Stack Overflow Reputation

Anurag's GitHub stats

Pinned Loading

  1. dell-ipmi-fan-control-monitor dell-ipmi-fan-control-monitor Public

    A .NET 5.0 service that monitors the temperature of a Dell PowerEdge R620 and automatically engages or disengages static fan control based on temperature, in order to control noise in a homelab.

    C# 41 7

  2. rocking-horse rocking-horse Public

    Vue

  3. My complete .gitconfig file that I t... My complete .gitconfig file that I take everywhere I go. I included comments for all my aliases that aren't obvious.
    1
    [user]
    2
    name = J.D. Mallen
    3
    email =
    4
    # uncomment the below to add a GPG signing key
    5
    #signingkey =
  4. Powershell script to convert a binar... Powershell script to convert a binary file to/from a base64 text file
    1
    Param(
    2
    $filePath,
    3
    [switch]$reverse = $false
    4
    )
    5
     
  5. GNOME desktop shortcut to switch pri... GNOME desktop shortcut to switch primary mouse button (I'm ambidextrous and switch often), written for Ubuntu 24.04.1
    1
    # Place in ~/Desktop
    2
     
    3
    [Desktop Entry]
    4
    Type=Application
    5
    Name=Toggle Mouse Button
  6. coding-exercises coding-exercises Public

    C#