Skip to content
View pszponder's full-sized avatar
Block or Report

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.

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

Hi there 👋

Pinned Loading

  1. template_node-ts template_node-ts Public template

    A template which can be used as a base for a Node / TypeScript Project. Uses Vitest, Prettier, ESLint and Husky for additional testing and linting

    TypeScript

  2. 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
  3. docker_postgres-pgadmin docker_postgres-pgadmin Public

    Docker Compose Setup for using PostgreSQL and PgAdmin

    Shell 2

  4. 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
    
                  
  5. api-rest-node-typescript-fastify api-rest-node-typescript-fastify Public

    Fastify / TypeScript REST API Example

    TypeScript