Skip to content
View danpetitt's full-sized avatar

Organizations

@pa-media-group
Block or Report

Block or report danpetitt

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
danpetitt/README.md

Hi, I'm Dan Petitt! 👋

Currently Senior Software Engineer at PA Media Group

Co-founder of digiguide.tv and primary developer for pawa.tv.

You can also find me on Mastodon

Twitter: coderanger Linkedin: danpetitt GitHub danpetitt

A little more about me...

const dan = {
  pronouns: 'he' | 'him',
  languages: ['C#', 'Typescript', 'Javascript', 'HTML', 'CSS', 'C++', 'C'],
  platforms: ['.net', '.net core', 'NodeJS'],
  cloud: ['Azure', 'AWS'],
  databases: ['SQL Server', 'mySQL'],
  devOps: ['Docker', 'Serverless'],
  tools: ['Jest', 'Cypress', 'Swagger'],
  experience: [
    'Product Designer',
    'Product Manager'
    'Software Engineer'
  ],
  notables: [
    'Designer and PM for Digita Wordworth, Datastore and Organiser for Amiga',
    'Lead Designer and PM for Digita Taxability Pro',
    'Lead Designer and PM for Microsoft Money UK 98 and 99',
    'Lead Designer and PM for Microsoft Taxsaver UK 99',
    'Designer and co-founder for Digiguide.tv',
    'Designer and Primary Developer for Pawa.tv'
  ]
}

My GitHub contributions as a Game of Life

GitHub Game of Life

(Be sure to click on it for the infinite scrolling version.)


Dan's github stats Top Langs


Pinned

  1. open-cover-badge-generator-action open-cover-badge-generator-action Public

    GitHub Action to read an open cover xml file in the project folder and generate a badge to use in readme file

    JavaScript 5

  2. WebTest WebTest Public

    Multi-threaded web test command line tool powered by JSON to automate testing of a website

    C#

  3. AzureStorage AzureStorage Public

    Simple .NET COM object for use in scripts and web sites to upload/download/delete/list Azure Storage Blobs

    C#

  4. DBSync DBSync Public

    Simple command line Windows tool to sync two mySQL databases and export a SQL 'differences' file which when executed back onto the target database will bring them both back into sync.

    C++ 4

  5. Semantic Release Git Hook Semantic Release Git Hook
    1
    #!/bin/sh
    2
    
                  
    3
    # Config options
    4
    
                  
    5
    min_length=4
  6. Using nvmrc on Windows Using nvmrc on Windows
    1
    # Using nvmrc on Windows
    2
    
                  
    3
    Unfortunately `nvm use` on Windows does not change the node version to that specified in the `.nvmrc` file as its not supported on nvm for Windows: https://github.com/coreybutler/nvm-windows/issues/388
    4
    
                  
    5
    So the easiest solution to this is to use a simple Powershell command that performs an approximation of the command as follows: