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

https://github.com/ctrly4sh/ctrly4sh

Config files for my GitHub profile.
https://github.com/ctrly4sh/ctrly4sh

config github-config

Last synced: over 1 year ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

          

```javascript

const yash = {
keywords: ["wannabe polyglot programmer", "Tech Enth."],
about: "Backend dev, exploring ML and Cyber Security",
languages: ["TypeScript", "Python"],
exploring: ["Go", "Rust" , C++],
quote: "Programming is easy af! (I wish i could say that :( )",
techStack: ["Node.js", "Express", "FastAPI", "MongoDB", "PostgreSQL" ....],
tools: ["VS Code (Win)", "ZED (Ubuntu)"],
os: ["Ubuntu", "Windows"],
interests: ["ML", "OSINT", "Backend", "Open Source", "Cybersecurity"],
};

console.log(yash);

```