• Home
  • About
  • Projects

Hello, I'm

Daniel Miller

Software Engineer
Civil Engineer
Construction Manager
Entrepreneur

About Me Projects
profile-img

Daniel Miller's Story

My life’s mission is to make meaningful contributions to society, whether through building critical infrastructure or creating innovative software that helps people work smarter. I’m dedicated to advancing our collective capabilities, inspiring others, and building systems that bring efficiency, prosperity, and happiness to the communities they serve. Here is why:

Growing up, I moved across the U.S. from one construction project to another. Soccer was my passion and main focus throughout high school. During those years, I developed a love for problem-solving, learning, and pushing my limits. Civil engineering caught my interest because it combined analytical thinking with the construction world I grew up around.

At sixteen, I graduated high school early and began attending the University of Texas at Austin (UT). In college, I played on the UT Men’s Club Soccer Team, eventually serving as Vice President and leading the team to a second-place finish at the National Championship.

At UT, I focused on designing civil engineering systems, building coding projects, and developing investment strategies. I also completed multiple internships in the construction industry, where I learned about construction management, infrastructure development, civil design, and effective communication on complex projects.

After college, I joined Kiewit Foundations Co. to work on a water treatment facility supporting Samsung’s semiconductor plant in Taylor, Texas. We drilled 3,967 24-inch ACIP piles, each 60–70 feet deep. As a Field Engineer, I managed materials, surveying, cost and quantity tracking, and quality control.

Following the ACIP Piles, I transitioned to a two-mile discharge pipeline project for the same facility. The pipeline consisted of 48-inch reinforced concrete pipe installed 20–28 feet below grade. As Lead Engineer and acting Foreman, I planned and tracked the work daily to ensure safe and efficient progress. I was later promoted to Lead Civil Field Engineer, where I scheduled, planned, and supported self-performed storm drain, conduit, and final grading operations while managing asphalt paving and concrete flatwork subcontractors.

Next, I joined the team at a Simple-Cycle Power Plant in Central Texas, where I advanced from Lead Field Engineer to Superintendent overseeing all self-performed civil and concrete operations—about $60 million in total scope. I led procurement of $8 million in materials, including precast concrete, rebar, anchor bolts, embedded items, and aggregates, and managed seven subcontractors performing $2.5 million in work. To improve project efficiency, I developed a three-week “flow map” scheduling tool that streamlined cross-discipline coordination and helped us deliver critical scopes two weeks ahead of schedule. I also implemented a procurement-tracking system that ensured on-time fabrication and delivery of more than 3,000 engineered embeds and 550 tons of rebar. I supervised three field engineers and a 30-person crew covering civil, concrete, and survey operations.

While at Kiewit, I also worked as a Software Engineer for Luxury Collective, a digital-marketing agency, where I built and deployed over ten fully custom web applications—including e-commerce platforms, landing pages, and CMS-based sites. I optimized backend systems using Node.js, Express.js, and MongoDB, reducing database load times by 30%. I created LinkedResume, a full-stack social platform for professional feedback and networking, capable of handling 100 requests per second with sub-200 ms response times. I also built Task AI, a Flask-based automation tool that executes repetitive computer tasks, cutting manual effort by up to 70% through AI-driven task automation.

After three years at Kiewit, in 2025 I moved to San Francisco, California to found Build Plan LLC, a startup developing AI-powered work-planning and procurement tools for contractors.

Education & Licensure

2002

Born

2019

Northern High School Graduated High School

Aug 2019 – May 2022

University of Texas at Austin Bachelor of Science in Civil Engineering

Summer 2022

Engineer-in-Training (EIT) Certification

Feb 2024

Passed PE Civil Exam

Construction

May 2020 – Aug 2020

TIC — Apprentice Electrician Calcasieu Pass LNG Export Facility (Cameron, LA)

May 2021 – Aug 2021

Kiewit - Field Engineer Intern (Civil/Concrete) Jackstone Highway Interchange Project (Little Rock, AR)

Jun 2022 – Mar 2023

Kiewit — Field Engineer (Deep Foundations) Blue Sky Water Reclamation Facility (Taylor, TX)

Mar 2023 – Feb 2024

Kiewit - Lead Field Engineer / Foreman (Pipeline) Blue Sky Water Reclamation Facility (Taylor, TX)

Feb 2024 – Sept 2024

Kiewit - Lead Field Engineer (Civil) Blue Sky Water Reclamation Facility (Taylor, TX)

Sept 2024 – Sept 2025

Kiewit - Superintendent (Civil/Concrete/Survey) Freestone Simple-Cycle Power Plant (Fairfield, TX)

