Skip to content
View kunal15145's full-sized avatar
:octocat:
Happily Coding
:octocat:
Happily Coding
Block or Report

Block or report kunal15145

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kunal15145/README.md

Hi there 👋

class Bio(BackEndEngineer):
    def __init__(self, name, title, company):
        self.name = name
        self.title = title
        self.company = company

kunalSharma = Bio('Kunal Sharma', 'Software Development Engineer 1', 'Flipkart')

Currently Ongoing Projects 🚧

  1. slackduler
  2. redo
  3. gonix
  4. r6-readme-stats
  5. kunal15145.github.io

Any help on the projects from 1-5 is appreciated

Find my gists here

Pinned

  1. banking_chatbot banking_chatbot Public archive

    A banking assistant that works using the ibm watson service

    Python 1

  2. Dblp-Query-Engine Dblp-Query-Engine Public archive

    Java 2

  3. Google_Map_Api Google_Map_Api Public archive

    Android App made using Google map and Places Api

    Java 1

  4. InstaNotes InstaNotes Public archive

    App for sharing notes

    Java

  5. redo redo Public

    Fish plugin to redo commands with sudo

    Shell

  6. Update lambda Function arn at cloudf... Update lambda Function arn at cloudfront using a script
    1
    var cloudfront = require("aws-sdk/clients/cloudfront");
    2
    var cloudfrontClient = new cloudfront({ apiVersion: "2020-05-31" });
    3
    
    
    4
    const distributionId = process.argv[2];
    5
    const lambdaEdgeEvent = process.argv[3];