Refreshes Retype-generated documentation.

Process triggered by nbats.
This commit is contained in:
Retype GitHub Action
2023-10-27 20:12:06 +00:00
parent f082812097
commit 689676f59a
26 changed files with 355 additions and 356 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.751745593952">
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.751752658199">
<!-- See retype.com -->
<meta name="generator" content="Retype 3.5.0">
@@ -11,7 +11,7 @@
<!-- Primary Meta Tags -->
<title>Developer Tools | FreeMediaHeckYeah</title>
<meta name="title" content="Developer Tools | FreeMediaHeckYeah">
<meta name="description" content="🌐 ProgrammingLearningResources or A-to-Z-Resources-for-Students- Programming Learning Resources">
<meta name="description" content="🌐 Awesome Cheatsheets, HowDoI, OverApi or Cheat Sheets- Programming Cheat Sheets">
<!-- Canonical -->
<link rel="canonical" href="https://fmhy.pages.dev/devtools/">
@@ -20,22 +20,22 @@
<meta property="og:type" content="website">
<meta property="og:url" content="https://fmhy.pages.dev/devtools/">
<meta property="og:title" content="Developer Tools | FreeMediaHeckYeah">
<meta property="og:description" content="🌐 ProgrammingLearningResources or A-to-Z-Resources-for-Students- Programming Learning Resources">
<meta property="og:description" content="🌐 Awesome Cheatsheets, HowDoI, OverApi or Cheat Sheets- Programming Cheat Sheets">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://fmhy.pages.dev/devtools/">
<meta property="twitter:title" content="Developer Tools | FreeMediaHeckYeah">
<meta property="twitter:description" content="🌐 ProgrammingLearningResources or A-to-Z-Resources-for-Students- Programming Learning Resources">
<meta property="twitter:description" content="🌐 Awesome Cheatsheets, HowDoI, OverApi or Cheat Sheets- Programming Cheat Sheets">
<script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
<link href="../static/favicon.ico" rel="icon">
<link href="../resources/css/retype.css?v=3.5.0.751745593952" rel="stylesheet">
<link href="../resources/css/retype.css?v=3.5.0.751752658199" rel="stylesheet">
<script data-cfasync="false" src="../resources/js/config.js?v=3.5.0.751745593952" data-turbo-eval="false" defer></script>
<script data-cfasync="false" src="../resources/js/config.js?v=3.5.0.751752658199" data-turbo-eval="false" defer></script>
<script data-cfasync="false" src="../resources/js/retype.js?v=3.5.0" data-turbo-eval="false" defer></script>
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.5.0.751745593952" data-turbo-eval="false" defer></script>
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.5.0.751752658199" data-turbo-eval="false" defer></script>
<link rel="stylesheet" href="static/styles.css">
@@ -291,6 +291,35 @@
<span>Developer Tools</span>
</h1>
</doc-anchor-target>
<doc-anchor-target id="cheat-sheets">
<h2>
<doc-anchor-trigger class="header-anchor-trigger" to="#cheat-sheets">#</doc-anchor-trigger>
<span>Cheat Sheets</span>
</h2>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://lecoupa.github.io/awesome-cheatsheets/">Awesome Cheatsheets</a></strong>, <a href="https://github.com/gleitz/howdoi">HowDoI</a>, <a href="https://overapi.com/">OverApi</a> or <a href="http://www.cheat-sheets.org/">Cheat Sheets</a> - Programming Cheat Sheets</li>
<li><span class="docs-emoji">&#x21AA;&#xFE0F;</span> <strong><a href="https://fmhy.pages.dev/storage/#cli-cheat-sheets">CLI Cheat Sheets</a></strong></li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://quickref.me/">QuickRef.me</a></strong>, <a href="https://www.dark-hamster.com/">Dark Hamster</a> or <a href="https://devhints.io/">Devhints</a> - Developer Cheat Sheets</li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://www.30secondsofcode.org/">30 Seconds of Code</a></strong> or <a href="https://phuoc.ng/collection/html-dom/">HTML-Dom</a> - Find Code Snippets</li>
<li><a href="https://hackjutsu.com/Lepton/">Lepton</a> or <a href="https://pieces.app/">Pieces</a> - Code Snippet Managers</li>
<li><a href="https://googlecloudcheatsheet.withgoogle.com/">Google Cloud Developer&#x27;s Cheat Sheet</a> - Google Cloud Developer Cheat Sheet / <a href="https://github.com/priyankavergadia/google-cloud-4-words">GitHub</a></li>
<li><a href="https://github.com/starkblaze01/Algorithms-Cheatsheet-Resources">Algorithms-Cheatsheet-Resources</a> - Code Algorithm Cheat Sheets</li>
<li><a href="https://github.com/gto76/python-cheatsheet">Python Cheatsheet</a> or <a href="https://speedsheet.io/">SpeedSheet</a> - Python Cheat Sheet</li>
<li><a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheat Sheets</li>
<li><a href="https://react-typescript-cheatsheet.netlify.app">React Typescript Cheatsheet</a> - React Typescript Cheat Sheets</li>
<li><a href="https://projects.lukehaas.me/regexhub/">Regex Hub</a> or <a href="https://ihateregex.io/">IHateRegex</a> - Regex Cheat Sheets</li>
<li><a href="https://i.ibb.co/Ctr0Tn8/e289a15e2246.jpg">SQL Cheat Sheet</a> - SQL Cheat Sheet</li>
<li><a href="https://docs.emmet.io/cheat-sheet/">CSS Cheat Sheet</a> or <a href="https://css-tricks.com/snippets/">CSS Tricks</a> - CSS Cheat Sheet</li>
<li><a href="https://easings.net/">Easings</a> - CSS Animation Cheat Sheet</li>
<li><a href="https://bem-cheat-sheet.9elements.com/">BEM Cheat Sheet</a> - BEM Cheet Sheet</li>
<li><a href="https://i.ibb.co/FbdMMHN/460e75dd8543.png">Vim Cheatsheet</a> or <a href="https://vim.rtorr.com/">rTorr</a> - Vim Editor Cheat Sheets</li>
<li><a href="https://vim.fandom.com/wiki/Category:VimTip">VimTip</a> - Vim Editor Tips</li>
<li><a href="https://surma.github.io/underdash/">Underdash</a> - JS Snippets</li>
<li><a href="https://github.com/tiimgreen/github-cheat-sheet">Github Cheat Sheet</a> - GitHub Cheat Sheet</li>
<li><a href="https://html.com/">HTML.com</a> - HTML Guide / Cheat Sheet</li>
<li><a href="https://seo-cheat-sheet.9elements.com/">SEO Cheet Sheet</a> - SEO Cheet Sheet</li>
</ul>
<doc-anchor-target id="courses--tutorials">
<h2>
<doc-anchor-trigger class="header-anchor-trigger" to="#courses--tutorials">#</doc-anchor-trigger>
@@ -584,104 +613,11 @@
<li><a href="https://gaultier.github.io/blog/x11_x64.html">Gaultier Blog</a> - Learn x86-64 Assembly</li>
<li><a href="https://github.com/kamranahmedse/design-patterns-for-humans">Design Pattern for Humans</a> - Guide on Design Patterns</li>
</ul>
<doc-anchor-target id="developer-tools-1">
<h2>
<doc-anchor-trigger class="header-anchor-trigger" to="#developer-tools-1">#</doc-anchor-trigger>
<span>Developer Tools</span>
</h2>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/awesome-foss/awesome-sysadmin">Awesome Sys Admin</a></strong> - System Admin Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/mfornos/awesome-microservices">Awesome Microservices</a></strong> - Microservice Architecture Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/iCHAIT/awesome-subreddits">Awesome Subreddits</a></strong> - Programming Subreddits</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/DopplerHQ/awesome-bots">Awesome Bots</a></strong> - Developer Bot Index</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/DovAmir/awesome-design-patterns">Awesome Design Patterns</a></strong> - Design Pattern Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/academic/awesome-datascience">Awesome DataScience</a></strong> or <a href="https://github.com/Mohitkr95/Best-Data-Science-Resources">Best Data Science Resources</a> - Data Science Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/0xJin/awesome-bugbounty-builder">Awesome Bug Bounty Builder</a></strong> or <a href="https://github.com/sehno/Bug-bounty">Bug Bounty</a> - Bug Bounty Resources</li>
<li><span class="docs-emoji">&#x21AA;&#xFE0F;</span> <strong><a href="https://fmhy.pages.dev/storage/#developer-tools">Developer Tool Sites</a></strong></li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://list.community/">List.community</a></strong> - Programming / Development GitHub Lists</li>
<li><a href="https://www.btw.so/open-source-alternatives">Open Source Alternatives</a> - Open Source Development Software</li>
<li><a href="https://github.com/ObuchiYuki/DevToysMac">DevToys</a> or <a href="https://devutils.com/">DevUtils</a> - Mac Dev Tools</li>
<li><a href="https://education.github.com/pack">Student Developer Pack</a> - Free Developer Tools for Students</li>
<li><a href="https://www.mage.ai/">Mage</a> - Data Science Pipelines</li>
<li><a href="https://libera.chat/">Libera Chat</a> - IRC Network for Project Collaboration</li>
<li><a href="https://www.devdeals.org/">DevDeals</a> - Free Tools / Promotions for Developers</li>
<li><a href="https://www.codeproject.com/">CodeProject</a>, <a href="https://dev.to/">DEV Community</a> or <a href="https://www.teamblind.com/">Blind</a> - Developer Forum</li>
<li><a href="https://tech-blogs.dev/">Tech-Blogs</a> - Blogs for Developers</li>
<li><a href="https://thedevs.network/">The Devs Network</a> - Developer Chat</li>
<li><a href="https://stackshare.io/">StackShare</a> - Tech Stack Collaboration</li>
<li><a href="https://www.codever.dev/">Codever</a> - Bookmarks Manager for Developers</li>
<li><a href="https://sli.dev/">sli.dev</a> - Markdown to Slideshow</li>
<li><a href="https://www.volumestories.com/">Volume</a> - Create Immersive Reading Experiences</li>
<li><a href="https://daily.dev/">daily.dev</a> - Replace New Tab Page with Developer Articles</li>
<li><a href="https://github.com/hunspell/hunspell">Hunspell</a> - Spellchecking Library</li>
<li><a href="https://www.media-chrome.org/">Media Chrome</a> - Media Player Elements / <a href="https://github.com/muxinc/media-chrome">GitHub</a></li>
<li><a href="https://github.com/roshanlam/ReadMeTemplate">ReadMeTemplate</a> - README Template</li>
<li><a href="https://about.readthedocs.com/">Read the Docs</a>, <a href="https://www.mkdocs.org/">MkDocs</a>, <a href="https://mintlify.com/">Mintlify</a> or <a href="https://github.com/mkdocstrings/mkdocstrings">mkdocstrings</a> - Documentation Creators / <a href="https://github.com/squidfunk/mkdocs-material">Theme</a></li>
<li><a href="https://changie.dev/">Changie</a> - Automated Changelog / <a href="https://github.com/miniscruff/changie">GitHub</a></li>
<li><a href="https://choosealicense.com/">ChooseALicense</a> - List of Open Source License&#x27;s &amp; Help Choosing Them</li>
<li><a href="https://www.privacypolicytemplate.net/">PrivacyPolicyTemplate</a> or <a href="https://www.privacylabel.org/">PrivacyLabel</a> - Generate Privacy Policies</li>
<li><a href="https://penpot.app/">Penpot</a> - Cross Domain Design &amp; Prototyping Platform</li>
<li><a href="https://webhook.site/">Webhook.site</a> - Webhook Tools</li>
<li><a href="https://www.websequencediagrams.com/">WebSequenceDiagrams</a> - Draw Sequence Diagrams</li>
<li><a href="https://github.com/setzer22/egui_node_graph">Egui Node Graph</a> or <a href="https://github.com/jagenjo/litegraph.js">litegraph.js</a> - Build Node Graphs</li>
<li><a href="https://libraries.io/">Libraries.io</a> - Package, Framework &amp; Tool Search</li>
<li><a href="https://deps.dev/">Deps.dev</a> - Open Source Package Search</li>
<li><a href="https://pnpm.io/">pnpm</a> - Node.js Package Manager</li>
<li><a href="https://webinstall.dev/">WebInstall</a> - Easily Install Dev Packages</li>
<li><a href="https://github.com/authorizerdev/authorizer">Authorizer</a> - Developer Authentication Apps</li>
<li><a href="https://infisical.com/">Infisical</a> - Encrypted Secret Management Platform</li>
<li><a href="https://earthly.dev/">Earthly</a> - CD/CD Framework Pipeline</li>
<li><a href="https://github.com/kubernetes-sigs/kubespray">Kubespray</a> - Kubernetes Cluster</li>
<li><a href="https://devtron.ai/">Devtron</a> - Kubernetes Tool Integration</li>
<li><a href="https://hajimari.io/">Hajimari</a> - Kubernetes Startpage</li>
<li><a href="https://cfdocs.org/">CFDocs</a> - CFML Documentation Reference</li>
<li><a href="https://input-delay.glitch.me/">Input Delay Test</a> - Input Delay Experiment</li>
<li><a href="https://github.com/clemensv/messaging">Asynchronous Messaging</a> - Asynchronous Messaging Resources</li>
<li><a href="https://discord.com/developers/docs/topics/community-resources">Discord Devs: Community Resources</a> - Integrate Services with Discord</li>
<li><a href="https://github.com/Apacheli/discord-api-libs">discord-api-libs</a> - Community Libraries for Discord API</li>
<li><a href="https://botwiki.org/">botwiki</a> - Learn How to Make Bots</li>
<li><a href="https://portal.0svc.com/convert/">rss-to-activitypub</a> - RSS to ActivityPub Converter</li>
<li><a href="https://github.com/toolbox-team/reddit-moderator-toolbox">reddit-moderator-toolbox</a> - Toolbox for Reddit Extension Development</li>
<li><a href="https://wokwi.com/">Wokwi</a> - Arduino / ESP32 Board Simulator</li>
<li><a href="https://tesseract-ocr.github.io/">Tesseract</a> - Open Source OCR Engine / <a href="https://github.com/tesseract-ocr/tesseract">GitHub</a></li>
<li><a href="https://github.com/jina-ai/clip-as-service">CLIP-as-service</a> - Embed Images / Sentences via CLIP Models</li>
<li><a href="https://devswag.io/">devSwag</a> - Developer Giveaways</li>
</ul>
<doc-anchor-target id="cheat-sheets">
<h3>
<doc-anchor-trigger class="header-anchor-trigger" to="#cheat-sheets">#</doc-anchor-trigger>
<span>Cheat Sheets</span>
</h3>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://lecoupa.github.io/awesome-cheatsheets/">Awesome Cheatsheets</a></strong>, <a href="https://github.com/gleitz/howdoi">HowDoI</a>, <a href="https://overapi.com/">OverApi</a> or <a href="http://www.cheat-sheets.org/">Cheat Sheets</a> - Programming Cheat Sheets</li>
<li><span class="docs-emoji">&#x21AA;&#xFE0F;</span> <strong><a href="https://fmhy.pages.dev/storage/#cli-cheat-sheets">CLI Cheat Sheets</a></strong></li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://quickref.me/">QuickRef.me</a></strong>, <a href="https://www.dark-hamster.com/">Dark Hamster</a> or <a href="https://devhints.io/">Devhints</a> - Developer Cheat Sheets</li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://www.30secondsofcode.org/">30 Seconds of Code</a></strong> or <a href="https://phuoc.ng/collection/html-dom/">HTML-Dom</a> - Find Code Snippets</li>
<li><a href="https://hackjutsu.com/Lepton/">Lepton</a> or <a href="https://pieces.app/">Pieces</a> - Code Snippet Managers</li>
<li><a href="https://googlecloudcheatsheet.withgoogle.com/">Google Cloud Developer&#x27;s Cheat Sheet</a> - Google Cloud Developer Cheat Sheet / <a href="https://github.com/priyankavergadia/google-cloud-4-words">GitHub</a></li>
<li><a href="https://github.com/starkblaze01/Algorithms-Cheatsheet-Resources">Algorithms-Cheatsheet-Resources</a> - Code Algorithm Cheat Sheets</li>
<li><a href="https://github.com/gto76/python-cheatsheet">Python Cheatsheet</a> or <a href="https://speedsheet.io/">SpeedSheet</a> - Python Cheat Sheet</li>
<li><a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheat Sheets</li>
<li><a href="https://react-typescript-cheatsheet.netlify.app">React Typescript Cheatsheet</a> - React Typescript Cheat Sheets</li>
<li><a href="https://projects.lukehaas.me/regexhub/">Regex Hub</a> or <a href="https://ihateregex.io/">IHateRegex</a> - Regex Cheat Sheets</li>
<li><a href="https://i.ibb.co/Ctr0Tn8/e289a15e2246.jpg">SQL Cheat Sheet</a> - SQL Cheat Sheet</li>
<li><a href="https://docs.emmet.io/cheat-sheet/">CSS Cheat Sheet</a> or <a href="https://css-tricks.com/snippets/">CSS Tricks</a> - CSS Cheat Sheet</li>
<li><a href="https://easings.net/">Easings</a> - CSS Animation Cheat Sheet</li>
<li><a href="https://bem-cheat-sheet.9elements.com/">BEM Cheat Sheet</a> - BEM Cheet Sheet</li>
<li><a href="https://i.ibb.co/FbdMMHN/460e75dd8543.png">Vim Cheatsheet</a> or <a href="https://vim.rtorr.com/">rTorr</a> - Vim Editor Cheat Sheets</li>
<li><a href="https://vim.fandom.com/wiki/Category:VimTip">VimTip</a> - Vim Editor Tips</li>
<li><a href="https://surma.github.io/underdash/">Underdash</a> - JS Snippets</li>
<li><a href="https://github.com/tiimgreen/github-cheat-sheet">Github Cheat Sheet</a> - GitHub Cheat Sheet</li>
<li><a href="https://html.com/">HTML.com</a> - HTML Guide / Cheat Sheet</li>
<li><a href="https://seo-cheat-sheet.9elements.com/">SEO Cheet Sheet</a> - SEO Cheet Sheet</li>
</ul>
<doc-anchor-target id="web-dev-tools">
<h3>
<h2>
<doc-anchor-trigger class="header-anchor-trigger" to="#web-dev-tools">#</doc-anchor-trigger>
<span>Web Dev Tools</span>
</h3>
</h2>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/myles/awesome-static-generators">Awesome Static Generators</a></strong> - Static Site Resources</li>
@@ -710,22 +646,9 @@
<li><a href="https://browserdefaultstyles.com/">Browser Default Styles</a> - Default Browser Style Search</li>
<li><a href="https://utom.design/measure">Utom Design</a> - Sketch Measure</li>
<li><a href="https://wireflow.co/">WireFlow</a> - Flow Prototype Maker</li>
<li><a href="https://frontenddogma.com/tools/check/">Frontend Dogma</a> or <a href="https://domsignal.com/toolbox">Geekflare Tools</a> - Site Benchmarking Tools</li>
<li><a href="https://www.lambdatest.com/">LambDatest</a> - Cross Browser Testing Cloud</li>
<li><a href="https://lenis.studiofreight.com/">Lenis</a> - Smooth Scroll Library</li>
<li><a href="https://opensource.guide/">Open Source Guides</a> - Open Source Software Tips / <a href="https://github.com/github/opensource.guide">GitHub</a></li>
<li><a href="https://www.uxtweak.com/">UXTweak</a> - Website Design Usability Improvement Tool</li>
<li><a href="https://pa11y.org/">Pa11y</a>, <a href="https://wave.webaim.org/">Wave</a>, <a href="https://www.magentaa11y.com/">MagentaA11y</a>, <a href="https://www.ssa.gov/accessibility/andi/help/install.html">Andi</a> or <a href="https://a11ygator.chialab.io/">A11ygator</a> - Accessibility Evaluation Tools</li>
<li><a href="https://accessibilityinsights.io/">Accessibility Insights</a> - Fix Accessibility Issues</li>
<li><a href="https://moritzgiessmann.de/accessibility-cheatsheet/">Accessibility Cheatsheet</a> - Site Accessibility Guidelines</li>
<li><a href="https://www.cookiemetrix.com/">CookieMetrix</a> - EU Cookie Violation Test</li>
<li><a href="https://www.violating-gdpr.com/">Violating GDPR</a> - GDPR Violation Test</li>
<li><a href="https://sslmate.com/caa/">SSLMate CAA</a> - CAA Record Helper</li>
<li><a href="https://colororacle.org/">Color Oracle</a> or <a href="https://www.toptal.com/designers/colorfilter">Toptal</a> - Color Blindness Simulator / Test</li>
<li><a href="https://vitals-leaderboard.pazguille.me/">Web Vitals Leaderboard</a> or <a href="https://lighthouse-metrics.com/">Lighthouse Metrics</a> - Website Performance Tests</li>
<li><a href="https://myraah.io/index.php/visualmind">Visual Mind AI</a> - Site Visual Score</li>
<li><a href="https://prometheus.io/">Prometheus</a> - Site Metrics / <a href="https://thanos.io/">Setup</a></li>
<li><a href="https://www.websitecarbon.com/">Carbon Calculator</a> - Estimate Sites Carbon Footprint</li>
<li><a href="http://free-website-translation.com/">free-website-translation</a>, <a href="http://transdict.com/meta/website.html">transdict</a> or <a href="https://www.conveythis.com/">conveythis</a> - Website Translators</li>
<li><a href="https://statically.io/">Statically</a> - Load Websites Faster</li>
<li><a href="https://github.com/NayamAmarshe/comepress">comepress</a> - Optimize Sites Image Files</li>
@@ -737,12 +660,6 @@
<li><a href="https://github.com/ory/hydra">Hydra</a> - OAuth 2.0 Server / OpenID Connect Provider</li>
<li><a href="https://github.com/megaease/easegress">Easegress</a> - Traffic Orchestration System</li>
<li><a href="https://hits.seeyoufarm.com/">HITS</a> - Website Traffic Badges</li>
<li><a href="https://www.getsiteinspector.com/">Site Inspector</a> - Check Site for Spelling / Grammatical Errors</li>
<li><a href="https://chrome.google.com/webstore/detail/ux-check/giekhiebdpmljgchjojblnekkcgpdobp">UX Check</a> - Site Heuristic Evaluation</li>
<li><a href="https://responsiveviewer.org/">Responsive Viewer</a> - Test Site on Multiple Screen Types / <a href="https://chrome.google.com/webstore/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb?hl=en">Chrome</a></li>
<li><a href="https://testmail.app/">Testmail</a> - Site Signup Test</li>
<li><a href="https://virejdasani.github.io/Responsivize/">Responsivize</a> - Website Responsiveness Test</li>
<li><a href="https://pagespeed.web.dev/">PageSpeed</a>, <a href="https://speedvitals.com/">SpeedVitals</a>, <a href="https://pagespeed.compare/">PageSpeed Compare</a>, <a href="https://gtmetrix.com/">GTmetrix</a> or <a href="https://websu.io/">Websu</a> - Test Webpage Speed</li>
<li><a href="https://github.com/BuilderIO/partytown">Partytown</a> - Relocate Scripts to Web Worker</li>
<li><a href="https://github.com/tempesta-tech/tempesta">Tempesta FW</a> - DDoS / Web Attack Protection</li>
<li><a href="https://shisho.dev/">Shisho</a> - Infrastructure Code Security Patcher</li>
@@ -757,7 +674,6 @@
<li><a href="https://brython.info/">Brython</a> - Python 3 Web Scripting Language</li>
<li><a href="https://builtwith.com/">BuiltWith</a> - Find Out What Sites are Built With</li>
<li><a href="https://auz.github.io/Bug/">Bug</a> - Add Crawling Bugs to Website</li>
<li><a href="https://search.google.com/test/mobile-friendly">Mobile-Friendly</a> - Mobile Friendly Page Test</li>
<li><a href="https://onelineplayer.com/">OneLinePlayer</a> - Vimeo / Dropbox Video Player</li>
<li><a href="https://www.scmplayer.net/">SCM Music Player</a> - Site Audio Players</li>
<li><a href="https://www.streamdefence.com/">Stream Defence</a> - Website Video Backup System</li>
@@ -785,8 +701,6 @@
<li><a href="https://supertokens.com/">SuperTokens</a> or <a href="https://lucia-auth.com/">Lucia</a> - User Authentication</li>
<li><a href="https://sso.tax/">The SSO Wall of Shame</a> - Vendors without Built-in SSO</li>
<li><a href="https://github.com/discuzz-app/discuzz">Discuzz</a> or <a href="https://www.remarkbox.com/">Remarkbox</a> - Open Source Comment Systems</li>
<li><a href="https://www.clickminded.com/button-generator/">DaButtonFactory</a> or <a href="https://buttonoptimizer.com/">ButtonOptimizer</a> - Button Generator</li>
<li><a href="https://getbutton.io/">GetButton</a> - Get free &#x27;Message Us&#x27; Button for your Site</li>
<li><a href="https://github.com/awslabs/aws-automated-incident-response-and-forensics">Automated Incident Response</a> - Automated Incident Response and Forensics Framework</li>
<li><a href="https://www.cbox.ws/">CBox</a>, <a href="https://typebot.io/">Typebot</a>, <a href="https://fonoster.com/">Fonoster</a> or <a href="https://www.tawk.to/">Tawk</a> - Embedded Chat App</li>
<li><a href="https://stackwhats.com/">StackWhats</a> - Add Whatsapp Chat to Your Site</li>
@@ -809,7 +723,6 @@
<li><a href="https://offbase.org/">OffBase</a> - Offline Web App Creator</li>
<li><a href="https://laravel.com/">Laravel</a> or <a href="https://lona-web.org/1.x/">Lona</a> - Web App Framework</li>
<li><a href="https://www.pwabuilder.com/">PWABuilder</a> - Turn Site into Progressive Web App</li>
<li><a href="https://github.com/GoogleChrome/lighthouse">LightHouse</a> - Web App Performance Test</li>
<li><a href="https://chaos-frontend-toolkit.web.app/">Chaos Frontend Toolkit</a> - Break Your Web Apps to Improve Them</li>
<li><a href="http://w3af.org/">w3af</a> or <a href="https://www.zaproxy.org/">ZAP</a> - Web App Security Testing</li>
<li><a href="https://progressier.com/pwa-screenshots-generator">PWA Screenshot Generator</a> - Generate PWA Screenshots</li>
@@ -837,6 +750,33 @@
<li><a href="https://www.kokoanalytics.com/">KokoAnalytics</a> - Wordpress Analytics</li>
<li><a href="https://www.uuidtools.com/">UUID Tools</a> - UUID Generator</li>
</ul>
<doc-anchor-target id="color-schemes">
<h3>
<doc-anchor-trigger class="header-anchor-trigger" to="#color-schemes">#</doc-anchor-trigger>
<span>Color Schemes</span>
</h3>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/Siddharth11/Colorful">Colorful</a></strong> - Color Scheme Resources</li>
<li><span class="docs-emoji">&#x21AA;&#xFE0F;</span> <strong><a href="https://fmhy.pages.dev/storage/#color-palette-generators">Color Palette Generators</a></strong></li>
<li><span class="docs-emoji">&#x21AA;&#xFE0F;</span> <strong><a href="https://fmhy.pages.dev/storage/#color-pickers">Color Pickers</a></strong></li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://www.colorhexa.com/">ColorHexa</a></strong> - Color Hex Encyclopedia</li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://realtimecolors.com/">Realtime Colors</a></strong> - Preview Color Palettes</li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://www.spycolor.com/">SpyColor</a></strong> or <a href="https://colouris.surge.sh/">Colouris</a> - Color Model Conversions</li>
<li><a href="https://www.colorsandfonts.com/">ColorsAndFonts</a> - Quickly Copy Colors &amp; Typography Combinations</li>
<li><a href="https://paletton.com/">Paletton</a> - Color Scheme Designer</li>
<li><a href="https://duo.alexpate.uk/">Duo</a> - Color Combinations</li>
<li><a href="https://palettte.app/">Palettte</a> - Color Palette Editor</li>
<li><a href="https://palettegenerator.com/">PaletteGenerator</a> or <a href="https://alwane.io/">Alwane</a> - Color Palette Extractor</li>
<li><a href="https://colorable.jxnblk.com/">Colorable</a> / <a href="https://github.com/jxnblk/colorable">GitHub</a>, <a href="https://toolness.github.io/accessible-color-matrix/">accessible-color-matrix</a> or <a href="https://abc.useallfive.com/">Accessible Brand Colors</a> - Accessible Color Pallette Builders</li>
<li><a href="https://github.com/arnelenero/simpler-color">Simpler Color</a> - Create Web Color System</li>
<li><a href="https://www.colorzilla.com/">ColorZilla</a> - Color Picker, Gradient Generator &amp; more</li>
<li><a href="https://webgradients.com/">Webgradients</a> - Gradients</li>
<li><a href="https://uigradients.com/">uiGradients</a> - Hex Gradients</li>
<li><a href="https://www.shadertoy.com/browse">ShaderToy</a> - User-Made Shaders</li>
<li><a href="https://alphredo.app/">Alphredo</a> - Create Translucent Colors</li>
<li><a href="https://contrast-checker.glitch.me/">Contrast Checker</a> or <a href="https://webaim.org/resources/contrastchecker/">contrastchecker</a> - Background / Text Contrast Checker</li>
</ul>
<doc-anchor-target id="frontend-tools">
<h3>
<doc-anchor-trigger class="header-anchor-trigger" to="#frontend-tools">#</doc-anchor-trigger>
@@ -952,6 +892,98 @@
<li><a href="https://www.humhub.com">HumHub</a> or <a href="https://scuttlebutt.nz/">scuttlebutt</a> - Self-Hosted Social Network</li>
<li><a href="https://github.com/HDInnovations/UNIT3D-Community-Edition">UNIT3D Community Edition</a> - Private Tracker Hosting</li>
</ul>
<doc-anchor-target id="benchmark-tools">
<h3>
<doc-anchor-trigger class="header-anchor-trigger" to="#benchmark-tools">#</doc-anchor-trigger>
<span>Benchmark Tools</span>
</h3>
</doc-anchor-target>
<ul>
<li><a href="https://frontenddogma.com/tools/check/">Frontend Dogma</a> or <a href="https://domsignal.com/toolbox">Geekflare Tools</a> - Site Benchmarking Tools</li>
<li><a href="https://www.lambdatest.com/">LambDatest</a> - Cross Browser Testing Cloud</li>
<li><a href="https://pa11y.org/">Pa11y</a>, <a href="https://wave.webaim.org/">Wave</a>, <a href="https://www.magentaa11y.com/">MagentaA11y</a>, <a href="https://www.ssa.gov/accessibility/andi/help/install.html">Andi</a> or <a href="https://a11ygator.chialab.io/">A11ygator</a> - Accessibility Evaluation Tools</li>
<li><a href="https://accessibilityinsights.io/">Accessibility Insights</a> - Fix Accessibility Issues</li>
<li><a href="https://moritzgiessmann.de/accessibility-cheatsheet/">Accessibility Cheatsheet</a> - Site Accessibility Guidelines</li>
<li><a href="https://www.cookiemetrix.com/">CookieMetrix</a> - EU Cookie Violation Test</li>
<li><a href="https://www.violating-gdpr.com/">Violating GDPR</a> - GDPR Violation Test</li>
<li><a href="https://colororacle.org/">Color Oracle</a> or <a href="https://www.toptal.com/designers/colorfilter">Toptal</a> - Color Blindness Simulator / Test</li>
<li><a href="https://vitals-leaderboard.pazguille.me/">Web Vitals Leaderboard</a> or <a href="https://lighthouse-metrics.com/">Lighthouse Metrics</a> - Website Performance Tests</li>
<li><a href="https://myraah.io/index.php/visualmind">Visual Mind AI</a> - Site Visual Score</li>
<li><a href="https://prometheus.io/">Prometheus</a> - Site Metrics / <a href="https://thanos.io/">Setup</a></li>
<li><a href="https://www.websitecarbon.com/">Carbon Calculator</a> - Estimate Sites Carbon Footprint</li>
<li><a href="https://www.getsiteinspector.com/">Site Inspector</a> - Check Site for Spelling / Grammatical Errors</li>
<li><a href="https://chrome.google.com/webstore/detail/ux-check/giekhiebdpmljgchjojblnekkcgpdobp">UX Check</a> - Site Heuristic Evaluation</li>
<li><a href="https://responsiveviewer.org/">Responsive Viewer</a> - Test Site on Multiple Screen Types / <a href="https://chrome.google.com/webstore/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb?hl=en">Chrome</a></li>
<li><a href="https://testmail.app/">Testmail</a> - Site Signup Test</li>
<li><a href="https://virejdasani.github.io/Responsivize/">Responsivize</a> - Website Responsiveness Test</li>
<li><a href="https://pagespeed.web.dev/">PageSpeed</a>, <a href="https://speedvitals.com/">SpeedVitals</a>, <a href="https://pagespeed.compare/">PageSpeed Compare</a>, <a href="https://gtmetrix.com/">GTmetrix</a> or <a href="https://websu.io/">Websu</a> - Test Webpage Speed</li>
<li><a href="https://search.google.com/test/mobile-friendly">Mobile-Friendly</a> - Mobile Friendly Page Test</li>
<li><a href="https://github.com/GoogleChrome/lighthouse">LightHouse</a> - Web App Performance Test</li>
</ul>
<doc-anchor-target id="developer-tools-1">
<h2>
<doc-anchor-trigger class="header-anchor-trigger" to="#developer-tools-1">#</doc-anchor-trigger>
<span>Developer Tools</span>
</h2>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/awesome-foss/awesome-sysadmin">Awesome Sys Admin</a></strong> - System Admin Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/mfornos/awesome-microservices">Awesome Microservices</a></strong> - Microservice Architecture Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/iCHAIT/awesome-subreddits">Awesome Subreddits</a></strong> - Programming Subreddits</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/DopplerHQ/awesome-bots">Awesome Bots</a></strong> - Developer Bot Index</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/DovAmir/awesome-design-patterns">Awesome Design Patterns</a></strong> - Design Pattern Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/academic/awesome-datascience">Awesome DataScience</a></strong> or <a href="https://github.com/Mohitkr95/Best-Data-Science-Resources">Best Data Science Resources</a> - Data Science Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/0xJin/awesome-bugbounty-builder">Awesome Bug Bounty Builder</a></strong> or <a href="https://github.com/sehno/Bug-bounty">Bug Bounty</a> - Bug Bounty Resources</li>
<li><span class="docs-emoji">&#x21AA;&#xFE0F;</span> <strong><a href="https://fmhy.pages.dev/storage/#developer-tools">Developer Tool Sites</a></strong></li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://list.community/">List.community</a></strong> - Programming / Development GitHub Lists</li>
<li><a href="https://www.btw.so/open-source-alternatives">Open Source Alternatives</a> - Open Source Development Software</li>
<li><a href="https://github.com/ObuchiYuki/DevToysMac">DevToys</a> or <a href="https://devutils.com/">DevUtils</a> - Mac Dev Tools</li>
<li><a href="https://education.github.com/pack">Student Developer Pack</a> - Free Developer Tools for Students</li>
<li><a href="https://www.mage.ai/">Mage</a> - Data Science Pipelines</li>
<li><a href="https://libera.chat/">Libera Chat</a> - IRC Network for Project Collaboration</li>
<li><a href="https://www.devdeals.org/">DevDeals</a> - Free Tools / Promotions for Developers</li>
<li><a href="https://www.codeproject.com/">CodeProject</a>, <a href="https://dev.to/">DEV Community</a> or <a href="https://www.teamblind.com/">Blind</a> - Developer Forum</li>
<li><a href="https://tech-blogs.dev/">Tech-Blogs</a> - Blogs for Developers</li>
<li><a href="https://thedevs.network/">The Devs Network</a> - Developer Chat</li>
<li><a href="https://stackshare.io/">StackShare</a> - Tech Stack Collaboration</li>
<li><a href="https://www.codever.dev/">Codever</a> - Bookmarks Manager for Developers</li>
<li><a href="https://sli.dev/">sli.dev</a> - Markdown to Slideshow</li>
<li><a href="https://www.volumestories.com/">Volume</a> - Create Immersive Reading Experiences</li>
<li><a href="https://daily.dev/">daily.dev</a> - Replace New Tab Page with Developer Articles</li>
<li><a href="https://github.com/hunspell/hunspell">Hunspell</a> - Spellchecking Library</li>
<li><a href="https://www.media-chrome.org/">Media Chrome</a> - Media Player Elements / <a href="https://github.com/muxinc/media-chrome">GitHub</a></li>
<li><a href="https://github.com/roshanlam/ReadMeTemplate">ReadMeTemplate</a> - README Template</li>
<li><a href="https://about.readthedocs.com/">Read the Docs</a>, <a href="https://www.mkdocs.org/">MkDocs</a>, <a href="https://mintlify.com/">Mintlify</a> or <a href="https://github.com/mkdocstrings/mkdocstrings">mkdocstrings</a> - Documentation Creators / <a href="https://github.com/squidfunk/mkdocs-material">Theme</a></li>
<li><a href="https://changie.dev/">Changie</a> - Automated Changelog / <a href="https://github.com/miniscruff/changie">GitHub</a></li>
<li><a href="https://choosealicense.com/">ChooseALicense</a> - List of Open Source License&#x27;s &amp; Help Choosing Them</li>
<li><a href="https://www.privacypolicytemplate.net/">PrivacyPolicyTemplate</a> or <a href="https://www.privacylabel.org/">PrivacyLabel</a> - Generate Privacy Policies</li>
<li><a href="https://penpot.app/">Penpot</a> - Cross Domain Design &amp; Prototyping Platform</li>
<li><a href="https://webhook.site/">Webhook.site</a> - Webhook Tools</li>
<li><a href="https://www.websequencediagrams.com/">WebSequenceDiagrams</a> - Draw Sequence Diagrams</li>
<li><a href="https://github.com/setzer22/egui_node_graph">Egui Node Graph</a> or <a href="https://github.com/jagenjo/litegraph.js">litegraph.js</a> - Build Node Graphs</li>
<li><a href="https://libraries.io/">Libraries.io</a> - Package, Framework &amp; Tool Search</li>
<li><a href="https://deps.dev/">Deps.dev</a> - Open Source Package Search</li>
<li><a href="https://pnpm.io/">pnpm</a> - Node.js Package Manager</li>
<li><a href="https://webinstall.dev/">WebInstall</a> - Easily Install Dev Packages</li>
<li><a href="https://github.com/authorizerdev/authorizer">Authorizer</a> - Developer Authentication Apps</li>
<li><a href="https://infisical.com/">Infisical</a> - Encrypted Secret Management Platform</li>
<li><a href="https://earthly.dev/">Earthly</a> - CD/CD Framework Pipeline</li>
<li><a href="https://github.com/kubernetes-sigs/kubespray">Kubespray</a> - Kubernetes Cluster</li>
<li><a href="https://devtron.ai/">Devtron</a> - Kubernetes Tool Integration</li>
<li><a href="https://hajimari.io/">Hajimari</a> - Kubernetes Startpage</li>
<li><a href="https://cfdocs.org/">CFDocs</a> - CFML Documentation Reference</li>
<li><a href="https://input-delay.glitch.me/">Input Delay Test</a> - Input Delay Experiment</li>
<li><a href="https://github.com/clemensv/messaging">Asynchronous Messaging</a> - Asynchronous Messaging Resources</li>
<li><a href="https://discord.com/developers/docs/topics/community-resources">Discord Devs: Community Resources</a> - Integrate Services with Discord</li>
<li><a href="https://github.com/Apacheli/discord-api-libs">discord-api-libs</a> - Community Libraries for Discord API</li>
<li><a href="https://botwiki.org/">botwiki</a> - Learn How to Make Bots</li>
<li><a href="https://portal.0svc.com/convert/">rss-to-activitypub</a> - RSS to ActivityPub Converter</li>
<li><a href="https://github.com/toolbox-team/reddit-moderator-toolbox">reddit-moderator-toolbox</a> - Toolbox for Reddit Extension Development</li>
<li><a href="https://wokwi.com/">Wokwi</a> - Arduino / ESP32 Board Simulator</li>
<li><a href="https://tesseract-ocr.github.io/">Tesseract</a> - Open Source OCR Engine / <a href="https://github.com/tesseract-ocr/tesseract">GitHub</a></li>
<li><a href="https://github.com/jina-ai/clip-as-service">CLIP-as-service</a> - Embed Images / Sentences via CLIP Models</li>
<li><a href="https://devswag.io/">devSwag</a> - Developer Giveaways</li>
</ul>
<doc-anchor-target id="software-dev-tools">
<h3>
<doc-anchor-trigger class="header-anchor-trigger" to="#software-dev-tools">#</doc-anchor-trigger>
@@ -1160,6 +1192,70 @@
<li><a href="https://fmhy.pages.dev/img-tools/#pixel-art">Pixel Art Tools</a> - Tools to Create Sprites &amp; Pixel Art</li>
<li><a href="https://github.com/coding-horror/basic-computer-games">Basic Computer Games</a> - Basic Computer Game Examples</li>
</ul>
<doc-anchor-target id="cybersecurity-tools">
<h3>
<doc-anchor-trigger class="header-anchor-trigger" to="#cybersecurity-tools">#</doc-anchor-trigger>
<span>Cybersecurity Tools</span>
</h3>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/fabionoth/awesome-cyber-security">Awesome-Cyber-Security</a></strong>, <a href="https://inventory.raw.pm/">Rawsec&#x27;s CyberSecurity Inventory</a>, <a href="https://github.com/Nickyie/Cybersecurity-Resources">Cybersecurity-Resources</a>, <a href="https://github.com/stong/infosec-resources">Infosec Resources</a> or <a href="https://t.me/anon_server">Anon Security</a> - Cybersecurity Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/myugan/awesome-cicd-security">Awesome CI/CD Security</a></strong> - CI/CD Security Resources</li>
<li><span class="docs-emoji">&#x21AA;&#xFE0F;</span> <strong><a href="https://fmhy.pages.dev/storage/#security--hacking-news">Security / Hacking News</a></strong></li>
<li><a href="https://open-source-security-software.net/">Open Source Security Software</a> - Cybersecurity Software</li>
<li><a href="https://github.com/github/advisory-database">Advisory Database</a> or <a href="https://attack.mitre.org/">Att&amp;ck</a> - Cybersecurity Defense Databases</li>
<li><a href="https://spidersuite.github.io/SSuite/">SSuite</a> - Web Security App</li>
<li><a href="https://github.com/osquery/osquery">osquery</a> - Security Monitor</li>
<li><a href="https://github.com/projectdiscovery/nuclei">Nuclei</a> or <a href="https://nvd.nist.gov/">NVD</a> - Vulnerability Tracking / Scanning</li>
<li><a href="https://crowdsec.net/">Crowdsec</a> - Crowd-Sourced Intrusion Detection / Prevention / <a href="https://github.com/crowdsecurity/crowdsec">GitHub</a></li>
<li><a href="https://exchange.xforce.ibmcloud.com/">X-Force Exchange</a> - Security Threat Intelligence Platform</li>
<li><a href="https://threatmap.checkpoint.com/">ThreatMap</a> or <a href="https://cybermap.kaspersky.com/">CyberMap</a> - Live Malware Distribution Maps</li>
<li><a href="https://virusshare.com/">VirusShare</a> or <a href="https://malpedia.caad.fkie.fraunhofer.de/">Malpedia</a> - Malware Search</li>
<li><a href="https://www.thevoid.community/">The Void</a> - Software Incident Reports</li>
<li><a href="https://github.com/fail2ban/fail2ban">Fail2Ban</a> - Protect Servers from Brute Force Attacks</li>
<li><a href="https://github.com/cure53/Contracts">Pentest Contracts</a> - Security Contract Templates</li>
<li><a href="https://github.com/XmirrorSecurity/OpenSCA-cli">OpenSCA-CLI</a> - Composition Analysis for Third Party Components</li>
<li><a href="https://unblob.org/">Unblob</a> - Extraction Suite</li>
<li><a href="https://securityonionsolutions.com/">Security Onion Solutions</a>, <a href="https://wazuh.com/">Wazuh</a> or <a href="https://snyk.io/">Snyk</a> / <a href="https://github.com/snyk/cli">GitHub</a> - Site Security Monitor</li>
<li><a href="https://securitytxt.org/">securitytxt</a> - Create security.txt Files</li>
<li><a href="https://github.com/greenbone">Greenbone</a> - Vulnerability Management</li>
<li><a href="https://github.com/kitabisa/teler">Teler</a> - HTTP Intrusion Detection</li>
<li><a href="https://httptoolkit.com/">HTTPToolkit</a> - Debug, Test &amp; Build with HTTP(S)</li>
<li><a href="http://getipintel.net/">IP Intelligence</a> - Malicious Web Traffic Protection</li>
<li><a href="https://github.com/cure53/HTTPLeaks">HTTPLeaks</a> - HTTP Sites Leak Information</li>
<li><a href="https://github.com/dint-dev/cryptography">Cryptography</a> - Dart and Flutter Cryptography Library</li>
<li><a href="https://store.nethunter.com/en/">Kali NetHunter</a> or <a href="https://github.com/androguard/androguard">AndroGuard</a> - Penetration Testing / Forensics Apps</li>
<li><a href="https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet">MobileApp-Pentest-Cheatsheet</a> - App Pentesting Cheatsheet</li>
<li><a href="https://github.com/OWASP/owasp-mastg">MSTG</a> or <a href="https://github.com/prateek147/DVIA-v2">DVIA-v2</a> - App Security Testing / Reverse Engineering</li>
<li><a href="https://github.com/RikkaW/YASNAC">YASNAC</a> - SafetyNet Attestation Checker</li>
<li><a href="https://github.com/t0thkr1s/allsafe">AllSafe</a> - Intentionally Vulnerable Android App</li>
</ul>
<doc-anchor-target id="database-tools">
<h3>
<doc-anchor-trigger class="header-anchor-trigger" to="#database-tools">#</doc-anchor-trigger>
<span>Database Tools</span>
</h3>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/gunnarmorling/awesome-opensource-data-engineering">Awesome Opensource Data Engineering</a></strong> - Data Engineering Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/newTendermint/awesome-bigdata">Awesome Big Data</a></strong> - Big Data Resources</li>
<li><a href="https://grafana.com/">Grafana</a>, <a href="https://www.tigrisdata.com/">Tigris Data</a> or <a href="https://www.mongodb.com/">MongoDB</a> - Dev Data Dashboards</li>
<li><a href="https://dbeaver.io/">DBeaver</a> - Universal Database Tool</li>
<li><a href="https://www.heidisql.com/">HeidiSQL</a> - SQL Manager</li>
<li><a href="https://querystorm.com/">QueryStorm</a> - SQL and .NET programming in Excel</li>
<li><a href="https://www.adminer.org/">Adminer</a> - Database Manager</li>
<li><a href="https://www.remotemysql.com/">RemoteMySQL</a> - Remote MySQL Database</li>
<li><a href="https://github.com/dolthub/dolt">DoIt</a> - SQL Database</li>
<li><a href="https://db4free.net/">DB4Free</a>, <a href="https://sqlime.org/">sqlime</a> or <a href="http://sqlfiddle.com/">SQLFIddle</a> - SQL Testing</li>
<li><a href="https://app.ai2sql.io/">AI2SQL</a> or <a href="https://www.blazesql.com/">BlazeSQL</a> - SQL Generators</li>
<li><a href="https://franchise.cloud/">franchise</a> - SQL Notebook</li>
<li><a href="https://open.oceanbase.com/">OceanBase</a> - Relational Database / <a href="https://github.com/oceanbase/oceanbase">GitHub</a></li>
<li><a href="https://www.nocodb.com/">NocoDB</a> - Turn Database into Smart Spreadsheet / <a href="https://github.com/nocodb/nocodb">GitHub</a></li>
<li><a href="http://pooshock.ru/">PooShock</a> - Apache 2 Test Page</li>
<li><a href="https://galleryrevival.com/">GalleryProject</a> - Manage / Host Photos on Website</li>
<li>Generate Fake Data - <a href="https://github.com/faker-ruby/faker">Ruby</a> / <a href="https://github.com/vadymmarkov/Fakery">Swift</a></li>
<li><a href="https://redis.io/">Redis</a> - Key-Value Database</li>
</ul>
<doc-anchor-target id="git-tools">
<h3>
<doc-anchor-trigger class="header-anchor-trigger" to="#git-tools">#</doc-anchor-trigger>
@@ -1280,97 +1376,6 @@
<li><a href="https://github.com/sindresorhus/open">open</a> - Open URLs, Files, Executables in CLI or Scripts</li>
<li><a href="https://github.com/krasimir/hopa">Hopa</a> - Zero config CLI for running JavaScript / TypeScript</li>
</ul>
<doc-anchor-target id="color-schemes">
<h3>
<doc-anchor-trigger class="header-anchor-trigger" to="#color-schemes">#</doc-anchor-trigger>
<span>Color Schemes</span>
</h3>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/Siddharth11/Colorful">Colorful</a></strong> - Color Scheme Resources</li>
<li><span class="docs-emoji">&#x21AA;&#xFE0F;</span> <strong><a href="https://fmhy.pages.dev/storage/#color-palette-generators">Color Palette Generators</a></strong></li>
<li><span class="docs-emoji">&#x21AA;&#xFE0F;</span> <strong><a href="https://fmhy.pages.dev/storage/#color-pickers">Color Pickers</a></strong></li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://www.colorhexa.com/">ColorHexa</a></strong> - Color Hex Encyclopedia</li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://realtimecolors.com/">Realtime Colors</a></strong> - Preview Color Palettes</li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://www.spycolor.com/">SpyColor</a></strong> or <a href="https://colouris.surge.sh/">Colouris</a> - Color Model Conversions</li>
<li><a href="https://www.colorsandfonts.com/">ColorsAndFonts</a> - Quickly Copy Colors &amp; Typography Combinations</li>
<li><a href="https://paletton.com/">Paletton</a> - Color Scheme Designer</li>
<li><a href="https://duo.alexpate.uk/">Duo</a> - Color Combinations</li>
<li><a href="https://palettte.app/">Palettte</a> - Color Palette Editor</li>
<li><a href="https://palettegenerator.com/">PaletteGenerator</a> or <a href="https://alwane.io/">Alwane</a> - Color Palette Extractor</li>
<li><a href="https://colorable.jxnblk.com/">Colorable</a> / <a href="https://github.com/jxnblk/colorable">GitHub</a>, <a href="https://toolness.github.io/accessible-color-matrix/">accessible-color-matrix</a> or <a href="https://abc.useallfive.com/">Accessible Brand Colors</a> - Accessible Color Pallette Builders</li>
<li><a href="https://github.com/arnelenero/simpler-color">Simpler Color</a> - Create Web Color System</li>
<li><a href="https://www.colorzilla.com/">ColorZilla</a> - Color Picker, Gradient Generator &amp; more</li>
<li><a href="https://webgradients.com/">Webgradients</a> - Gradients</li>
<li><a href="https://uigradients.com/">uiGradients</a> - Hex Gradients</li>
<li><a href="https://www.shadertoy.com/browse">ShaderToy</a> - User-Made Shaders</li>
<li><a href="https://alphredo.app/">Alphredo</a> - Create Translucent Colors</li>
<li><a href="https://contrast-checker.glitch.me/">Contrast Checker</a> or <a href="https://webaim.org/resources/contrastchecker/">contrastchecker</a> - Background / Text Contrast Checker</li>
</ul>
<doc-anchor-target id="cybersecurity-tools">
<h2>
<doc-anchor-trigger class="header-anchor-trigger" to="#cybersecurity-tools">#</doc-anchor-trigger>
<span>Cybersecurity Tools</span>
</h2>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/fabionoth/awesome-cyber-security">Awesome-Cyber-Security</a></strong>, <a href="https://inventory.raw.pm/">Rawsec&#x27;s CyberSecurity Inventory</a>, <a href="https://github.com/Nickyie/Cybersecurity-Resources">Cybersecurity-Resources</a>, <a href="https://github.com/stong/infosec-resources">Infosec Resources</a> or <a href="https://t.me/anon_server">Anon Security</a> - Cybersecurity Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/myugan/awesome-cicd-security">Awesome CI/CD Security</a></strong> - CI/CD Security Resources</li>
<li><span class="docs-emoji">&#x21AA;&#xFE0F;</span> <strong><a href="https://fmhy.pages.dev/storage/#security--hacking-news">Security / Hacking News</a></strong></li>
<li><a href="https://open-source-security-software.net/">Open Source Security Software</a> - Cybersecurity Software</li>
<li><a href="https://github.com/github/advisory-database">Advisory Database</a> or <a href="https://attack.mitre.org/">Att&amp;ck</a> - Cybersecurity Defense Databases</li>
<li><a href="https://spidersuite.github.io/SSuite/">SSuite</a> - Web Security App</li>
<li><a href="https://github.com/osquery/osquery">osquery</a> - Security Monitor</li>
<li><a href="https://github.com/projectdiscovery/nuclei">Nuclei</a> or <a href="https://nvd.nist.gov/">NVD</a> - Vulnerability Tracking / Scanning</li>
<li><a href="https://crowdsec.net/">Crowdsec</a> - Crowd-Sourced Intrusion Detection / Prevention / <a href="https://github.com/crowdsecurity/crowdsec">GitHub</a></li>
<li><a href="https://exchange.xforce.ibmcloud.com/">X-Force Exchange</a> - Security Threat Intelligence Platform</li>
<li><a href="https://threatmap.checkpoint.com/">ThreatMap</a> or <a href="https://cybermap.kaspersky.com/">CyberMap</a> - Live Malware Distribution Maps</li>
<li><a href="https://virusshare.com/">VirusShare</a> or <a href="https://malpedia.caad.fkie.fraunhofer.de/">Malpedia</a> - Malware Search</li>
<li><a href="https://www.thevoid.community/">The Void</a> - Software Incident Reports</li>
<li><a href="https://github.com/fail2ban/fail2ban">Fail2Ban</a> - Protect Servers from Brute Force Attacks</li>
<li><a href="https://github.com/cure53/Contracts">Pentest Contracts</a> - Security Contract Templates</li>
<li><a href="https://github.com/XmirrorSecurity/OpenSCA-cli">OpenSCA-CLI</a> - Composition Analysis for Third Party Components</li>
<li><a href="https://unblob.org/">Unblob</a> - Extraction Suite</li>
<li><a href="https://securityonionsolutions.com/">Security Onion Solutions</a>, <a href="https://wazuh.com/">Wazuh</a> or <a href="https://snyk.io/">Snyk</a> / <a href="https://github.com/snyk/cli">GitHub</a> - Site Security Monitor</li>
<li><a href="https://securitytxt.org/">securitytxt</a> - Create security.txt Files</li>
<li><a href="https://github.com/greenbone">Greenbone</a> - Vulnerability Management</li>
<li><a href="https://github.com/kitabisa/teler">Teler</a> - HTTP Intrusion Detection</li>
<li><a href="https://httptoolkit.com/">HTTPToolkit</a> - Debug, Test &amp; Build with HTTP(S)</li>
<li><a href="http://getipintel.net/">IP Intelligence</a> - Malicious Web Traffic Protection</li>
<li><a href="https://github.com/cure53/HTTPLeaks">HTTPLeaks</a> - HTTP Sites Leak Information</li>
<li><a href="https://github.com/dint-dev/cryptography">Cryptography</a> - Dart and Flutter Cryptography Library</li>
<li><a href="https://store.nethunter.com/en/">Kali NetHunter</a> or <a href="https://github.com/androguard/androguard">AndroGuard</a> - Penetration Testing / Forensics Apps</li>
<li><a href="https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet">MobileApp-Pentest-Cheatsheet</a> - App Pentesting Cheatsheet</li>
<li><a href="https://github.com/OWASP/owasp-mastg">MSTG</a> or <a href="https://github.com/prateek147/DVIA-v2">DVIA-v2</a> - App Security Testing / Reverse Engineering</li>
<li><a href="https://github.com/RikkaW/YASNAC">YASNAC</a> - SafetyNet Attestation Checker</li>
<li><a href="https://github.com/t0thkr1s/allsafe">AllSafe</a> - Intentionally Vulnerable Android App</li>
</ul>
<doc-anchor-target id="database-tools">
<h2>
<doc-anchor-trigger class="header-anchor-trigger" to="#database-tools">#</doc-anchor-trigger>
<span>Database Tools</span>
</h2>
</doc-anchor-target>
<ul>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/gunnarmorling/awesome-opensource-data-engineering">Awesome Opensource Data Engineering</a></strong> - Data Engineering Resources</li>
<li><span class="docs-emoji">&#x1F310;</span> <strong><a href="https://github.com/newTendermint/awesome-bigdata">Awesome Big Data</a></strong> - Big Data Resources</li>
<li><a href="https://grafana.com/">Grafana</a>, <a href="https://www.tigrisdata.com/">Tigris Data</a> or <a href="https://www.mongodb.com/">MongoDB</a> - Dev Data Dashboards</li>
<li><a href="https://dbeaver.io/">DBeaver</a> - Universal Database Tool</li>
<li><a href="https://www.heidisql.com/">HeidiSQL</a> - SQL Manager</li>
<li><a href="https://querystorm.com/">QueryStorm</a> - SQL and .NET programming in Excel</li>
<li><a href="https://www.adminer.org/">Adminer</a> - Database Manager</li>
<li><a href="https://www.remotemysql.com/">RemoteMySQL</a> - Remote MySQL Database</li>
<li><a href="https://github.com/dolthub/dolt">DoIt</a> - SQL Database</li>
<li><a href="https://db4free.net/">DB4Free</a>, <a href="https://sqlime.org/">sqlime</a> or <a href="http://sqlfiddle.com/">SQLFIddle</a> - SQL Testing</li>
<li><a href="https://app.ai2sql.io/">AI2SQL</a> or <a href="https://www.blazesql.com/">BlazeSQL</a> - SQL Generators</li>
<li><a href="https://franchise.cloud/">franchise</a> - SQL Notebook</li>
<li><a href="https://open.oceanbase.com/">OceanBase</a> - Relational Database / <a href="https://github.com/oceanbase/oceanbase">GitHub</a></li>
<li><a href="https://www.nocodb.com/">NocoDB</a> - Turn Database into Smart Spreadsheet / <a href="https://github.com/nocodb/nocodb">GitHub</a></li>
<li><a href="http://pooshock.ru/">PooShock</a> - Apache 2 Test Page</li>
<li><a href="https://galleryrevival.com/">GalleryProject</a> - Manage / Host Photos on Website</li>
<li>Generate Fake Data - <a href="https://github.com/faker-ruby/faker">Ruby</a> / <a href="https://github.com/vadymmarkov/Fakery">Swift</a></li>
<li><a href="https://redis.io/">Redis</a> - Key-Value Database</li>
</ul>
<doc-anchor-target id="programming--coding">
<h2>
<doc-anchor-trigger class="header-anchor-trigger" to="#programming--coding">#</doc-anchor-trigger>