An open API service indexing awesome lists of open source software.

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)

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();
```



Kartik Mehta | Twitter

 

Kartik's LinkedIn


Coder GIF


⭐ 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:
![C](https://img.shields.io/badge/c-%2300599C.svg?style=for-the-badge&logo=c&logoColor=white) ![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![Google Cloud](https://img.shields.io/badge/Google%20Cloud-%234285F4.svg?style=for-the-badge&logo=google-cloud&logoColor=white) ![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white) ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) ![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white)



KM