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

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

Aspiring Software Developer focused on building practical applications while strengthening core programming fundamentals. Currently developing Java console applications and front-end projects with an emphasis on clean structure, real-world logic, and continuous improvement.


πŸ› οΈ Technical Skills

  • Languages: Java, JavaScript, HTML, CSS
  • Core Concepts: File I/O, Collections, OOP, Input Validation, Control Flow
  • Tools: Git, GitHub, IntelliJ IDEA, VS Code

πŸ“‚ Featured Project

πŸ”Ή Java File Notes App

A menu-driven Java console application that allows users to create, view, search, and delete notes with persistent file storage.

Concepts demonstrated:

  • File-based data persistence
  • Collections and list management
  • User input validation
  • Clean program structure

➑️ Repository: java-file-notes-app


πŸ“ˆ What I’m Working On

  • Expanding Java projects with advanced features
  • Strengthening backend fundamentals
  • Building a consistent GitHub portfolio for junior roles

🎯 Career Goals

Seeking entry-level or junior software developer roles where I can learn, contribute, and grow professionally.


πŸ“« 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