Skip to content

Instantly share code, notes, and snippets.

View fernandovega's full-sized avatar

Fernando Vega fernandovega

View GitHub Profile
@fernandovega
fernandovega / nodejs_aws_s3_file_upload.js
Created March 18, 2021 03:19 — forked from sarfarazansari/nodejs_aws_s3_file_upload.js
How to upload files to AWS S3 with NodeJS - AWS-SDK? With the help of this library you can upload any kind of file to s3. (NODEJS, AWS-SDK, S3)
/**
* we are going to upload file to s3 via node js by using
* aws-sdk - required
* busboy - required
* uuid - optional - for image renaming purpose
* with this library you can upload any kind of file to s3 via node js.
*/
const AWS = require('aws-sdk');
const UUID = require('uuid/v4');
@fernandovega
fernandovega / private_fork.md
Created February 17, 2022 21:06 — forked from 0xjac/private_fork.md
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare [email protected]:usi-systems/easytrace.git