Skip to content
View DiegoVictor's full-sized avatar
:octocat:
Building Bugs
:octocat:
Building Bugs
Block or Report

Block or report DiegoVictor

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DiegoVictor/README.md

Hi there 👋

Hi! How are you? I'm a developer that loves create new things! Currently I'm working with Node.js and studying about DevOps (AWS) 🤓📖. But I already worked with PHP for a few years. I love animes, so, I'm always trying to develop something related to it.

Pinned Loading

  1. github-profile-summary github-profile-summary Public

    A component to show user's github stats

    JavaScript 30 2

  2. code-streamer code-streamer Public

    Nodejs Video Streaming Study Case

    HTML 28 1

  3. tsc-path-replacer tsc-path-replacer Public

    NPM Package. Resolve imports/requires alias according to tsconfig paths

    TypeScript 6

  4. Implementing a pool of requests Implementing a pool of requests
    1
    const fs = require("fs");
    2
    const path = require("path");
    3
    const axios = require("axios");
    4
    const { pipeline } = require("stream/promises");
    5
    
                  
  5. whos-that-pokemon whos-that-pokemon Public

    Application that tries recognize pokémons analyzing an photo (a.k.a pokédex). Built to AWS Cloud.

    TypeScript 9

  6. code-runner code-runner Public

    Run code safely in a containerized AWS Lambda with support for multiple languages. Like HackerRank, Codewars, etc.

    JavaScript