A Cybersecurity hobbyist 🌱 and fullstack Software Engineer by profession 🔭 I like to work with:
🎯
Focusing
Dad | A normal Christian | Engineer | {Programmer} | Car guy | DIYer | Crossfitter | A simple man
-
Palo Alto Networks
- San Francisco, CA
- https://twitter.com/RubenAgDev
Pinned Loading
-
-
docker-samples
docker-samples PublicSamples of Docker files and docker-compose files for different cases
Dockerfile
-
-
-
docker-compose.dev.yml
docker-compose.dev.yml 1# Docker-compose file for SPA with multi-stage and private NPM repos for development
2version: '3.4'
3services:
4web:
5build:
-
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)
23// axios: <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
4// FileSaver: https://github.com/eligrey/FileSaver.js/
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.