Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kailashyogeshwar85/kailashyogeshwar85
Hi I'm Kailash. I am a Senior Backend Developer as well as techblogger on medium.I do lots of demos on emerging technology and also take guest lectures in my free time.
https://github.com/kailashyogeshwar85/kailashyogeshwar85
Last synced: 7 days ago
JSON representation
Hi I'm Kailash. I am a Senior Backend Developer as well as techblogger on medium.I do lots of demos on emerging technology and also take guest lectures in my free time.
- Host: GitHub
- URL: https://github.com/kailashyogeshwar85/kailashyogeshwar85
- Owner: kailashyogeshwar85
- Created: 2020-08-20T05:32:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T03:49:40.000Z (about 1 year ago)
- Last Synced: 2023-12-10T14:35:55.105Z (about 1 year ago)
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DEVELOPER
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.```javascript
// 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](https://img.shields.io/badge/-kailash.yogeshwar-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/kailash.yogeshwar/)](https://www.linkedin.com/in/kailash.yogeshwar/)
[![Gmail Badge](https://img.shields.io/badge/[email protected]?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])
[![Medium Badge](https://img.shields.io/badge/-kailash.yogeshwar-black?style=flat-square&logo=Medium&logoColor=white&link=https://kailashyogeshwar.medium.com/)](https://kailashyogeshwar.medium.com/)
[![DockerHub Badge](https://img.shields.io/badge/-lucifer8591-blue?style=flat-square&logo=Docker&logoColor=white&link=https://hub.docker.com/u/lucifer8591)](https://hub.docker.com/u/lucifer8591)
[![NPM Badge](https://img.shields.io/badge/-kailash.yogeshwar-red?style=flat-square&logo=Npm&logoColor=white&link=https://www.npmjs.com/~kailash.yogeshwar)](https://www.npmjs.com/~kailash.yogeshwar)