Software

Sept 2022 – Sept 2023

Freelance Front-End Developer Luxury Collective (Digital Marketing)

Sept 2023 – Sept 2025

Freelance Full-Stack Developer LinkedResume, Apollo Ski, Luxury Collective

Sept 2025 – Present

Build Plan LLC Founder & CEO

My Projects

project item thumb

Linked Resume

Full-stack MERN stack Social Media platform for professional feedback and document sharing; 100 req/s with less than 200ms avg latency.

LinkedResume.us (Live Site) Github Client Repo Github Server Repo
  • Role: Full-Stack Engineer
  • Stack: React, Node, Express, MongoDB, AWS (S3, SES, EC2), Vercel
  • Timeline: Aug 2024 — Jan 2025

Daniel's Contributions

  • Designed and Built UI/UX/Backend and System Design
  • Built Auth, DB and deployment systems
  • Designed REST APIs; sustained ~100 req/s, ~200ms avg response.
  • Reduced file retrieval latency ~40% via S3 layout, caching, and CDN.
  • Automated comms with AWS SES; 99.9% uptime across client (Vercel) + server (EC2).
  • Structured asset pipeline with AWS S3; versioned uploads and signed access.
Linked Resume UI 1 Linked Resume UI 2 Linked Resume UI 3 Linked Resume UI 4

Details

Linked Resume is a full-stack, web-based social media platform designed for professionals to showcase their work, share documents, and receive feedback directly from peers and collaborators. Unlike traditional resume sites or static profiles, Linked Resume turns professional growth into a dynamic, interactive experience — allowing users to build meaningful connections through content and collaboration.

At its core, the platform enables users to upload and edit documents directly inside the application, giving others the ability to suggest improvements, comment inline, or contribute new ideas. This collaborative model bridges the gap between social networking and productivity tools, helping professionals co-create content and portfolios that evolve over time.

From a technical perspective, Linked Resume is built as a scalable MERN stack application deployed across cloud-native infrastructure:

  • Frontend: React and Vite with optimized route-based code splitting, ensuring fast load times and smooth navigation.
  • Backend: Node.js and Express, featuring RESTful APIs architected for modular growth and multi-tenant data isolation.
  • Database: MongoDB with indexed query paths and pre-aggregated feed pipelines for low-latency user feeds.
  • Storage & Email Services: AWS S3 for document and media storage, SES for transactional and onboarding emails.
  • Deployment: Client hosted on Vercel and server on AWS EC2 with CloudFront CDN, delivering global availability and sub-200ms average response times.

The system supports secure file handling via pre-signed S3 URLs and real-time content collaboration through version-controlled document updates. Authentication and authorization are managed with JWT and role-based access control, ensuring privacy and security across user interactions.

Monitoring and analytics are implemented using AWS CloudWatch and Sentry, allowing real-time performance tracking, error visibility, and uptime reliability above 99.9%. The architecture is horizontally scalable — capable of handling thousands of concurrent requests while maintaining predictable performance under load.

Linked Resume represents a step toward the future of professional networking — a platform where users don’t just display their work, but actively build, refine, and share it with others.

project item thumb

Task AI

Python + Flask automation platform that watches user context and executes saved tasks; aims to cut repetitive work by ~70%.

GitHub: Task AI
  • Role: Creator / Full-Stack Engineer
  • Stack: Python, Flask, MongoDB, JWT, pynput, (planned) LLM API
  • Timeline: Nov 2024 — Present

Daniel's Contributions

  • Designed task model + execution engine with queueing and audit logging.
  • Implemented activity listener (pynput) + secure API with JWT.
  • Built Flask admin UI for creating, testing, and scheduling tasks.
  • Planned LLM assist for task generation and parameter inference.
  • Set up MongoDB indexes for quick task lookup and history retrieval.
Task AI UI 1 Task AI UI 2 Task AI UI 3

Details

Task AI centralizes repeatable actions into reusable “tasks” (clicks, keystrokes, app launch, form fill) that can be triggered by schedule, hotkey, or context. A Flask API manages task CRUD, secure execution, and telemetry.

The roadmap includes LLM-powered task drafting (few-shot prompts → runnable task graph) and confidence-gated execution. Data sits in MongoDB with role-based access and server-side validation.

project item thumb

ApolloSki.com

Custom MERN e-commerce with Stripe checkout and Shippo shipping; built for reliability and smooth conversions.

