Skip to content
View hdennen's full-sized avatar

Highlights

  • Pro

Block or report hdennen

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
hdennen/README.md

Hi 👋, I'm Harry Dennen

A full stack software engineer and technical lead - and occasionally a manager.

My language expertise is in JavaScript/TypeScript, C#, and SQL. I am also proficient in Java, Go, Python, and PowerShell.

My architecture expertise is in N-tier, Onion, and Juval Lowy's iDesign method. Currently building expertise in Event Sourcing.

LinkedIn Medium Website

Pinned Loading

  1. baseball-dl baseball-dl Public

    TypeScript

  2. compass-reports compass-reports Public

    TypeScript

  3. mtgame mtgame Public

    Movie trivia game based on IMDb top 250 movies.

    JavaScript 1

  4. react-whale-spotter react-whale-spotter Public

    Crypto whale spotting based on abnormal volume deviations

    JavaScript 1 1

  5. Makes PixiText not blurry Makes PixiText not blurry
    1
    export class myText extends PixiText {
    2
      constructor(text, style) {
    3
        super(text, style);
    4
        this.fontSize = style.fontSize * PIXI.RESOLUTION * 2;
    5
        // add other size properties
  6. resume-react resume-react Public

    Resume site

    TypeScript