Skip to content
View AngeloFaella's full-sized avatar

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 6 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 (Typescript, React, Next.js, Node.js, ...)
  • Creative and interactive web/mobile experiences
  • Startup industry
  • Photography

๐Ÿ”ญ What Iโ€™m currently working on

  • angelofaella.dev: My portfolio website

    Tech stack:

    • Next.js 14
    • TypeScript
    • GSAP
    • Vercel
  • Keypify: an offline password manager for Android. Get it on Google Play

    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.

๐Ÿ“ซ Where you can reach me

Pinned Loading

  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 4

  6. moon_pong moon_pong Public

    SImple pong game written from scratch in Javascript

    JavaScript