Skip to content
View RubenAgDev's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@platzi

Block or report RubenAgDev

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

Hi there 👋, I'm Ruben ⚡

A Cybersecurity hobbyist 🌱 and fullstack Software Engineer by profession 🔭 I like to work with:

Pinned Loading

  1. rubenagdev.github.io rubenagdev.github.io Public

    My Personal Website

  2. docker-samples docker-samples Public

    Samples of Docker files and docker-compose files for different cases

    Dockerfile

  3. k8s-simple-guide k8s-simple-guide Public

    A Very-Simple Guideline to Kubernetes Objects

    Shell

  4. nikto-web-ui nikto-web-ui Public

    A Web UI for Nikto Web Server Scanner

    TypeScript

  5. docker-compose.dev.yml docker-compose.dev.yml
    1
    # Docker-compose file for SPA with multi-stage and private NPM repos for development  
    2
    version: '3.4'
    3
    services:
    4
      web:
    5
        build: 
  6. Proper way of downloading large file... Proper way of downloading large files in chunks (ranges) using axios in the web browser
    1
    // First verify that the server support partial requests (i.e. https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests#checking_if_a_server_supports_partial_requests)
    2
    
                  
    3
    // axios: <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
    4
    // FileSaver: https://github.com/eligrey/FileSaver.js/
    5