Skip to content

Instantly share code, notes, and snippets.

View NeuTrix's full-sized avatar

michael j. Walker NeuTrix

  • BrandGeneering.com
  • San Franciscos, LA, Las Vegas
View GitHub Profile
@NeuTrix
NeuTrix / lattice.js
Created January 13, 2022 20:50
Solution to lattice interview problem (from memory)
// -- The "API" fakes
const surveys = [
{ id: "surveyID-01",name: "Survey A" },
{ id: "surveyID-02",name: "Survey B" },
]
const prompts = [
{
id: 'promptId-01',
survey_id: 'surveyID-01',
@NeuTrix
NeuTrix / gist:6fce61ab77b8eeb9354376f20ec6f2e7
Last active September 4, 2023 02:03
Steps for Setting up a staging server in GoDaddy
Sure, here are the steps on how to set up a staging server on GoDaddy, numbered:
1. Go to the GoDaddy website and log in to your account.
2. Click on the **Hosting** tab and select the **Staging Servers** option.
3. Click on the **Create Staging Server** button.
4. Enter the following information:
* The name of your staging server
* The domain name of your staging server
* The operating system for your staging server
* The amount of storage space you need for your staging server