Skip to content
View shadowlik's full-sized avatar
divide and conquer
divide and conquer
Block or Report

Block or report shadowlik

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

Hi, I'm Henrique!

Writing about technology @ https://marquesfernandes.com

Software Engineer and inventor in his spare time. Passionate about technology and enthusiastic about open source projects.

🧰 Languages and Tools:

HTML5 JavaScript Vue.js TypeScript NodeJS PHP Flutter Dart

Pinned

  1. muchas-framework muchas-framework Public archive

    Muchas is an opinionated microservice nodejs framework.

    TypeScript 9 1

  2. css3-draws css3-draws Public

    Improve Frontend skills by drawing with CSS3 and HTML5

    SCSS 2

  3. typed-screeps typed-screeps Public

    Forked from screepers/typed-screeps

    Strong TypeScript declarations for the game Screeps.

    TypeScript

  4. README.md README.md
    1
    # Remove $decimal from express json response
    2
    
                  
    3
    Simple but effective way to remove recursively all the annoying $decimal key when using `res.json`.
    4
    
                  
    5
    It's a simple regex that cleans the response object as a json before sending.