|
1 | 1 | ---
|
2 |
| -title: "about me" |
3 |
| -subtitle: "my data science portfolio" |
4 |
| -# use quarto markdown to |
| 2 | +title: "About Me" |
| 3 | +subtitle: "My Software Engineering & Data Science Portfolio" |
| 4 | +format: html |
5 | 5 | ---
|
6 | 6 |
|
7 |
| -# Title 1 Header |
8 |
| -## Title 2 Header |
| 7 | +# Hello, I'm Nathan Luckock |
9 | 8 |
|
10 |
| -[MarkDown Basics](https://quarto.org/docs/authoring/markdown-basics.html#links-images) |
| 9 | +## Full-Time Software Developer & Computer Science Student |
| 10 | + |
| 11 | +I build real-world backend systems that connect industrial data to modern platforms. My work spans API development, data streaming, containerized deployment, and cloud integration. |
| 12 | + |
| 13 | +I’m currently studying Computer Science at BYU–Idaho while working full-time as a software developer. My stack includes FastAPI, Docker, Redis, MQTT, and Kubernetes — and I’ve built scalable services used in production. |
| 14 | + |
| 15 | +## What I’ve Done |
| 16 | + |
| 17 | +- Designed and deployed ODBC interface services using FastAPI |
| 18 | +- Integrated MQTT for real-time streaming from industrial systems |
| 19 | +- Built extractors to move crypto and industrial data into modern storage (T-Store) |
| 20 | +- Used Docker and Kubernetes for portable, efficient deployments |
| 21 | +- Created custom polling and caching layers using Redis |
| 22 | + |
| 23 | +## What I'm Exploring |
| 24 | + |
| 25 | +I’m transitioning into data science with plans to build: |
| 26 | + |
| 27 | +- **Predictive Modeling with Historical Time-Series Data** An ML model (LSTM/XGBoost) that analyzes historical data to forecast future trends in industrial output, resource demand, or financial metrics. Features dynamic visualizations and real-time predictions for operational decision-making. |
| 28 | + |
| 29 | + |
| 30 | +- **AI-Powered Script-to-Video Generation Pipeline** A comprehensive pipeline that transforms written scripts into short video content using LLMs, image/video APIs, and voice synthesis. Demonstrates advanced AI coordination across language processing, media generation, and rendering tasks. |
| 31 | + |
| 32 | + |
| 33 | +- **Natural Language Agent for Structured Data Analysis** An intelligent AI agent that interprets natural language queries and analyzes uploaded or connected data sources (e.g., CSVs). Leverages LLM technology to provide accurate, human-readable answers and visual insights from real business data. |
| 34 | + |
| 35 | +## My Goal |
| 36 | + |
| 37 | +To combine backend engineering with applied AI and data science — building tools that are both intelligent and production-ready. |
| 38 | + |
| 39 | +## More Info |
| 40 | + |
| 41 | +[Markdown Basics](https://quarto.org/docs/authoring/markdown-basics.html#links-images) |
0 commit comments