Skip to content
View sserrato's full-sized avatar

Block or report sserrato

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sserrato/README.md

I’m P. S. Serrato

🌐 serrato.us

Head of Intelligence @ Iron Light | Advocate for data-informed decentralization

"The unfed mind devours itself." – Gore Vidal


What I Do

I lead data intelligence and AI strategy, juggling:

  • AWS Infrastructure: Redshift, Glue ETL, S3 pipelines
  • AI/ML: Predictive modeling and content generation
  • Data Engineering: Cross-functional analytics and automation
  • Full-Stack Dev: From cybersecurity to MERN-stack apps

Check out my Google Drive App Scripts for automating maps data into spreadsheets!


Projects I’m Proud Of


Tech Stack

  • Data: AWS (Redshift, Glue, S3), ETL pipelines, sentiment modeling
  • Dev: Python, Rails, MERN stack, PostgreSQL
  • Interests: Blockchain, urban analytics, data ethics

Community & Vibes

  • Community Organizing with: Liberty on the Rocks, Techqueria, Hack for L.A.
  • Reading, and learning about: Cryptocurrency, civil liberties, and city data
  • Listening to: LastFM
  • Data populism mood board

Pinned Loading

  1. gdrive gdrive Public

    Google Drive helpers and utilities

    JavaScript 3

  2. Amazon Kindle Export Amazon Kindle Export
    1
    // The following data should be run in the console while viewing the page https://read.amazon.com/
    2
    // It will export a CSV file called "download" which can (and should) be renamed with a .csv extension
    3
    
                  
    4
    var db = openDatabase('K4W', '3', 'thedatabase', 1024 * 1024);
    5