Skip to content
View markort147's full-sized avatar
Block or Report

Block or report markort147

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

Marco's Github

Exploring the universe of coding



Some demos

Java Development

  • The Box Problem API
  • A Spring Boot-based REST API project demonstrating custom validation handling for a dynamic item packing algorithm, showcasing integration with Bean Validation API and Docker for easy deployment.
    • Spring Boot for the core application framework, facilitating REST API development.
    • Jakarta Bean Validation for implementing custom validation logic.
    • Docker for containerizing the application, ensuring consistent deployment environments.
    • Maven for project management and build automation.
    • JUnit for unit testing to ensure code reliability.

Data Science & Machine Learning

  • Skills-assesment project for Neural Acadamy course
  • A Jupyter notebook created as the final project for the Data Science and Machine Learning course at Neural Academy. Applied data analysis, data visualization, and supervised learning techniques to assess credit financial risk using a specific dataset.
    • Libraries: NumPy, Pandas, Matplotlib, Sci-Kit Learn
    • Machine Learning Models: K-Nearest Neighbors (KNN), Random Forest, XGBoost
    • Evaluation of various scoring metrics for model performance assessment



visitor badge

Pinned

  1. the-box-problem-api the-box-problem-api Public

    Java Spring-Boot microservice that resolves a variant of the knapsack problem.

    Java

  2. credit-risk-example-analysis-notebook credit-risk-example-analysis-notebook Public

    An iPython notebook made as final project for the Data Science and Machine Learning class at Neural Academy.

    Jupyter Notebook 1

  3. BallEscape BallEscape Public

    A simple C++ game where a ball eats other balls.

    C++

  4. charging-battery-notify-vbs charging-battery-notify-vbs Public

    VBScript to monitor charging battery of Windows laptops

    VBScript