Skip to content

Instantly share code, notes, and snippets.

View sunilkumarmohanty's full-sized avatar

Sunil Kumar Mohanty sunilkumarmohanty

View GitHub Profile
@sunilkumarmohanty
sunilkumarmohanty / README.md
Created April 22, 2018 07:39 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

OP: @leonardofed founder @ plainflow.


@sunilkumarmohanty
sunilkumarmohanty / multipart_upload.go
Created October 24, 2017 12:44 — forked from mattetti/multipart_upload.go
Example of doing a multipart upload in Go (golang)
package main
import (
"bytes"
"fmt"
"io"
"log"
"mime/multipart"
"net/http"
"os"