Skip to content
View rfisch26's full-sized avatar

Block or report rfisch26

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

Hi, I'm Rachel Fischmar 👋

Full-stack software engineer based in Chicago, IL. From systems-level tools to web applications, I enjoy building things that are both functional and well-crafted.

Feel free to explore my work below or connect with me on LinkedIn!

🛠 Tech I Work With

Languages: TypeScript · JavaScript · Python · C++ · Java · PHP
Frontend: HTML · CSS · React.js
Backend: REST APIs · Node.js · Ansible
Other: Linux · Git · SQL · GitHub Copilot

📌 Featured Projects

Project Description Stack
Incident Triage CLI CLI tool for filtering, sorting, and reassigning security incidents from JSON data TypeScript · Node.js
Custom Linux Shell A Unix shell built from scratch in C++ with process management and child process handling C++
Weather App 5-day weather forecast app with location search and REST API integration PHP · JavaScript · HTML · CSS
Elevator Algorithm Simulation of an elevator scheduling algorithm Java

📫 Let's Connect

LinkedIn

Pinned Loading

  1. setlist-ai setlist-ai Public

    TypeScript

  2. incident-triage-cli incident-triage-cli Public

    A TypeScript command-line tool for querying, filtering, and managing a security incident backlog–built for speed during on-call triage.

    TypeScript

  3. symbology-server symbology-server Public

    A FastAPI service that maintains temporal mappings between human-readable symbols (e.g. NVDA) and numeric identifiers, with point-in-time lookups and explicit lifecycle management.

    Python

  4. customLinuxShell customLinuxShell Public

    A Unix shell built from scratch in C++, implementing core shell functionality including command parsing, process creation, and child process management using POSIX system calls.

    C++

  5. weatherApp weatherApp Public

    A 5-day weather forecast web application built with PHP and JavaScript. Users can search any location and get a detailed forecast pulled from a weather REST API.

    HTML

  6. elevatorAlgorithm elevatorAlgorithm Public

    A Java simulation of an optimized elevator scheduling algorithm for multistory hotel buildings.

    Java