Skip to content

Instantly share code, notes, and snippets.

@noahcoad
noahcoad / rich_table.py
Last active June 10, 2026 04:33
rich_table.py — render TSV/JSON streams as styled rich tables (CLI filter + importable lib). Markup, custom color palette, --demo reference tables.
#!/usr/bin/env python3
"""
rich_table.pyrender a TSV or JSON stream as a styled rich table
created 2026-03-10 by Noah Coad w Claude Code
Usage:
<cmd> | rtbl [OPTIONS] [COL_SPEC ...]
COL_SPEC:

Sublime Text Packages

@noahcoad
noahcoad / 📒 Japan Travel Tips.md
Last active January 21, 2026 19:22
Japan Travel Tips

📒 Noah’s Japan Travel Tips 2024

Japan is such a great place to visit! Feels like another world, super clean and safe, and one of the friendliest and easiest places to visit. I’ve seen round trip tickets as low as $480. And as of writing this (Jan 2026) the dollar is really strong (150yen vs 100yen per dollar) so it is also considerably less expensive than the US when there.

Amazon Workdocs Doc IDs are Insanely Large

Quotes, Phrases, and Sayings

Newest items on top.

Being Professional ProTips

Some of my fav #protips working in the tech industry as a developer, manager, sales leader, etc.

Store All Files in the Cloud

It is rediculious to me that people still store files locally on their computer outside of a cloud-backed storage folder or tool.

# created 2024-04-25 by Noah Coad ncoad@amazon.com
# demo video at https://youtu.be/9UkoTsXMnlQ
import streamlit as st, boto3
# setup app
amazon_q = boto3.client('qbusiness', 'us-west-2')
st.title("Amazon Q Chatbot") #page title
# created 2024-04-25 by Noah Coad ncoad@amazon.com
# demo video at https://youtu.be/9UkoTsXMnlQ
import streamlit as st, boto3
# parameters
aws_region = 'us-west-2'
q_app_id = 'be05d006-3c25-439e-b25d-781ad5b2xxxx'
q_user_id = 'AmazonQ-Administrator'