Skip to content
View tave8's full-sized avatar

Block or report tave8

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tave8/README.md

Giuseppe Tavella

I'm a backend developer building ZeroChiamate, a CRM SaaS for service businesses.

How to make me happy? Give me a challenge, not a task.

My nature is building across the full stack. I'm not looking for a standard job. I'm looking for early stage startups where I can have ownership and build end to end.

Below you find some problems I solved and how I reason.

Backend & System design

Algorithms

Frontend

I'm not looking for a standard junior/mid developer role. I'm looking for early stage startups where I can have ownership and build end to end.

What I'm building

ZeroChiamate CRM — built solo, from scratch.

Java + Spring Boot backend, React + TypeScript frontend, PostgreSQL, deployed on Cloudflare Pages and Railway.

Some things I built that I'm proud of:

  • AI-powered contract discrepancy detection using Anthropic's API
  • Stripe billing — subscriptions, trials, webhooks, full lifecycle
  • Schema migrations across 3 environments with Flyway

Work experience

Backend developer at Italia Lavoro — built the invoicing and agenda systems. My SQL financial analysis algorithms are used by the company's administration for sales, salaries, employee performance and regional expansion analysis.

Languages

Italian (native) · English (fluent) · German (fluent)

Plus Spanish, French, Romanian (yep, I'm polyglot, wusstest du das nicht?).

Stack

Java · Spring Boot · PostgreSQL

React · TypeScript · JavaScript · Bootstrap · HTML · CSS

I've also worked with Python (algorithms) and PHP (building a CRM)

Links

Pinned Loading

  1. availability-algorithm availability-algorithm Public

    Problem-solving template for availability, conflict and overlap detection when working with time. It explains why it works and how to think, not copy/paste.

  2. matrix-traverser-python matrix-traverser-python Public

    Configurable, callback-based engine for traversing a matrix using DFS or BFS (labyrinth traversal, zigzag, spiral etc.)

    Python

  3. remote-search remote-search Public

    Search remote programmatically, without the hassle.

    JavaScript 1

  4. calculus-series calculus-series Public

    Visualize series and sequences (Calculus).

    Jupyter Notebook

  5. typing-delayer typing-delayer Public

    A computation must run only when the user is done tipying? Problem solved.

    JavaScript

  6. typewriter typewriter Public

    Human-like typewriting, as if someone is tipying real-time.

    JavaScript