Skip to content
View stefano-regosa-deel's full-sized avatar
⛰️
Working with distributed teams since before it was cool
⛰️
Working with distributed teams since before it was cool
Block or Report

Block or report stefano-regosa-deel

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
import * as M from 'pattern-matching-ts/match'

const match = (about: About) =>
  pipe(
    about,
    M.matchW('_tag')({
       Name: () => 'Stefano Regosa',
       Role: () => 'Senior Frontend Engineer @ Deel',
       Blog: () => 'https://undefined.technology',
       Focus : () => ({ TypeScript , React , Node }),
       Currently: () => 'Hacking in TypeScript',
       AllAbout: () =>  ['Open Source','Functional Programming','Clean code']
    })
  )

Pinned

  1. pattern-matching-ts pattern-matching-ts Public

    ⚡ Pattern Matching in Typescript

    TypeScript 186 8

  2. apollographql/apollo-client apollographql/apollo-client Public

    🚀  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.

    TypeScript 19.2k 2.6k

  3. module-federation/module-federation-examples module-federation/module-federation-examples Public

    Implementation examples of module federation , by the creators of module federation

    JavaScript 5.3k 1.7k

  4. apollographql/apollo-server apollographql/apollo-server Public

    🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

    TypeScript 13.7k 2k