Monthly Archives: July 2023

Guide to using Sequelize with Postgres

Note that you can JOIN tables with Sequelize without creating foreign keys. Refer this. Further Reading

Posted in Computers, programming, Software | Tagged | Leave a comment

Yellowstone suggested 5 day itinerary

when to visit: July – August What to do: Day 1: Mammoth Hot Springs Day 2: Grand Canyon of the Yellowstone (Artist Point, Inspiration Point, North Rim Drive) Day 3: Old Faithful Inn and Upper Geyser Basin Day 4: Grand … Continue reading

Posted in Travel | Leave a comment

Postgres Command Line Reference

Posted in Computers, programming, Software | Tagged | Leave a comment

Copying data from BigQuery to Postgres (Cloud SQL)

Google provides a database migration service but at time of this writing it does not support copying data from BigQuery to Postgres (Cloud SQL). You can DIY in a couple of ways. Here I describe a way to do it … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment

Learning to use `pdb`- Python command line debugger

Posted in Computers, programming, Software | Tagged , , , | Leave a comment