Skip to content
View arizz96's full-sized avatar

Block or report arizz96

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

Hello there, I'm Alessandro 👋

Backend Engineer with a passion for simple, elegant and proof APIs. I write clean, scalable code with full test coverage. Develop, maintain and expand high-traffic web applications.

I am passionate about technology, with sound background in problem solving. Its not always about any solution but the right solution for a problem. I am a fast learner and like to work on new challenges. I always think of new ideas and optimized solution to different challenges. I am very pro-active and often go out of my way to take up tasks that I consider could help the health of the project or contribute to the company.

Pinned Loading

  1. arizz96-dev arizz96-dev Public

    A delightful representation of my portfolio

    JavaScript

  2. Basic authentication middleware for ... Basic authentication middleware for Cloudflare workers
    1
    /**
    2
     * Basic authentication middleware for Cloudflare workers inspired by official guide:
    3
     * @see https://developers.cloudflare.com/workers/examples/basic-auth/
    4
     *
    5
     */