Skip to content
View sserrato's full-sized avatar

Block or report sserrato

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
sserrato/README.md

👋 Hey, I’m P. S. Serrato

I’m on a mission to decode marketing trends and perfect the art of asking questions—using data, AI, and a touch of curiosity. 🌐 serrato.us

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


What I’m About

  • 📊 Marketing Analytics: Sentiment modeling, audience segmentation, and predictive insights
  • 🗳️ Opinion Research: Designing systems to uncover what people really think
  • 🏙️ City Living: Urban analytics and quantified self enthusiast
  • 🌍 Decentralization: Building tools for a freer, data-driven world

"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

  • Organizing with: Liberty on the Rocks, Techqueria, Hack for L.A.
  • Obsessed with: Cryptocurrency, civil liberties, and city data
  • Listening to: LastFM

Let’s build a decentralized, data-smart future!

Pinned Loading

  1. gdrive gdrive Public

    Google Drive helpers and utilities

    JavaScript 1

  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