Skip to content
View jdmallen's full-sized avatar

Block or report jdmallen

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
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# 39 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#