Skip to content
View propagated's full-sized avatar

Block or report propagated

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 Loading

  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);