Skip to content

Instantly share code, notes, and snippets.

View braden-w's full-sized avatar

Braden Wong braden-w

View GitHub Profile
@Andrew-Chen-Wang
Andrew-Chen-Wang / Debug React with Breakpoints with JetBrain IDE.md
Created September 12, 2023 07:52
Debugging React with Breakpoints using PyCharm/WebStorm/JetBrain IDE

How To: Debug React with Breakpoints with JetBrain IDE

Overview

Tired of writing console.log when debugging React? Want to use a debugger with breakpoints, stopping React and taking the time to analyze variables?

Welcome to adding a debugger for frontend development:)

Pre-requisite

@braden-w
braden-w / description.md
Last active August 26, 2024 10:46
Google Sheets Script for Fetching Data from Supabase

Google Sheets Script for Fetching Data from Supabase

This Google Sheets script fetches data from a Supabase database and writes the selected headers and data to the active sheet. The script first clears the sheet, writes the headers, then fetches the data from the Supabase API, and finally writes the data to the sheet. It is optimized and has anonymized variables for public use.

How to Use

  1. Create a new Google Sheet or open an existing one.
  2. Click on "Extensions" in the menu, then select "Apps Script." (If you don't see "Extensions," click on "Tools" and then "Script editor.")
  3. In the Apps Script editor, replace the default Code.gs content with the content of supabase_to_google_sheets.gs.
  4. Replace the SUPABASE_URL and SUPABASE_ANON_KEY variables with your actual Supabase URL and anon key.
@aerobounce
aerobounce / macOS System Preference Pane Links.md
Last active August 23, 2024 20:54
macOS System Preference Pane Links