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

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.
  • ❀️ OpenSource contribuitor.
  • πŸ”— You can contact me on: andersonjoseph@mailfence.com
  • πŸ“š You can read my blog articles on: dev.to/andersonjoseph

Pinned Loading

  1. shotbit shotbit Public

    Extract movie scenes/shots easily

    TypeScript 22 3

  2. fastify-hashids fastify-hashids Public

    Easily encode and decode data with Hashids in Fastify routes

    TypeScript 6

  3. soundgo soundgo Public

    REST API for a simple audio hosting service

    Go

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

    My vim config files

    Lua

  6. fastify-plugin-ts fastify-plugin-ts Public

    Forked from fastify/fastify-plugin

    Plugin helper for Fastify

    TypeScript