Skip to content
View matteolobello's full-sized avatar

Organizations

@DevelopersOfCydonia

Block or report matteolobello

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 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

Pinned Loading

  1. paper-launcher paper-launcher Public

    Experimental Android Launcher

    Java 118 10

  2. type type Public template

    End-to-end typed monorepo template for your next project ⌨️

    TypeScript 39 1

  3. minimalytics minimalytics Public

    A minimal, on-premise, server-side solution for saving basic info about your users

    TypeScript 1

  4. ansa-reader-webapp ansa-reader-webapp Public

    A simple, backend-less, PWA for reading news from ANSA

    TypeScript 3

  5. quickphoto quickphoto Public

    Java 8

  6. Simple Auth w/ Magic Link Simple Auth w/ Magic Link
    1
    import { prisma } from "@/db/postgres"
    2
    import jwt from "jsonwebtoken"
    3
    import crypto from "node:crypto"
    4
    
                  
    5
    type TokenPayload = {