Skip to content
View AndyBodnar's full-sized avatar
:electron:
Focusing
:electron:
Focusing
  • DevCollective
  • Phoenix, AZ
  • 09:39 (UTC -12:00)

Block or report AndyBodnar

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
AndyBodnar/README.md

Typing SVG


Website GitHub DevCollective


About Me

# terraform apply -auto-approve

resource "developer" "andy_bodnar" {
  name        = "Andy Bodnar"
  role        = "Full-Stack Developer & Entrepreneur"
  location    = "Phoenix, AZ"
  company     = "DevCollective"
  website     = "azdevops.io"

  skills = {
    languages  = ["TypeScript", "Python", "Rust", "Go", "C#", "C++"]
    frontend   = ["React", "Next.js", "Vue.js", "Three.js"]
    backend    = ["Node.js", "FastAPI", ".NET", "PostgreSQL"]
    devops     = ["AWS", "Docker", "K8s", "Terraform", "CI/CD"]
  }

  traits = ["Builder", "Problem Solver", "Entrepreneur"]

  availability    = "Open to opportunities"
  coffee_required = true

  lifecycle {
    prevent_destroy = true  # Too valuable to delete
  }
}

# Output: Senior Engineer ready for deployment βœ“


Tech Stack

Languages

TypeScript JavaScript Python Rust Go C++ C%23 PHP Lua

Frontend

React Next.js Vue.js TailwindCSS Three.js HTML5 CSS3

Backend & Runtime

Node.js Bun Express FastAPI .NET

Databases

PostgreSQL MongoDB Redis MySQL Supabase

Cloud & DevOps

AWS Vercel Docker Nginx Linux Git GitHub Actions

Tools & IDEs

VS Code JetBrains Neovim Postman Figma

Operating Systems

Windows Server Red Hat Ubuntu macOS


GitHub Analytics



3D Contribution Graph


Featured Projects

DevDashboard Dispatch Platform


Profile Views

Open to collaborations and interesting projects

Pinned Loading

  1. ferris-git ferris-git Public

    Rust implementation of Git - init, add, commit, log, status, diff, branch, checkout, and more

    Rust

  2. GoQueue GoQueue Public

    Production-grade distributed task queue in Go with priority queues, job scheduling, worker pools, WebSocket, and REST API

    Go

  3. NexusDB NexusDB Public

    Production-grade C++ key-value database engine with B-tree indexing, ACID transactions, WAL, and TCP server

    C++

  4. ProjectFlow ProjectFlow Public

    Full-stack TypeScript project management app with Next.js 14, tRPC, Prisma, real-time updates, and Kanban boards

    TypeScript

  5. proofpulse proofpulse Public

    Social proof notification widget SaaS - boost conversions with real-time notifications

    TypeScript

  6. TradeForge TradeForge Public

    Enterprise C# trading bot framework with backtesting engine, strategy patterns, risk management, and real-time market data

    C#