Skip to content
View sngillard's full-sized avatar
  • Massachusetts, USA

Block or report sngillard

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
sngillard/README.md

πŸ‘‹ Hi, I'm Sarah

After earning my first bachelor's degree in Psychology, I discovered a passion for teaching through substitute teaching and went on to earn my M.Ed. and Massachusetts elementary teaching license. I later accepted a full-time teaching position in Virginia during the 2019-2020 school year, before returning home to Massachusetts.

During the COVID-19 pandemic, I became interested in programming and technology. What started as a way to expand my career opportunities quickly became a genuine interest sparked by the problem-solving, creativity, and continuous learning involved (there's always something new to explore in technology!). That curiosity led me to complete a second bachelor's degree in Computer Science from Western Governors University in February 2026 while working as both a daily and long-term substitute teacher.

Today, I'm most interested in opportunities that combine education, technology, and creative problem-solving. My interests include elementary computer science and digital literacy education, integrating technology into general and special education classrooms through instruction, curriculum development, and engaging classroom projects, as well as data analysis. I also enjoy web development and mobile-first design, and I've built websites for small businesses while continuing to expand my skills through personal projects.

Outside of work, you'll usually find me reading a good mystery or nonfiction book, hiking, exploring New England, or learning a new technology while working on my next project. Although I grew up on the South Shore, I'm always looking for a new trail, town, hidden gem, or pizza place to explore.

⭐ Featured Projects

πŸŽ“ Student Outcome Classification (Machine Learning & Predictive Analysis)

Multiclass machine learning model predicting student outcomes (dropout, enrolled, graduate).
Built with Python, scikit-learn, and Jupyter Notebooks.

πŸ”—View GitHub Repository

🚚 Package Delivery Route Optimizer (Data Structures & Algorithms)

Route optimization simulation using a greedy nearest neighbor algorithm and a custom hash table.
Models real-world delivery restrictions while minimizing the total distance traveled.

πŸ”— View GitHub Repository

🐢 Em’s Doggy Days Website (Web Development & SEO)

Website built for a professional dog trainer based in Hopkinton, MA.
Developed a responsive frontend with SEO optimization, Netlify deployment, and form handling.

🌐 Live Website
πŸ”— View GitHub Repository


πŸŽ“ Background

B.S. Computer Science (2026)
M.Ed. (2017)
B.S. Psychology (2013)

Top Five CliftonStrengths

Relator
Input
Learner
Responsibility
Adaptability

Pinned Loading

  1. ems-doggy-days-website ems-doggy-days-website Public

    Website project for Em’s Doggy Days Professional Canine Training.

    HTML

  2. student-outcome-classification student-outcome-classification Public

    Multiclass machine learning model to predict student success outcomes in higher education. (capstone)

    Jupyter Notebook

  3. package-delivery-route-optimizer package-delivery-route-optimizer Public

    Route optimization system simulating real-world delivery logistics using a greedy nearest neighbor algorithm and a custom hash table for efficient package lookup. Handles delivery constraints such …

    Python