Skip to content
View effe-megna's full-sized avatar
🏄‍♂️
🏄‍♂️

Block or report effe-megna

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

Ciao, I'm Francesco 👋

I’ve been building web and mobile products since 2016, with a particular love for SaaS, tight feedback loops and real customer impact.

  • 🔧 Main toolkit: TypeScript, React, Node.js, PostgreSQL
  • 🧠 Interests: product-driven teams, real-time collaboration systems
  • 🪦 Fun fact: I co-built EngagementBuilder and grew it to 30K+ ARR in 9 months… right before Twitter took its API from $0 to $42K/month. RIP.

When I’m not coding:

  • If the wind’s up → windsurfing in the open sea
  • If it’s down → climbing or hacking on a side project

Pinned Loading

  1. unav4ila8le/foliofox unav4ila8le/foliofox Public

    AI-powered financial advisor that helps you make smarter decisions about your portfolio.

    TypeScript 74 10

  2. tambo-ai/tambo tambo-ai/tambo Public

    Generative UI SDK for React

    TypeScript 11.1k 557

  3. elm-antd elm-antd Public

    Forked from supermacro/elm-antd

    The official Ant Design UI Kit for Elm

    Elm

  4. elm-typeclasses-data elm-typeclasses-data Public

    experimental typeclasses and Data encoding in Elm

    Elm

  5. Port of RemoteData to Kotlin Port of RemoteData to Kotlin
    1
    /**
    2
     *
    3
     * Port of [RemoteData](https://github.com/devexperts/remote-data-ts/blob/master/src/remote-data.ts)
    4
     *
    5
     * Represents a value of one of four possible types (a disjoint union)
  6. ReaderTaskRemoteData.ts ReaderTaskRemoteData.ts
    1
    import { Reader } from 'fp-ts/lib/Reader'
    2
    import { Monad3 } from 'fp-ts/lib/Monad'
    3
    import * as RD from "@devexperts/remote-data-ts"
    4
    import * as T from "fp-ts/lib/Task"
    5
    import { monadTaskRemoteData, TaskRemoteData, TRD } from "./TaskRemoteData"