Skip to content
View andersonjoseph's full-sized avatar
πŸ‘¨β€πŸš€
Reinventing wheels
πŸ‘¨β€πŸš€
Reinventing wheels
Block or Report

Block or report andersonjoseph

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

Hi there πŸ‘‹

  • ✌ My name is Anderson.
  • 🌍 I'm from Maracay, Venezuela.
  • πŸ’» Backend Developer (NodeJS + Typescript).
  • ❀️ OpenSource contribuitor.
  • πŸ”— You can contact me on: andersonjoseph@mailfence.com
  • πŸ“š You can read my blog articles on: dev.to/andersonjoseph

Pinned

  1. shotbit shotbit Public

    Extract movie scenes/shots easily

    TypeScript 20 3

  2. My typescript utils My typescript utils
    1
    ## No Extra Properties
    2
    
                  
    3
    ```ts
    4
    type Neverify<K> = {
    5
      [P in K]: never;
  3. fastify-hashids fastify-hashids Public

    Easily encode and decode data with Hashids in Fastify routes

    TypeScript 6

  4. ossound ossound Public

    basic CRUD operations for audio hosting

    TypeScript 1

  5. fastify-plugin-ts fastify-plugin-ts Public

    Forked from fastify/fastify-plugin

    Plugin helper for Fastify

    TypeScript