Skip to content
View ashley-logan's full-sized avatar

Block or report ashley-logan

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
ashley-logan/README.md

Thanks for checking out my GitHub!

Who am I?

  • Hi! My name's Ashley Logan; she/her
  • I'm currently a sophomore at University of Illinois Chicago
  • I'm getting my bachelor's degree in Data Science

What is my current programming skill set? (updated 8/31/25)

  • Proficient in Python, especially working with Pandas, Polars, Async libraries
  • Proficient in C++ and C; strong grasp on memory management and safety
  • Proficient in synchronous Rust.
  • I'm proficient in html parsing (check out my billboard project) including pattern matching with regular expressions
  • I'm proficient in asynchronous programming and have an indepth understanding of the event loop and concurrent tasks
  • I have a deep understanding of data transformation and the patterns of etl (and elt) pipelines

For potential employers

I'm currently looking for an internship for the Summer of 2026? While I'm currently studying data science, I belive I would excel in any programming-related role since my hobby projects incorperate lots of data engineering and software engineering skill sets. I enjoy performing statistical analysis on data sets as well as engineering low level data pipelines. My billboard repository showcases each step of the etl (extract, transform, load) process and would be a great place to start assessing my viability for a potential role. Thanks for reading!

Contact Info

Popular repositories Loading

  1. pandas-workshop pandas-workshop Public

    Forked from stefmolin/pandas-workshop

    An introductory workshop on pandas with notebooks and exercises for following along. Slides contain all solutions.

    Jupyter Notebook

  2. billboard-project billboard-project Public

    A project that scrapes the "hot 100" information from the Billboard website in any specified date range. Performs analysis on the songs and artist, and outputs the most popular songs, artists, alon…

    HTML

  3. rustlings rustlings Public

    Rust

  4. ashley-logan ashley-logan Public

  5. food_web food_web Public

    allows users to create and manipulate a custom food web structure from the command line

    Rust

  6. spelling_bee spelling_bee Public

    cs211 project 3, spelling bee

    C