Skip to content
View PrestonII's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report PrestonII

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PrestonII/README.md

Hi there 👋 - I'm Preston.

Professionally, I'm best described as a Strategic Operator (a generalist in simple terms 😉).

My skillsets range from

  • Design
  • Code
  • Building Design
  • Product Management
  • and I have a long history in the world of BIM.

I love problem solving, collaboration and teaching.

  • 🔭 I’m currently working as the Head of BIM Operations at Integrated Projects
  • 🌱 Learning a ton about managing distributed teams, creating BIMs at scale and about various kinds of business models suited for the AEC world
  • 👯 I’m looking to collaborate on literally everything but specifically, folks that are interested in understanding more about HOW people create BIMs whether for design or existing conditions
  • 📫 Reach out on LinkedIn , X (Twitter) or here on Github

Pinned Loading

  1. buildwhatsnext/program_generator_app buildwhatsnext/program_generator_app Public

    TypeScript 2

  2. buildwhatsnext/Next--Website buildwhatsnext/Next--Website Public

    The temporary home of NEXT's landing page

    CSS 2 2

  3. Creates a new Ubuntu Desktop Box usi... Creates a new Ubuntu Desktop Box using Vagrant
    1
    $script = <<-SCRIPT
    2
      yes | sudo apt-get update
    3
      yes | sudo apt-get install ubuntu-desktop
    4
    SCRIPT
    5
    
                  
  4. electron/minimal-repro electron/minimal-repro Public template

    Clone to try a simple Electron app

    JavaScript 11.5k 4.9k

  5. Example of creating a parameter for ... Example of creating a parameter for ventilation
    1
    // in a family document
    2
    if (!CurrentDocument.IsFamilyDocument)
    3
        throw new Exception();
    4
    
                  
    5
    var mgr = CurrentDocument.FamilyManager;