ApolloSki.com (Live)
  • Role: Full-Stack Engineer
  • Stack: React, Node, Express, MongoDB, Stripe, Shippo, AWS S3/EC2, Vercel
  • Timeline: Aug 2023 — Apr 2024

Daniel's Contributions

  • Implemented Stripe Elements with webhooks (payment intents, refunds, receipts).
  • Integrated Shippo for real-time rate shopping + label creation, cutting fulfillment time ~35%.
  • Product catalog + inventory with MongoDB schemas and admin controls.
  • Asset storage on S3; CDN caching for images and static assets.
  • Hardened auth, order integrity checks, and replay protection.
Apollo Ski UI 1 Apollo Ski UI 2 Apollo Ski UI 3 Apollo Ski product hero

Details

ApolloSki is designed for fast browse → checkout flow, with route-based code-splitting and cart persistence. Orders are validated server-side; shipping labels are created post-charge, and tracking is emailed automatically.

Back-office tools include product and inventory management, order search, and refund workflows. Deployment splits client (Vercel) and API (EC2) behind CloudFront for stable global performance.

project item thumb

ABD Calculator App

SwiftUI iOS app for foremen to calculate quantities, costs, and man-hours in the field — saving ~1 hr/day.

App Store
  • Role: iOS Developer
  • Stack: SwiftUI, Combine
  • Timeline: Oct 2023

Daniel's Contributions

  • Designed calculator flows for concrete, pipe, earthwork, and crew time.
  • Design UI/UX in Figma before building out application in XCode
  • Ran user testing with foremen; iterated for faster input and fewer taps.
Civil Calc screen 1 Civil Calc screen 2 Civil Calc screen 3 Civil Calc screen 4 Civil Calc screen 5 Civil Calc screen 6

Details

ABD Calculator is a mobile application built to speed up critical calculations and checks performed in the field.

The application allows survey crews to check there elevation calculations, civil crews to keep track of their CY, Haul times and unit rates.

The UI is tuned for glove-friendly tap targets and dark-friendly contrast.

project item thumb

NFT Website

Marketing site for a college-themed NFT collection; emphasis on crisp UI, fast load, and creator storytelling.

  • Role: Front-End Developer
  • Stack: HTML, CSS, JavaScript (static host)
  • Timeline: Apr 2022

Daniel's Contributions

  • Built responsive landing and gallery; optimized assets for quick TTI.
  • Collaborated with the NFT team to refine content and calls-to-action.
  • Set up lightweight animation and device-friendly typography system.
NFT site 1 NFT site 2 NFT site 3

Details

CollegeDrpoouts was a website I built for an NFT project. Focus was on clear narrative, rarity highlights, and simple scroll-based reveals. Code kept lightweight for better Web Vitals.

project item thumb

Portfolio Website

Personal portfolio built from scratch to practice design systems, page transitions, and accessible components.

Live Site
  • Role: Designer & Developer
  • Stack: HTML5, CSS, JavaScript
  • Timeline: Mar 2022

Daniel's Contributions

  • Built a consistent B&W design language with motion micro-interactions.
  • Implemented section-based routing with smooth scroll and focus traps.
  • Optimized assets and lazy-loading for speedy first impression.
Portfolio landing Portfolio tiles

Details

Daniel's Portfolio website was a built from scratch Vanilla JS, html, css project that doubles as a playground for experimenting with accessibility and navigation patterns in a minimal aesthetic.

project item thumb

TND Investing Website

Lightweight site created with Zyro + custom HTML/CSS/JS; integrated Stripe for simple POS and payments.

  • Role: Builder
  • Stack: Zyro, HTML, CSS, JavaScript, Stripe
  • Timeline: Aug 2021

Daniel's Contributions

  • Added custom sections and scripts on top of the site builder.
  • Implemented Stripe checkout and tested payment flows.
  • Optimized imagery and layout for mobile conversions.
TND site 1 TND site 2

Details

Goal was pragmatic speed to market with just enough customization to support brand and transactions.

project item thumb

Cast in Place Foundations

Lead Field Engineer for cast-in-place foundations on a simple-cycle power plant, managing critical anchor-bolt tolerances and fast-track pours.

  • Role: Lead Field Engineer
  • Scope: ~8,000 CY concrete, 1,000+ anchor bolts
  • Timeline: Sept 2024 — Oct 2024
  • Location: Central Texas

Daniel's Contributions

  • Planned, scheduled, and coordinated form–pour–strip operations across multiple crews.
  • Procured rebar, anchor bolts, and formwork; managed rebar subcontractor performance and QA/QC.
  • Implemented bolt-pattern verification and survey hold-points to meet turbine tolerances.
  • Built quantity tracking and cost forecasting tools for pour cadence and material usage.
