Skip to content
View kailashyogeshwar85's full-sized avatar
Block or Report

Block or report kailashyogeshwar85

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
kailashyogeshwar85/README.md
  DEVELOPER  
made with love  markdown badge made with swag markdown badge open source  markdown badge
made with markdown badge






BIO

Backend Engineer who loves to solve technical problems of business.Love making OSS and maintaining them over the period of time.Backend architect at indias leading fintech. Developer advocate to a startup in mumbai to make building software fun and robust.Business consultant to AppOctet.I believe in contributing to OSS community as majority of the products would not be possible without it.Contact me on linkedin if you would like to collaborate on building next OSS.

// VANILLA JS MADE ME HARDCORE DEV
function SofwareEngineer() {
  this.name = "Kailash Yogeshwar";
}

SoftwareEngineer.prototype.getLanguagesWorkedOn = function () {
  return [
    "JS",
    "GoLang",
    "Ruby",
    "Python",
    "Java",
  ]
}

SoftwareEngineer.prototype.sleeplessNightWhileCoding = function () {
   return "3 days"
}

SoftwareEngineer.prototype.favouriteSnippet = function () {
   const nightOwl = 'o_o'
   return function () {
     console.log("HOLA! ", nightOwl)
   }
}

SoftwareEngineer.prototype.futureGoals = function () {
   return "To mentor average dev's to make them best performer in organization"
}

Linkedin Badge Gmail Badge Medium Badge DockerHub Badge NPM Badge

Pinned

  1. dd-trace-go dd-trace-go Public

    Forked from DataDog/dd-trace-go

    Datadog Go Library including APM tracing, profiling, and security monitoring.

    Go