Skip to content
View pszponder's full-sized avatar

Block or report pszponder

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

Hi there 👋

Pinned Loading

  1. Makefile for Go Project Makefile for Go Project
    1
    # Makefile
    2
    # https://www.alexedwards.net/blog/a-time-saving-makefile-for-your-go-projects
    3
    # https://earthly.dev/blog/golang-makefile/
    4
    
                  
    5
    # target: dependencies
  2. docker_postgres-pgadmin docker_postgres-pgadmin Public

    Docker Compose Setup for using PostgreSQL and PgAdmin

    Shell 4

  3. Conventional Commit Messages Conventional Commit Messages
    1
    # Conventional Commit Messages 
    2
    See how a minor change to your commit message style can make a difference. [Examples](#examples)
    3
    
                  
    4
    **Have a look at CLI util [git-conventional-commits](https://github.com/qoomon/git-conventional-commits) to ensure this conventions and generate changelogs**
    5