Foundations overview Anchor bolt setting Form and pour operations

Details

Work included turbine foundations, equipment pads, and ancillary structures. I synchronized survey, rebar, embeds, and pour breaks so critical path work could proceed without rework. Pre-pour checklists and bolt-template controls reduced punch items while keeping production moving.

project item thumb

Underground Electrical Duct bank

Led planning and delivery of underground electrical duct bank across the plant, coordinating with civil, mechanical, and electrical interfaces.

  • Role: Lead Field Engineer
  • Scope: ~45,600 CY excavation, ~43,500 CY backfill, ~1,145 CY duct bank concrete
  • Timeline: Sept 2024 — Jan 2025
  • Location: Central Texas

Daniel's Contributions

  • Sequenced out all underground duct bank between civil, concrete and electrical.
  • Procured Stayform, rebar and formwork materials for duct bank.
  • Managed survey for ductbank, implimented quality control program that led to 0 rework on ductbank
  • Tracked quantities, productivity and cost for ductbank operations
Duct bank trench prep Conduit rack install Stay-form and reinforcing Concrete placement Completed section

Details

On a simple cycle power plant I was involved in the UG ductbank operation and managed all sides from survey, quality, procurement, civil/concrete crews, cost, quantities, etc.

project item thumb

Stone Columns

Planned and coordinated vibro stone column installation for ground improvement on the power plant site.

  • Role: Lead Field Engineer
  • Scope: ~1,200 columns at depths 15–21 ft
  • Timeline: Sept 2024 — Oct 2024
  • Location: Central Texas

Daniel's Contributions

  • Coordinated with specialty subcontractor (Keller) and survey on grid layout and tolerances.
  • Sequenced areas to unlock follow-on foundations with minimal remobilization.
  • Tracked production, verification tests, and material deliveries.
Vibro columns installation

Details

Established daily test/production rhythm with pre-shift survey and QC hold points, improving hit-rate and reducing re-stakes.

project item thumb

Asphalt Paving, Finish Grading, Roadway Lighting

Led civil finish package—grading, flex base, asphalt, and lighting—for a large water reclamation facility.

  • Role: Lead Field Engineer
  • Scope (Self-Perform): 13,000 CY exc/haul; 46,000 SY finish grade; 16,900 tons flex base; 26 light poles; 3,500 LF conduit
  • Scope (RDC Paving): ~7,200 tons asphalt, striping 19,000 LF, concrete drives & sidewalks, signs, wheel stops
  • Timeline: Jul 2024 — Sept 2024
  • Location: Blue Sky WRF, Taylor, TX

Daniel's Contributions

  • Built three-week lookahead maps tying civil, electrical, and delivery windows.
  • Managed RDC Paving subcontract; coordinated QC test freq and paving windows.
  • Closed grade checks via survey loops before paving windows to reduce rework.
  • Tools: Excel, SharePoint, InEight, Propellr
Paving operations Finished roadway Flex base Lighting install Grading detail Striping Final surface

Details

Established production lanes with survey control checkpoints, enabling continuous paving while maintaining access for ongoing plant work.

project item thumb

Civil Utilities

Planned and then field-led installation of deep RCP discharge pipeline with complex shoring and dirt management.

  • Role: Lead Field Engineer → General Foreman
  • Scope: 9,016 LF of 48" RCP; 398 LF of 30" RCP; 32 manholes; headwall; avg depth ~21' (sections >25')
  • Timeline: May 2023 — Feb 2024
  • Location: Blue Sky WRF, Taylor, TX
  • Tools: Excel, SharePoint, InEight, Propellr

Daniel's Contributions

  • Produced ITP, excavation/shoring plans, and haul/stockpile strategy for wet weather.
  • Ramped two headings; transitioned into foreman role to drive field production (~72 LF/day).
  • Coordinated manhole/structure ties, line and grade checks, and compaction testing.
Pipeline trench and pipe laydown Deep trench shoring Manhole set Backfill operations

Details

We standardized trench boxes and bench widths to match equipment fleet, cutting cycle time. Daily line/grade verifications reduced correction work at structures.

project item thumb

Discharge Pipeline

Deep RCP discharge line with structures and headwall; dual headings to achieve schedule in variable soils.

  • Role: Lead Field Engineer, General Foreman
  • Scope: 9,016 LF of 48" RCP; 398 LF of 30" RCP; 32 MH + headwall; avg depth ~21'
  • Timeline: May 2023 — Feb 2024
  • Location: Taylor, TX
  • Production: ~72 LF/day

