Skip to content

Instantly share code, notes, and snippets.

View csoni111's full-sized avatar

Chirag Maheshwari csoni111

View GitHub Profile

Keybase proof

I hereby claim:

  • I am csoni111 on github.
  • I am csoni111 (https://keybase.io/csoni111) on keybase.
  • I have a public key ASCi7VcXLeOjD9naeyUeVqEOKGm9M6ct6jtesp21wXj7Xwo

To claim this, I am signing this object:

@csoni111
csoni111 / ris-mc.ipynb
Created April 4, 2019 07:39
ris-mc.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csoni111
csoni111 / image-conversion-lambda-s3.js
Created March 4, 2019 09:35
Sample Lambda Code for Image Conversion on S3
'use strict';
const AWS = require('aws-sdk');
const S3 = new AWS.S3({ apiVersion: '2006-03-01' });
const Sharp = require('sharp');
const outputBucket = 'output-bucket-name';
@csoni111
csoni111 / gsoc18-final-work-product.md
Last active August 13, 2018 00:29
GSoC 2018 Final Work Product Submission

Google Summer of Code 2018 with Amahi

Google Summer of Code Logo

Amahi is a personal/home networking, storage and app server with features allowing users to access their files and apps remotely using android and ios clients. During Google Summer of Code 2018 I contributed with Amahi working mainly on the Amahi Anywhere File Server and the Proxy Server. This is my second year participating in GSoC, previous year also I did my GSoC with Amahi but in different project that was in Android app development.

This year the main goal of my project was to improve the backend architecture (written in golang) and add new features to it such as implementation of HTTP/2 protocol for communication bet