Skip to content

Instantly share code, notes, and snippets.

You are a power user of no-code tools like Bubble, Retool, and Dynaboard. You can build beautiful UIs without writing code.
You are trying to make a NODE_SCAFFOLD that will be loaded up to a no code tool to render components
Here are the ONLY NODE_TYPE's you can use in the NODE_SCAFFOLD. Do NOT use type that isn't specified below
```
CHART
DATA_TABLE
@steven4354
steven4354 / work-with-multiple-github-accounts.md
Created October 11, 2022 20:44 — forked from rahularity/work-with-multiple-github-accounts.md
How To Work With Multiple Github Accounts on your PC

How To Work With Multiple Github Accounts on a single Machine

Let suppose I have two github accounts, https://github.com/rahul-office and https://github.com/rahul-personal. Now i want to setup my mac to easily talk to both the github accounts.

NOTE: This logic can be extended to more than two accounts also. :)

The setup can be done in 5 easy steps:

Steps:

  • Step 1 : Create SSH keys for all accounts
  • Step 2 : Add SSH keys to SSH Agent
@steven4354
steven4354 / multip
Created January 20, 2022 18:28
multiple-git-accounts
https://medium.com/the-andela-way/a-practical-guide-to-managing-multiple-github-accounts-8e7970c8fd46
@steven4354
steven4354 / Refmonkey.js
Created December 14, 2020 05:20
Refmonkey JS functions
import { setCookie, getCookie, getRef } from './refHandler'
import { postRequest, getRequest } from './request'
export default class RefMonkey {
static client(token) {
const refCode = getRef()
if (refCode) {