Daniel's Contributions

  • Built day-by-day sequence with crew, crane, and truck allocations for parallel headings.
  • Coordinated inspections, mandrel/pressure testing readiness, and restoration windows.
  • Managed wet weather plans and contingency stockpiles to keep headings active.
Pipe install Trench view Structure install Backfill and compaction Headwall area

Details

Focused on consistent stake-in to stake-out loops and pipe-zone compaction to hit test milestones cleanly and keep restoration aligned with adjacent work fronts.

project item thumb

ACIP Piles

Field Engineer on deep foundations package: 3,967 ACIP piles (60–80 ft), peaking at five rigs across the site.

  • Role: Field Engineer & Rebar Subcontract Manager
  • Scope: 3,967 piles; rigs incl. Casagrande B300/B400, LB 35, BG 36
  • Timeline: Jun 2022 — Mar 2023
  • Tools: Excel, InEight, Leica, G&H
  • Production: ~10 piles/day (smaller rigs), ~16 piles/day (large rigs)

Daniel's Contributions

  • Coordinated grout orders/invoicing and rebar cage logistics; tracked crew performance vs. plan.
  • Managed layout and as-built survey; verified tip elevation and grout take.
  • Standardized shift reports and QC logs, reducing reconciliation time.
  • Supported spoils handling with SEBHSA pumps, CAT 315, loader/skid fleet.
ACIP rig setup Pile installation Cage handling Yard and staging

Details

Implemented daily production dashboards and pre-shift checklists with rig-specific KPIs, improving predictability of grout deliveries and cage logistics.

project item thumb

Stone Columns

Led a small crew during internship to install ~1,000 stone columns supporting a future bridge abutment.

  • Role: Field Engineer (Intern)
  • Scope: ~1,000 columns, depths 8–12 ft; 3 operators + mechanic + laborer
  • Timeline: Aug 2021 (≈2 weeks, ~700 man-hours)

Daniel's Contributions

  • Sequenced drilling and backfill; maintained daily production and QC logs.
  • Coordinated equipment service windows to minimize downtime.
  • Verified grid layout and on-the-fly adjustments with survey.
Stone column rig Grid and production

Details

Balanced production rate with material delivery and compaction hold points to meet density targets while keeping the crew fully utilized.

project item thumb

Design: Buildings Beam and Columns

Designed RC beams and columns for a six-story building as part of Reinforced Concrete Design coursework.

  • Role: Structural Designer (Academic)
  • Scope: Beam/column design, load paths, detailing, calc package
  • Completed: May 2022
Beam & Column Design (PDF)

Daniel's Contributions

  • Computed factored loads and designed members per ACI provisions.
  • Checked shear, deflection, and serviceability; prepared details and schedules.
  • Compiled calculation report and design assumptions.
Framing concept Member design Detail excerpt Rendered view

Details

Work emphasized clear calc flow, conservative assumptions where data was incomplete, and detailing that simplifies constructability.

project item thumb

Design: Zilker Park Shared Use Path

Capstone project proposing a shared-use path alignment through Austin’s Zilker Park with safety, ADA, and grading considerations.

  • Role: Civil Designer (Team of 4)
  • Scope: Alignment, grading, ADA checks, typical sections, exhibits
  • Completed: May 2022
  • Tools: AutoCAD 2022, StreetMix
Final Proposal (PDF)

Daniel's Contributions

  • Led path alignment modeling and grade analysis; verified ADA slopes and crossfalls.
  • Collected site measurements and produced exhibits for stakeholders.
  • Balanced cut/fill and minimized environmental and user conflicts.
Alignment exhibit Typical section Plan view Concept rendering Cover image

Details

We iterated alignments to separate pedestrian and cyclist flows near conflict points, prioritizing clear sight lines and maintenance access.

project item thumb

Design: Reverse Engineering a Can Opener

Disassembled and modeled a can opener in Autodesk Inventor; evaluated component stresses and proposed a durability improvement.

  • Role: Mechanical Designer (Academic)
  • Scope: CAD modeling, FEA check, redesign recommendation
  • Completed: Dec 2019
  • Methods: Autodesk Inventor + FEA

Daniel's Contributions

  • Modeled assemblies and constraints; ran stress checks on key components.
  • Identified plastic bearing as a weak point under expected loads.
  • Recommended stainless bearing upgrade to align with load path and service life.
Assembly model Exploded view Part detail Physical device Cover render

Details

Documented failure mode and proposed a material change with minimal cost and assembly impact, improving reliability under peak torque.

Project