{"id":22305404,"url":"https://github.com/avidhanr/avidhanr","last_synced_at":"2025-10-19T14:44:03.542Z","repository":{"id":219393579,"uuid":"748939773","full_name":"AVidhanR/AVidhanR","owner":"AVidhanR","description":"Developer","archived":false,"fork":false,"pushed_at":"2025-06-24T14:12:57.000Z","size":20606,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T15:30:22.481Z","etag":null,"topics":["highlights","knowle","markdown","profile","progress","readme"],"latest_commit_sha":null,"homepage":"https://avidhanr.github.io/AVidhanR/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AVidhanR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-27T05:10:21.000Z","updated_at":"2025-06-24T14:13:00.000Z","dependencies_parsed_at":"2024-01-27T06:29:51.602Z","dependency_job_id":"ac856f1c-8b62-43ca-bf28-704f2e9f44e9","html_url":"https://github.com/AVidhanR/AVidhanR","commit_stats":null,"previous_names":["avidhanr/avidhanr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AVidhanR/AVidhanR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVidhanR%2FAVidhanR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVidhanR%2FAVidhanR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVidhanR%2FAVidhanR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVidhanR%2FAVidhanR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AVidhanR","download_url":"https://codeload.github.com/AVidhanR/AVidhanR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVidhanR%2FAVidhanR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262240121,"owners_count":23280461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["highlights","knowle","markdown","profile","progress","readme"],"created_at":"2024-12-03T19:11:33.994Z","updated_at":"2025-10-19T14:44:03.535Z","avatar_url":"https://github.com/AVidhanR.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eHi there 👋🏻 I'm Vidhan 🚀\u003c/h1\u003e\n  \u003ch4\u003e\n    I'm a BI Developer@CTS. \n    \u003cbr /\u003e\n    Web | Android | Developer | Business Intelligence\n  \u003c/h4\u003e\n\u003c/div\u003e\n\n## 🌟 Highlights\n\n\u003ca href=\"https://linkedin.com/in/AVidhanR\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/follow%20me%20on%20LinkedIn-0A66C2\" alt=\"itsvidhanreddy\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://x.com/itsvidhanreddy\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/itsvidhanreddy?label=@itsvidhanreddy\u0026style=social\" alt=\"X\"\u003e\u003c/a\u003e\n- A former core member in [GDG-GDSC](https://github.com/GDSC-REC) Google Developer Student Club, (REC) Raghu Engineering College, Visakhapatnam.\n- Check out my `gists` from [here](https://gist.github.com/AVidhanR)\n\n```ts\nconst aboutMe: {\n  workingOn: string[];\n  learning: string[];\n  contactMe: string;\n  pronouns: string;\n} = {\n  workingOn: ['genai', 'java', 'svelte', 'python'],\n  learning: ['ml', 'algebra', 'oac'],\n  contactMe: 'vidhanreddy.dev@gmail.com',\n  pronouns: 'he/him',\n};\n\nconsole.log(aboutMe);\n```\n\n## 🤝 Gain Knowledge\n\n- Learn to become a Data Science specialist: [Data Science](https://www.kaggle.com/learn)\n- Learn Compose using Kotlin: [Jetpack Compose](https://developer.android.com/courses/android-basics-compose/course)\n- Learn Machine Learning from Google Devs: [Machine Learning](https://developers.google.com/machine-learning)\n- Checkout my Shortcuts from [here](./shortcuts/)\n- Checkout my Cheat-Sheets collection from [here](./cheat_sheets/)\n- Checkout my bash commands cheat-sheet from [here](./bash_commands.png)\n\u003c!--\n- From `web.dev`\n  - Learn HTML: [HTML](https://web.dev/learn/html)\n  - Learn CSS: [CSS](https://web.dev/learn/css)\n  - Learn JavaScript: [JavaScript](https://web.dev/learn/javascript)\n- Learn ReactJS through the tutorials and official documentation: [ReactJS](https://react.dev/learn)\n  - **After ReactJS**, try to learn and use [ReactJS + Vite](https://vitejs.dev/guide/#trying-vite-online)\n- Learn NodeJS through the official tutorial: [NodeJS](https://nodejs.org/en/learn/getting-started/introduction-to-nodejs)\n  - **After NodeJS**, try to learn and use [ExpressJS](https://expressjs.com/en/starter/installing.html)\n- Learn NextJS from the Vercel (As NextJS is a ReactJS framework, It's a good practice to learn ReactJS before learning NextJS): [NextJS](https://nextjs.org/learn/dashboard-app)\n- Get a good grip of TailwindCSS (It's a good practice to learn the official CSS before learning TailwindCSS): [TailwindCSS]\n- Learn TypeScript for:\n  - [Full Fledged Handbook: TypeScript](https://www.typescriptlang.org/docs/handbook/intro.html)\n  - [A New Programmer](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html)\n  - [A JavaScript Programmer](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html)\n  - [A Java/C# Programmer](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes-oop.html)\n  - CheatSheet of Flexbox: [CSS Flexbox](./cheat_sheets/css/CSS%20Flexbox%20Cheatsheet.pdf)\n  - CheatSheet of Grids: [CSS Grids](./cheat_sheets/css/CSS%20Grid%20Cheatsheet.pdf)\n  - Computer Shortcuts only using Ctrl key: [Ctrl Key Shortcuts](./shortcuts/Control%20Key%20Shortcuts.png)\n  - All Computer Shortcuts: [Computer Shortcuts](./shortcuts/All%20Useful%20Computer%20Shortcuts.png)\n  - Visual Studio Code Shortcuts: [VS Code Shortcuts](./shortcuts/Visual%20Studio%20Code%20Shortcuts.pdf)\n  - MS Excel, Word and Outlook Shortcuts: [Productivity Shortcuts](./shortcuts/MS%20Excel,%20Word%20and%20Outlook%20Shortcuts.png)\n- Documentation on Bootstrap: [Bootstrap](./web_technologies/Bootstrap%20Documentation.pdf)\n- Documentation on Web Technologies: [Web Tech](./web_technologies/Web%20Technologies%20Using%20React.pdf)\n--\u003e\n\n## ⚙️ Languages and Tools:\n\n\u003cdiv class=\"language-icons\"\u003e\n    \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original.svg\"\n    alt=\"React.js\"\n    width=\"32\"\n    height=\"32\"\n    title=\"React.js: A JavaScript library for building user interfaces\"\n  /\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original.svg\"\n    alt=\"HTML5\"\n    width=\"32\"\n    height=\"32\"\n    title=\"HTML5: The latest version of the HyperText Markup Language\"\n  /\u003e --\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original.svg\"\n    alt=\"CSS\"\n    width=\"32\"\n    height=\"32\"\n    title=\"CSS: A Cascading Style Sheets language for styling web pages\"\n  /\u003e --\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg\"\n    alt=\"JavaScript\"\n    width=\"32\"\n    height=\"32\"\n  /\u003e --\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/typescript/typescript-original.svg\"\n    alt=\"TypeScript\"\n    width=\"32\"\n    height=\"32\"\n    title=\"TypeScript: A superset of JavaScript that adds optional static typing\"\n  /\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/tailwindcss/tailwindcss-original.svg\"\n    alt=\"Tailwind CSS\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Tailwind CSS: A utility-first CSS framework for rapid UI development\"\n  /\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/nextjs/nextjs-original.svg\"\n    alt=\"Next.js\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Next.js: A React framework for server-rendered and statically generated web applications\"\n  /\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/angularjs/angularjs-original.svg\"\n    alt=\"Angular\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Angular: A TypeScript-based web application framework\"\n  /\u003e --\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/c/c-original.svg\"\n    alt=\"C\"\n    width=\"32\"\n    height=\"32\"\n    title=\"C: A powerful procedural programming language\"\n  /\u003e --\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/cplusplus/cplusplus-original.svg\"\n    alt=\"C++\"\n    width=\"32\"\n    height=\"32\"\n    title=\"C++: A general-purpose programming language with object-oriented features\"\n  /\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/csharp/csharp-original.svg\"\n    alt=\"C#\"\n    width=\"32\"\n    height=\"32\"\n    title=\"C#: A modern object-oriented programming language for .NET platform\"\n  /\u003e --\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/java/java-original.svg\"\n    alt=\"Java\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Java: A popular object-oriented programming language\"\n  /\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg\"\n    alt=\"Python\"\n    width=\"32\"\n    height=\"32\"\n  /\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/streamlit/streamlit-original.svg\"\n    alt=\"Streamlit\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Streamlit: An open-source app framework for machine learning and data science\"\n  /\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/git/git-original.svg\"\n    alt=\"Git\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Git: A distributed version control system\"\n  /\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/github/github-original.svg\"\n    alt=\"GitHub\"\n    width=\"32\"\n    height=\"32\"\n    title=\"GitHub: A web-based hosting service for software development projects\"\n  /\u003e --\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/android/android-original.svg\"\n    alt=\"Android\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Android: A mobile operating system for smartphones and tablets\"\n  /\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/androidstudio/androidstudio-original.svg\"\n    alt=\"Android Studio\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Android Studio: An official IDE for Android app development\"\n  /\u003e --\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/figma/figma-original.svg\"\n    alt=\"Figma\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Figma: A web-based design and prototyping tool\"\n  /\u003e --\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/jetpackcompose/jetpackcompose-original.svg\"\n    alt=\"Jetpack Compose\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Jetpack Compose: Android UI toolkit based on Kotlin\"\n  /\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/kotlin/kotlin-original.svg\"\n    alt=\"Kotlin\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Kotlin: A general-purpose programming language for JVM and Android\"\n  /\u003e --\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/xml/xml-original.svg\"\n    alt=\"XML\"\n    width=\"32\"\n    height=\"32\"\n    title=\"XML: Extensible Markup Language for data and configuration\"\n  /\u003e --\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/mysql/mysql-original.svg\"\n    alt=\"MySQL\"\n    width=\"32\"\n    height=\"32\"\n    title=\"MySQL: A popular open-source relational database management system\"\n  /\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/postman/postman-original.svg\"\n    alt=\"Postman\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Postman: An API client for testing and interacting with APIs\"\n  /\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/bash/bash-original.svg\"\n    alt=\"Bash\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Bash: A Unix shell for command-line scripting\"\n  /\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/firebase/firebase-original.svg\"\n    alt=\"Firebase\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Firebase: A Google platform for building mobile and web apps\"\n  /\u003e --\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/kaggle/kaggle-original.svg\"\n    alt=\"Kaggle\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Kaggle: A platform for data science and machine learning\"\n  /\u003e --\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/json/json-original.svg\"\n    alt=\"JSON\"\n    width=\"32\"\n    height=\"32\"\n    title=\"JSON: JavaScript Object Notation (data format)\"\n  /\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/vscode/vscode-original.svg\"\n    alt=\"VS Code\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Visual Studio Code: A code editor by Microsoft\"\n  /\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/intellij/intellij-original.svg\"\n    alt=\"IntelliJ IDEA\"\n    width=\"32\"\n    height=\"32\"\n    title=\"IntelliJ IDEA: A Java IDE by JetBrains\"\n  /\u003e --\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/ubuntu/ubuntu-original.svg\"\n    alt=\"Ubuntu\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Ubuntu: A Linux distribution\"\n  /\u003e\n\u003c!--   \n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/tomcat/tomcat-original.svg\"\n    alt=\"Apache Tomcat\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Apache Tomcat: A Java servlet container\"\n  /\u003e \n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/markdown/markdown-original.svg\"\n    alt=\"Markdown\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Markdown: A plain text formatting syntax\"\n  /\u003e \n  --\u003e\n\u003c!--   \n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/sqlite/sqlite-original.svg\"\n    alt=\"SQLite\"\n    width=\"32\"\n    height=\"32\"\n    title=\"SQLite\"\n  /\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/replit/replit-original.svg\"\n    alt=\"Replit\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Replit\"\n  /\u003e\n  --\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/notion/notion-original.svg\"\n    alt=\"Notion\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Notion: A note-taking and project management app\"\n  /\u003e\n  \n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/netlify/netlify-original.svg\"\n    alt=\"Netlify\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Netlify: A web hosting platform\"\n  /\u003e --\u003e\n\u003c!--   \u003cimg\n    src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/vercel/vercel-original.svg\"\n    alt=\"Vercel\"\n    width=\"32\"\n    height=\"32\"\n    title=\"Vercel: A web hosting platform\"\n  /\u003e --\u003e\n  \n\u003c/div\u003e\n\n\u003c!--\n\u003cstyle\u003e\n  .language-icons {\n    display: flex;\n    justify-content: start;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n  }\n  img {\n    margin-right: 0.2rem; /* Add space between icons */\n  }\n  .center {\n    text-align: cneter;\n  }\n  img[alt=\"Bash\"] {\n    filter: invert(100%) hue-rotate(180deg); /* Inverts colors and adjusts hue for a lighter effect */\n  }\n\u003c/style\u003e\n--\u003e\n\n## ✅ Checkout\n\n- Learn Mobile Application Development (Beginner) within `20Days` from [here](https://github.com/AVidhanR/MobileAppDevelopment) (Android using XML and Java).\n- Learn Web Technologies (Beginner) within `20Days` from [here](https://github.com/AVidhanR/WebTechnologies) (Beginner Web Stack, MySQL and Java (Servlets, JSP and JDBC)).\n\n## 💻 My Learning\n\n- 🌱 See what I'm learning now from [here](https://github.com/AVidhanR/LearnBuildGrow)\n- 🔭 I’m currently working on **Next and React**\n- 👯 I’m looking to collaborate and contribute on Android Compose, ReactJS, NextJS, Angular.\n- 😄 Pronouns: Vinnu, Reddy.\n- 📫 How to reach me: [**@itsvidhanreddy**](https://linktr.ee/itsvidhanreddy)\n- 📈 Visit my portfolio from [here](https://itsvidhanreddy.vercel.app) - Built using NextJS14.\n\n## 🔗 Let's Connect\n\n\u003cdiv class=\"language-icons\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/AVidhanR\"\u003e\n    \u003cimg\n      src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/linkedin/linkedin-original.svg\"\n      alt=\"LinkedIn\"\n      width=\"32\"\n      height=\"32\"\n      title=\"LinkedIn: Professional networking platform\"\n    /\u003e\n  \u003c/a\u003e\n \u003ca href=\"https://x.com/itsvidhanreddy\"\u003e\n    \u003cimg\n      src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/twitter/twitter-original.svg\"\n      alt=\"Twitter\"\n      width=\"32\"\n      height=\"32\"\n      title=\"Twitter: Social media platform for microblogging\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003c!--\n**AVidhanR/AVidhanR** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.\nHere are some ideas to get you started:\n- 🔭 I’m currently working on ...\n- 🌱 I’m currently learning ...\n- 👯 I’m looking to collaborate on ...\n- 🤔 I’m looking for help with ...\n- 💬 Ask me about ...\n- 📫 How to reach me: ...\n- 😄 Pronouns: ...\n--\u003e\n\n\u003c!--\n### 😇 Profiles\n#### ⭐ [Daily.Dev](https://app.daily.dev) ⭐\n\u003cdiv align=\"center\"\u003e\u003ca href=\"https://app.daily.dev/itsvidhanreddy\"\u003e\u003cimg src=\"https://api.daily.dev/devcards/v2/QYa2Q5Bf97YmbOC9rer5L.png?type=wide\u0026r=egh\" width=\"652\" alt=\"AVidhanR's Dev Card\"/\u003e\u003c/a\u003e\u003c/div\u003e \n--\u003e\n\n## :octocat: GitHub Stats\n\n![Your GitHub stats](https://github-readme-stats.vercel.app/api?username=AVidhanR\u0026show_icons=true\u0026theme=radical)\n\n## 🚀 Top Languages \n\n![Top Languages](https://github-readme-stats.vercel.app/api/top-langs/?username=AVidhanR\u0026layout=compact\u0026theme=radical)\n\n## 📝 Must Read\n- Learn and understand about the `Web Storage` from this [article](https://dev.to/abhay1kumar/understanding-web-storage-localstorage-sessionstorage-and-cookies-1384)\n- Mastering Middleware in Node.js [article](https://dev.to/khushindpatel/mastering-middleware-in-nodejs-the-secret-sauce-of-expressjs-4666)\n- `tmux` Cheat Sheet: [link](https://tmuxcheatsheet.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidhanr%2Favidhanr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favidhanr%2Favidhanr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidhanr%2Favidhanr/lists"}