Skip to content
View Redsskull's full-sized avatar

Block or report Redsskull

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

Nate Ivry — Software Engineer

Backend-focused, currently freelancing while looking for a junior software engineering role in the Öresund region. I care about understanding every layer of what I ship: database, API, frontend, deployment.

Currently building production web applications on TypeScript/Fastify/Next.js/Prisma for clients. Reach for Go when concurrency or systems work is needed. Still love Ruby.


Languages & Frameworks

Databases & Tools


Things I've built

  • p2pchat — full-mesh P2P chat in Go with UDP discovery, TCP connections, and concurrent goroutines. Built from first principles to understand how networking actually works.
  • wclogs-cli — GraphQL API client in Go with OAuth2 auto-refresh. Discovered an undocumented field (extraAbilityGameID) through systematic curl exploration.
  • stock-trading-simulator — Flask + PostgreSQL web app deployed to production. CS50 final project and the first thing I ever shipped to a real server for real users.
  • weather-intelligence-system — Go + Python pipeline with cross-language JSON communication, containerized with Podman.

Professional client work is not public, but the blog covers the decisions and architecture.


Portfolio & blog: nathanielivry.dev · LinkedIn: linkedin.com/in/nathanielivry

Pinned Loading

  1. stock-trading-simulator stock-trading-simulator Public

    Simulated stock trader to practice CRUD

    HTML 1

  2. p2pchat p2pchat Public

    IRC-style peer-to-peer chat system in Go with terminal UI. Demonstrates distributed systems, P2P networking, and modern Go development.

    Go

  3. weather-intelligence-system weather-intelligence-system Public

    Python

  4. wclogs-cli wclogs-cli Public

    Warcraftlogs API warapper in the cli

    Go