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 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 Public

    Vue

  3. My complete .gitconfig file that I t...
    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...
    1
    Param(
    2
    	$filePath,
    3
    	[switch]$reverse = $false
    4
    )
    5
    
                  
  5. GNOME desktop shortcut to switch pri...
    1
    # Place in ~/Desktop
    2
    
                  
    3
    [Desktop Entry]
    4
    Type=Application
    5
    Name=Toggle Mouse Button
  6. coding-exercises Public

    C#