gabspereira 9c3bfd131d feat(go-crm): industrial terminal-core UI redesign
Complete visual overhaul of the go-crm web interface:

- New shared layout system (internal/templates/ui.go) with dark zinc
  industrial theme, JetBrains Mono typography, grid/noise textures
- Redesigned all pages: Dashboard, Login/Signup, Clients, Customers,
  Services, Scheduling, Payments, Questions, Answers, Leads,
  Review Queue, Report, Keyword Mapping
- Tailwind CSS via CDN with custom color palette (amber/emerald/rose/sky)
- HTMX-powered interactions with CSS swap animations
- Status pills, KPI cards, data tables, empty states, inline forms
- Mobile-responsive sidebar with collapsible navigation
- All existing tests updated and passing
- Zero new build dependencies — works with existing go run/air workflow
2026-05-23 18:00:32 -03:00
2026-03-25 21:45:25 -03:00
2026-03-26 19:54:58 +00:00

Hey, I'm Gabriel! 👋

  • 👀 Interested in Data Engineering · Data Science · ML Engineering
  • 🌱 Currently learning ML System Design, AI Engineering, and building scalable data pipelines
  • 🤝 Open to collaboration on open source projects
  • 📫 Reach me at: gabriel.pereira@protonmail.com

LinkedIn


Skills

PostgreSQL Python C++ AWS Docker Linux Raspberry Pi


📁 Repository Structure

This is my personal workspace — a monorepo for data engineering and data science projects.

workspace/
├── apps/               # Production applications
├── data-engineering/   # Udacity Data Engineering Nanodegree portfolio
└── skills/             # dbt reference templates & best practices

🚀 Apps

apps/timesfm-forecast

A production-grade time series forecasting application powered by Google's TimesFM model.

Stack Python · Streamlit · PyTorch · HuggingFace Transformers
Features Multi-key forecasting · CSV upload/download · GPU/CPU support
Package manager uv

Quick start:

cd apps/timesfm-forecast
uv venv && source .venv/bin/activate
uv pip install -e .
timesfm-app

📚 Data Engineering Portfolio

Udacity Data Engineering Nanodegree projects — a hands-on progression through core DE tools.
🎓 View Credential

# Project Stack Description
1 Postgres Data Modeling Python · PostgreSQL Star schema design for music streaming analytics
2 Cassandra Data Modeling Python · Apache Cassandra Denormalized NoSQL schema for query-first design
3 Cloud Data Warehouse Python · AWS S3 · Redshift Cloud ETL pipeline with staging and fact/dim tables
4 Spark Data Lake PySpark · AWS S3 Large-scale partitioned processing with Parquet output
5 Airflow Pipelines Apache Airflow · Redshift Orchestrated hourly ETL with modular custom operators
6 Immigration Capstone PySpark · AWS S3 Multi-source data lake integrating immigration, weather & demographics

See data-engineering/README.md for full details.


🛠️ dbt Skills

The skills/ folder contains reference templates and best-practice guides for dbt projects:

  • Staging, Transform, and Mart model patterns
  • Incremental materialization strategies
  • SQL style guide
  • YAML schema testing templates
Description
No description provided
Readme MIT 38 MiB
Languages
Jupyter Notebook 95.7%
Python 2.7%
SAS 1.6%