{"id":20492770,"url":"https://github.com/kartikmehta8/open-readme","last_synced_at":"2026-03-06T22:06:02.459Z","repository":{"id":109787341,"uuid":"572880811","full_name":"kartikmehta8/Open-ReadMe","owner":"kartikmehta8","description":"A Software Engineer's Readme. (Open For Use)","archived":false,"fork":false,"pushed_at":"2022-12-01T08:53:32.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-09T08:58:15.010Z","etag":null,"topics":["readme-profile","readme-template"],"latest_commit_sha":null,"homepage":"https://twitter.com/kartik_mehta8/status/1598250471444992000?s=20\u0026t=MxTI9Zdy-bHS72jX0uPLww","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kartikmehta8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-01T08:25:37.000Z","updated_at":"2023-04-11T15:59:24.000Z","dependencies_parsed_at":"2023-03-25T22:19:58.860Z","dependency_job_id":null,"html_url":"https://github.com/kartikmehta8/Open-ReadMe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kartikmehta8/Open-ReadMe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2FOpen-ReadMe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2FOpen-ReadMe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2FOpen-ReadMe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2FOpen-ReadMe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kartikmehta8","download_url":"https://codeload.github.com/kartikmehta8/Open-ReadMe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2FOpen-ReadMe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30200756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["readme-profile","readme-template"],"created_at":"2024-11-15T17:30:44.709Z","updated_at":"2026-03-06T22:06:02.431Z","avatar_url":"https://github.com/kartikmehta8.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nA Software Engineer's ReadMe for GitHub Profile.\nBy Kartik Mehta (kartikmehta8)\nVisit www.kartikmehta.xyz to know more about Kartik.\n--\u003e\n\n\n\u003c!--\nA code block showing your information as a Javascript Class\n--\u003e\n```javascript\nclass SoftwareEngineer {\n\n    constructor(name, degree, domain, positions) {\n        this.name = \"Kartik Mehta\";\n        this.degree = \"Bachelor of Technology\";\n        this.domain = \"Computer Science \u0026 Information Technology\";\n        this.positions = {\n            0: \"Postman Student Leader\",\n            1: \"Ex - Google Cloud Facilitator\",\n            2: \"Ex - MLH Prep Fellow\",\n            3: \"Hackathon Mentor\"\n        };\n    }\n    \n    say_hi() {\n        console.log(\"Thanks for dropping by, hope you find some of my work interesting.\");\n    }    \n}\n\n\nlet me = new SoftwareEngineer();\nme.say_hi();\n```\n\n\n\u003c!--\nTwitter \u0026 LinkedIn\n--\u003e\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://twitter.com/kartik_mehta8\"\u003e\n  \u003cimg alt=\"Kartik Mehta | Twitter\" width=\"22px\" src=\"https://raw.githubusercontent.com/peterthehan/peterthehan/master/assets/twitter.svg\" /\u003e\n\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"https://www.linkedin.com/in/kartikmehta17\"\u003e\n  \u003cimg alt=\"Kartik's LinkedIn\" width=\"22px\" src=\"https://raw.githubusercontent.com/peterthehan/peterthehan/master/assets/linkedin.svg\" /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003c!--\nCoder's GIF [Males can comment this :)]\n--\u003e\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://user-images.githubusercontent.com/77505989/184614628-6c4e5af2-108d-43cd-968c-5a3cb20cdd7e.gif\" alt=\"Coder GIF\" /\u003e\n\u003c/p\u003e\n\n\n\u003c!--\nMy Current Learnings\n--\u003e\n\u003cbr\u003e⭐ I am currently working on Data Structures \u0026 Algorithms.\u003cbr\u003e⭐ You can ask me about Website Development \u0026 Google Cloud Platform. \u003cbr\u003e⭐ You can reach out to me via - kartikmehta202[at]gmail.com. \u003cbr\u003e⭐ Know more about me \u0026 my work by visiting my \u003ca href=\"https://www.kartikmehta.xyz\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ePortfolio\u003c/a\u003e Website.\n\n\n\u003c!--\nTechnology Stack\n--\u003e\n## 💻 Tech Stack:\n![C](https://img.shields.io/badge/c-%2300599C.svg?style=for-the-badge\u0026logo=c\u0026logoColor=white) ![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge\u0026logo=c%2B%2B\u0026logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge\u0026logo=css3\u0026logoColor=white) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge\u0026logo=javascript\u0026logoColor=%23F7DF1E) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54) ![Google Cloud](https://img.shields.io/badge/Google%20Cloud-%234285F4.svg?style=for-the-badge\u0026logo=google-cloud\u0026logoColor=white) ![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white) ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white) ![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge\u0026logo=postman\u0026logoColor=white)\n\n\n\u003c!--\nContribution Graph\n--\u003e\n\u003cp align=\"center\"\u003e\n\u003cbr /\u003e\u003cimg src=\"https://activity-graph.herokuapp.com/graph?username=kartikmehta8\u0026theme=github\" alt=\"KM\" /\u003e\n\u003c/p\u003e\n\n\n\u003c!--\nWatch a snake-eating🐍 the contribution graph on Github.\nLink: https://dev.to/rado_mayank/watch-a-snake-eating-my-contribution-graph-on-github-96\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartikmehta8%2Fopen-readme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkartikmehta8%2Fopen-readme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartikmehta8%2Fopen-readme/lists"}