Skip to content

Instantly share code, notes, and snippets.

View sunilkumarmohanty's full-sized avatar

Sunil Kumar Mohanty sunilkumarmohanty

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sunilkumarmohanty on github.
  • I am sunilmohanty (https://keybase.io/sunilmohanty) on keybase.
  • I have a public key whose fingerprint is 896C B792 F0FF 1452 5905 1D66 D776 E866 0DA9 9DAF

To claim this, I am signing this object:

@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"