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

Block or report AngeloFaella

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

hader

Hi, I'm Angelo 👋

I'm a Software Engineer who loves to create things and solve problems.

During the last 5 years of working with software, especially in the startup industry, I've gained knowledge and experience in mobile and web development, UI/UX design and system architecture.

I'm actively writing tech articles on Medium, building projects, and sharing my knowledge with the developer community on various social platforms.

Some of my interests:

  • JavaScript based technologies
  • Data Science
  • Startup industry
  • Photography

🔭 What I’m currently working on

  • Keypify: an offline password manager for Android. Get it on Google Play

    Some of the main features:

    • Offline management: all the keys are stored only on user devices using AES encryption.
    • Fingerprint auth, no master password to remember.
    • Safe key sharing.
    • Random generator of strong password.
    • App-to-PC fast sharing.
    • Backup and restore with 2FA.

    Tech stack:

    • Android Architecture Components (LiveData, ViewModel, Room, ...)
    • Firebase
    • AWS Lambda (Java, Nodejs)

💬 Latest articles

I write regular blog posts about tech and programming. You can find them on my Medium profile.

🌱 What's next

  • Improve Keypify app
  • Keypify Web client
  • More open source projects

📫 Where you can reach me

Pinned

  1. DocumentOutline DocumentOutline Public

    A vanilla JavaScript library that automatically generates the "Table of Contents" of an HTML document.

    JavaScript 6

  2. serie_A_analysis serie_A_analysis Public

    What is More Important to Win the Serie A League: Attack or Defence?

    Jupyter Notebook

  3. Python Amazon Scraper: simple python... Python Amazon Scraper: simple python script to get notified (via email) when the price of a certain product falls below a certain threshold. Full explanation here: https://levelup.gitconnected.com/simple-web-scraping-with-python-1692c11e3b1a
    1
    from bs4 import BeautifulSoup
    2
    import requests
    3
    import smtplib
    4
    
                  
    5
    
                  
  4. Python Web Scraper: get the table of... Python Web Scraper: get the table of Serie A league from legaseriea.it. I used this scraper in this project: https://github.com/AngeloFaella/serie_A_analysis
    1
    from bs4 import BeautifulSoup
    2
    import requests
    3
    
                  
    4
    
                  
    5
    links = ['http://www.legaseriea.it/it/serie-a/classifica/2018-19',
  5. CircularProgressBar CircularProgressBar Public

    A lightweight circular progress bar made with Js, SVG circles, and CSS transitions.

    JavaScript 3

  6. moon_pong moon_pong Public

    SImple pong game written from scratch in Javascript

    JavaScript