https://github.com/kartikmehta8/open-readme
A Software Engineer's Readme. (Open For Use)
https://github.com/kartikmehta8/open-readme
readme-profile readme-template
Last synced: 3 months ago
JSON representation
A Software Engineer's Readme. (Open For Use)
- Host: GitHub
- URL: https://github.com/kartikmehta8/open-readme
- Owner: kartikmehta8
- License: mit
- Created: 2022-12-01T08:25:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T08:53:32.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:55:21.323Z (4 months ago)
- Topics: readme-profile, readme-template
- Homepage: https://twitter.com/kartik_mehta8/status/1598250471444992000?s=20&t=MxTI9Zdy-bHS72jX0uPLww
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```javascript
class SoftwareEngineer {constructor(name, degree, domain, positions) {
this.name = "Kartik Mehta";
this.degree = "Bachelor of Technology";
this.domain = "Computer Science & Information Technology";
this.positions = {
0: "Postman Student Leader",
1: "Ex - Google Cloud Facilitator",
2: "Ex - MLH Prep Fellow",
3: "Hackathon Mentor"
};
}
say_hi() {
console.log("Thanks for dropping by, hope you find some of my work interesting.");
}
}let me = new SoftwareEngineer();
me.say_hi();
```
![]()
⭐ I am currently working on Data Structures & Algorithms.
⭐ You can ask me about Website Development & Google Cloud Platform.
⭐ You can reach out to me via - kartikmehta202[at]gmail.com.
⭐ Know more about me & my work by visiting my Portfolio Website.## 💻 Tech Stack:
          
![]()