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 April 14, 2025 04:11
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.

Prerequisites

  • Make sure your Supabase Database RLS policy allows reads (you might need to tweak some RLS policies).

How to Use

  1. Create a new Google Sheet or open an existing one.
@aerobounce
aerobounce / macOS System Preference Pane Links.md
Last active August 23, 2024 20:54
macOS System Preference Pane Links