Skip to content
View gab-dev-7's full-sized avatar

Highlights

  • Pro

Block or report gab-dev-7

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

Hi, I'm Gabriel Windlin

Computer Science Student | Systems & Security Enthusiast | Full-Stack Developer

I'm a Bachelor's student in Computer Science at ETHZ, passionate about building efficient systems, robust security tools, and clean, user-friendly applications. I enjoy working across the entire stack, from low-level socket programming in C to modern web frameworks.


Technologies & Skills

  • Languages: Java, Python, C, Rust, JavaScript/TypeScript, SQL, Shell
  • Frameworks & Tools: React, Ratatui, Supabase, Spring Boot, Framer Motion, Tailwind CSS
  • Systems & DevOps: Linux, Docker, Kubernetes, Git, Caddy, CrowdSec

Featured Projects

Here's a selection of my work that showcases my interests and capabilities:

Systems & Security

Project Description
Neural Network in C A modular neural network built from scratch in pure C, featuring backpropagation, momentum, and gradient checking.
Raw Socket Packet Sniffer A low-level network analysis tool built with raw sockets to capture and parse Ethernet frames and network protocols.
Kiroku-TUI A high-performance terminal-based journaling tool in Rust with fuzzy search, Git-sync, and file watching.
TCP Port Scanner A lightweight TCP connect() scanner in C using non-blocking sockets and select() for precise control.
SEC-SUITE A comprehensive security toolkit featuring multi-threaded password cracking and modern hash algorithm support.
Dotfiles My minimal, keyboard-driven Arch Linux configuration featuring Hyprland, Neovim, and Kitty.

Web Development & Applications

Project Description
Website & Portfolio My personal website and portfolio.
Our Place A collaborative digital space featuring real-time media sync, interactive memory maps, and a gamified relationship tracker.
Matrix Calculator A full-stack web application with a React frontend and Spring Boot backend for performing various matrix operations.

Let's Connect


Monthly Development Breakdown

Gabriel's Long Activity Graph

Pinned Loading

  1. sec-suite sec-suite Public

    Security Testing Toolkit with password cracking, network scanning and encoding tools.

    Python 1

  2. kiroku kiroku Public

    TUI for managing markdown notes

    Rust

  3. port-scanner port-scanner Public

    Simple TCP Port Scanner

    C

  4. MatrixCalculator MatrixCalculator Public

    matrix calculator for various operations

    Java

  5. dotfiles dotfiles Public

    My personal dotfiles for Arch Linux + Hyprland

    Shell

  6. neural-network neural-network Public

    Implementation of a neural network in C

    C