Skip to content
View rshayer95's full-sized avatar
💭
The path isn’t clear yet, but I’m building the way forward.
💭
The path isn’t clear yet, but I’m building the way forward.

Block or report rshayer95

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
rshayer95/README.md

👋 Hey, I’m Robin Hayer

🛠️ Developer · 🔐 Security Engineer · ⚙️ DevOps Explorer · 🧠 Systems Thinker

I build tools that make systems more efficient, secure, and future-ready.


🚀 About Me

I’m Robin, a developer with a mission: build tools that solve real problems.

Whether it's parsing packet captures, analyzing CSVs, automating cloud pipelines, or simplifying workflows for security analysts—my work revolves around one core idea:
If something feels repetitive, inconsistent, or too manual, I build a better system for it.

My journey spans across programming, automation, cloud integration, and security engineering. I’ve built internal tools for OT environments, crafted GUIs and CLIs for analyst teams, and wired up data pipelines using cloud-native solutions. It’s not about shiny frameworks—it’s about shipping tools that actually help.


🧩 What I’ve Built

🧰 Purpose-Built Tools (Across Work & Projects)

  • CSV & PCAP Automation Toolchain:
    Built to simplify incident workflows—my system connects Microsoft Sentinel CSV data with packet captures, maps relationships, and outputs clear, JSON-formatted evidence. It has both CLI and GUI interfaces for different user needs.

  • Custom Packet Decoder (ENIP/CIP, Go):
    Decodes OT protocol packets from raw PCAP data, identifies commands, and transforms bytes into human-readable analysis. Designed for speed and concurrency—built entirely in memory using Go.

  • Cloud-Driven Automation with Azure:
    Used Logic Apps to orchestrate data flows and Function Apps (Go + Python) to analyze packets and CSVs. This forms a serverless pipeline that runs production-grade processing in response to alerts.

  • API Fetcher and Formatter (Go):
    A concurrent API handler that pulls from multiple sources, processes logic rules, and standardizes the output—used for internal evidence building and enrichment.

  • Tauri-Based Desktop Tool:
    A lightweight desktop app built with Tauri that allows analysts to process and validate CSV data with a clean UI and built-in logic.


🧠 Philosophy & Approach

I don't just write code—I build systems:

  • Systems that make investigations repeatable.
  • Systems that turn noisy data into insight.
  • Systems that scale quietly in the background.
  • Systems that help analysts, not replace them.

Whether it's for OT environments, cloud-native DevOps, or general purpose automation, my goal is the same: remove friction, add clarity.


🧪 Technologies & Stack

  • Languages: Go, Python, TypeScript, JavaScript, Bash
  • Cloud: Azure (Logic Apps, Function Apps, Blob, etc.)
  • Automation: CLI tooling, GitHub Actions, serverless workflows
  • UI: Tauri, React, Node.js, REST APIs
  • Security & Networking: PCAP parsing, protocol analysis, Wireshark-style logic
  • Tools: Neovim, Postman, Git, VSCode, Docker

🎯 Vision for 2025+

  • ⚙️ Master DevOps + IaC to automate infrastructure the same way I do workflows
  • 🧪 Continue building problem-first tools—especially for analysts, devs, and cloud teams
  • 🔐 Contribute to open-source tools in security, cloud, and automation
  • 🧠 Apply ML models in meaningful ways, especially for packet/data analysis
  • 🚀 Eventually launch a polished product or internal platform as a solo founder

📬 Let’s Connect

If you're passionate about tool-building, automation, security, or shipping systems that solve real problems—we’ll get along.

📧 Email: [email protected]
🌐 Portfolio: (Coming soon)
📍 Based in Canada (Toronto/GTA)


“It’s not about doing everything. It’s about doing the right things repeatedly—and building the tools that help you do that.”

Popular repositories Loading

  1. js-rock-paper-scissor-game js-rock-paper-scissor-game Public

    Rock Paper Scissor game written in vanilla js

    JavaScript

  2. T-shirt-Designer T-shirt-Designer Public

    T-shirt designer is a vanilla JS based application in which the user can create custom tshirt designs and can customize them with the given toolset.

    JavaScript

  3. rshayer95 rshayer95 Public

    Config files for my GitHub profile.

  4. Doaba-Restaurant-Core-PHP Doaba-Restaurant-Core-PHP Public

    This project was built in core PHP. It contains admin side to manage the content of the website and business products for the customers. The users can buy the products, see the bill, order history …

    PHP

  5. Restaurant-Bill-Calculator Restaurant-Bill-Calculator Public

    This app calculates the bill in real-time and displays the final bill to the user.

    C#

  6. Coin-Calculator Coin-Calculator Public

    This is a console application developed in C# to calculate the number of coins. The user enters the number of coins of different numbers and the program calculates the money and number of coins used.

    C#