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 ๐Ÿ‘‹๐Ÿฝ

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