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

Block or report propagated

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

Hi there 👋

I'm a technical strategic architect with an engineering past life. If you're a non-technical founder, let's talk!

I am currently really into:

  • Domain Driven Design
  • JAMStack
  • openAPI

Get in touch at petewilliams.space!

Pinned

  1. petewilliams.space petewilliams.space Public

    personal site

    SCSS

  2. control soundcloud embed volume control soundcloud embed volume
    1
    //load soundcloud js api if needed
    2
    var script = document.createElement('script');
    3
    script.type = 'text/javascript';
    4
    script.src = 'http://w.soundcloud.com/player/api.js';
    5
    document.head.appendChild(script);