Skip to content
View GiuseppeGiacoppo's full-sized avatar
  • Rome, Italy
Block or Report

Block or report GiuseppeGiacoppo

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

Hi there πŸ‘‹ I'm Giuseppe

Software Engineer / Android enthusiast / Team leader and IT consultant

🌍 I'm from Messina, Sicily, then I lived and worked many years in Rome and now in Milan
πŸ”­ I’m mainly work on Android platform, Kotlin and Java languages
🌱 In my free time I had fun with Spring boot, Angular, NestJS, Python, Docker
πŸ‘¨β€πŸŽ“ I have a degree in Computer and Electronic Engineering and worked on neural networks and artificial intelligence for my thesis
πŸ’¬ Ask me about photography! When I have spare time I like taking pictures of night skies and milky way

πŸ“« How to reach me

{
  "website": "https://giacoppo.me",
  "linkedin": "https://www.linkedin.com/in/giuseppegiacoppo/",
  "dev.to": "https://dev.to/giuseppegiacoppo",
  "medium": "https://medium.com/@giuseppegiacoppo"
}

Pinned

  1. RemoteConfig RemoteConfig Public

    RemoteConfig is a Kotlin library that lets you manage all your remote configuration without requiring developers to manually download each configuration and integrate them into the Kotlin application.

    Kotlin 17 3

  2. Android-Clean-Architecture-with-Kotlin Android-Clean-Architecture-with-Kotlin Public

    This is a sample app to show how to write your own Android application using Kotlin language and Clean Architecture approach.

    Kotlin 26 10

  3. RemoteConfigCore RemoteConfigCore Public

    RemoteConfigCore is the core of RemoteConfig library. It only contains interfaces used for main library and its extensions

    Kotlin 1

  4. alexnet.py alexnet.py
    1
    from keras.models import Sequential
    2
    from keras.layers import Conv2D, MaxPooling2D, Flatten, Dense
    3
    
                  
    4
    
                  
    5
    def create_alexnet_model():