# unknown >
Focused capabilities and credentials across data engineering, analytics, and enterprise delivery.
- Author: Scott McQueen - Repository: SMcQueen2023/skills-github-pages - Version: 20260209091517 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/SMcQueen2023/skills-github-pages - Web: https://mule.run/skillshub/@@SMcQueen2023/skills-github-pages~unknown:20260209091517 --- # Scott McQueen | Data Engineering & Analytics Portfolio Welcome to my portfolio site. This repository powers a GitHub Pages website that showcases my work in data engineering, analytics, cloud modernization, and applied AI delivery. ## Live Site **Portfolio:** [https://smcqueen2023.github.io/skills-github-pages/](https://smcqueen2023.github.io/skills-github-pages/) ## Overview This site serves as a central hub for my professional brand and technical work. It is designed to be fast, readable, and easy to maintain. ### What you’ll find - **Projects** Practical case studies demonstrating pipeline design, analytics delivery, automation, and decision-support outcomes. - **Skills** Core technical capabilities across data platforms, BI tooling, Python ecosystems, and delivery leadership. - **Resume** A current, downloadable resume for recruiters, hiring managers, and collaborators. - **Contact** Direct links to email, LinkedIn, and GitHub. ## Core Focus Areas - Data engineering and pipeline design - Analytics and business intelligence - Cloud-enabled modernization - Applied AI workflow integration - Cross-functional delivery and stakeholder alignment ## Tech Stack - **Hosting:** GitHub Pages - **Static Site Engine:** Jekyll - **Styling:** Custom CSS/SCSS - **Version Control:** Git + GitHub ## Repository Structure ```text . ├── _posts/ # Blog/content posts (if used) ├── assets/ │ ├── css/ # Custom CSS (portfolio styling) │ ├── images/ # Images and visual assets │ └── main.scss # Global SCSS entry (if used by theme) ├── _config.yml # Jekyll configuration ├── index.html # Home page ├── projects.md # Projects page ├── skill.md # Skills page ├── resume.md # Resume page ├── contact.md # Contact page └── README.md