Skip to content
View AmbrogioBailey's full-sized avatar

Block or report AmbrogioBailey

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

Hi, I’m Ambrogio πŸ‘‹πŸ½

Security-focused professional building toward a career in information security and SOC operations. My background combines 8+ years of hands-on experience managing work order lifecycles, enforcing quality control gates, maintaining audit-ready documentation, and coordinating vendors in a high-volume operational environment β€” now channeling that operational discipline into cybersecurity through structured lab work and hands-on practice. Every lab and writeup I publish here reflects genuine understanding. That's the standard I'm building this portfolio around.


πŸ› οΈ Technical Skills

  • Security Concepts: Role-Based Access Control (RBAC)
  • Currently Learning: Authentication & Authorization, Security Event Monitoring, IAM Principles
  • Languages: Java, JavaScript, HTML, CSS
  • Tools: Git, GitHub, IntelliJ IDEA, VS Code

πŸ“‚ Security Lab Work

Hands-on labs documented with explanations of what I did, what I found, and what it means. Each writeup reflects genuine understanding, not just completion.

- TryHackMe Write-ups β€” Hands-on defensive and offensive security labs with documented analysis

πŸ’Ό Operational Background

8+ years managing work order lifecycles in a production environment using an enterprise operations system β€” opening records, tracking vendor activity, enforcing quality gates, initiating non-conformance remediation orders, and maintaining audit-ready documentation across high-volume inventory. This operational discipline maps directly to security operations: process control, incident documentation, and status tracking through resolution.


πŸ“ˆ What I’m Working On

  • Completing TryHackMe SOC Level 1 learning path
  • Building and documenting a cybersecurity home lab
  • Writing up labs and exercises in plain English to demonstrate real understanding
  • Preparing for CompTIA Security+

🎯 Career Goals

Targeting entry-level information security and SOC analyst roles where operational discipline, attention to detail, work order lifecycle management, and a genuine understanding of security concepts translate directly into day-one value.


πŸ“« Connect

  • LinkedIn: linkedin.com/in/ambrogio-bailey
  • GitHub: github.com/AmbrogioBailey

Pinned Loading

  1. springboot-user-api-v1 springboot-user-api-v1 Public

    Spring Boot REST API demonstrating full CRUD functionality, validation, and clean backend architecture.

    Java

  2. java-transaction-processing-system java-transaction-processing-system Public

    Java backend application that reads transaction data from CSV files, validates inputs, applies business rules using enums, and generates a formatted account summary report.

    Java

  3. java-file-notes-app java-file-notes-app Public

    Entry-level Java project demonstrating core fundamentals including file I/O, data persistence, collections, and clean menu-driven application design.

    Java

  4. WeatherFetch WeatherFetch Public

    A Java console application that fetches live weather data using the OpenWeatherMap API. Built with Maven, OkHttp, and Gson to practice REST API integration, JSON parsing, and clean code architecture.

    Java