From 4a92b30734f01e2350d588f2faff5f18453140c1 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Tue, 26 Jul 2022 01:16:55 -0700 Subject: [PATCH] Update DEVTools.md --- DEVTools.md | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/DEVTools.md b/DEVTools.md index 8fe3bf105..f0249ddcc 100644 --- a/DEVTools.md +++ b/DEVTools.md @@ -111,7 +111,7 @@ * [The Rust Programming Language](https://doc.rust-lang.org/stable/book/) - Rust Programming Guidebook * [JavaScript.info](https://javascript.info/) - JavaScript Guide * [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) - Javascript Learning Books -* [EloquentJavascript](https://eloquentjavascript.net/), [30 Days Of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript), [FunJavascript](https://fun-javascript-projects.com/) or [Grasshopper](https://grasshopper.app/) - Learn Javascript +* [EloquentJavascript](https://eloquentjavascript.net/), [30 Days Of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript), [FunJavascript](https://fun-javascript-projects.com/), [Java5cript](https://www.java5cript.com/) or [Grasshopper](https://grasshopper.app/) - Learn Javascript * [JavaScriptQuiz](https://javascriptquiz.com/) - JavaScript Quiz * [Javascript Questions](https://github.com/lydiahallie/javascript-questions) - Javascript Questions for Practice * [33 JS Concepts](https://github.com/leonardomso/33-js-concepts) - Useful JavaScript Concepts @@ -210,6 +210,7 @@ * [Tech-Blogs](https://tech-blogs.dev/) - Blogs for Developers * [The Devs Network](https://thedevs.network/) - Developer Chat * [StackShare](https://stackshare.io/) - Tech Stack Collaboration +* [Codever](https://www.codever.land/) - Bookmarks Manager for Developers * [sli.dev](https://sli.dev/) - Markdown to Slideshow * [Volume](https://www.volumestories.com/) - Create Immersive Reading Experiences * [daily.dev](https://daily.dev/) - Replace New Tab Page with Developer Articles @@ -220,6 +221,7 @@ * [UI Coach](https://uicoach.io/) - UI Design Challenge Generator * [HTML Dog](https://htmldog.com/) - Front End Tutorials & Examples * [Responsively](https://responsively.app/) - Responsive Dev Design Tool +* [SREWorks](https://github.com/alibaba/SREWorks) - Operation & Maintenance Platform * [the component gallery](https://component.gallery/) - Design Components Gallery * [Media Chrome](https://www.media-chrome.org/) - Media Player Elements / [GitHub](https://github.com/muxinc/media-chrome) * [ReadMeTemplate](https://github.com/roshanlam/ReadMeTemplate) - README Template @@ -249,6 +251,7 @@ * [Awesome Bug Bounty](https://github.com/djadmin/awesome-bug-bounty), [Awesome Bug Bounty Builder](https://github.com/0xJin/awesome-bugbounty-builder) or [Bug Bounty](https://github.com/sehno/Bug-bounty) - Bug Bounty Resources * [Awesome CTF](https://github.com/apsdehal/awesome-ctf) - CTF Resources * [Advisory Database](https://github.com/github/advisory-database) - Security Vulnerability Database +* [Pentest Contracts](https://github.com/cure53/Contracts) - Security Contract Templates * [CI/CD Security](https://github.com/myugan/awesome-cicd-security) - CI/CD Security Resources Awesome * [OpenSCA-CLI](https://github.com/XmirrorSecurity/OpenSCA-cli) - Composition Analysis for Third Party Components * [Kubescape](https://github.com/armosec/kubescape) - Kubernetes Tool @@ -301,14 +304,17 @@ * **[Website Creators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_website_creators)** - Design & Create Websites * **[Free Webhosting Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_webhosting_sites)** * [ZeroNet](https://zeronet.io/) or [Federalist](https://github.com/publiusfederalist/federalist) - Uncensorable Sites / [/r/Zeronet](https://www.reddit.com/r/zeronet/) -* [Freenet Project](https://freenetproject.org/) - Browse / Publish Freenet Sites +* [Freenet Project](https://freenetproject.org/) - Browse / Publish Freenet Sites +* [Locutus](https://github.com/freenet/locutus) - Create Decentralized Site Apps * [Screenshot to Code](https://github.com/emilwallner/Screenshot-to-code) - Turn Mockups into Static Sites * [GoodBadISPs ](https://gitlab.torproject.org/legacy/trac/-/wikis/doc/GoodBadISPs) - Best ISPs for Tor Hosting * [Emanote](https://emanote.srid.ca/) - Create Sites from Plain-Text Notes / [GitHub](https://github.com/srid/emanote) * [Free DNS Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_dns_servers) * [GRC DNSBench](https://www.grc.com/dns/benchmark.htm) - DNS Benchmark +* [DNS over HTTPS](https://github.com/curl/curl/wiki/DNS-over-HTTPS) - HTTPS DoH Queries * [Website Planet Tools](https://www.websiteplanet.com/webtools/), [Webdesign Assistant](https://webdesign-assistant.com/), [xWebTools](https://www.xwebtools.com/), [Tiny Helpers](https://tiny-helpers.dev/) or [CSSAuthor](https://cssauthor.com/) - Site Development Tools * [Sympli](https://sympli.io/), [AnimaApp](https://www.animaapp.com/) or [ZeroHeight](https://www.zeroheight.com/) - Developement Collaboration Tool +* [Grav](https://getgrav.org/) - Flat-File CMS * [Flux](https://www.runonflux.io/) - Decentralized Cloud Infrastructure * [Web Designer News](https://www.webdesignernews.com/) - Web Design News * [webdev](https://www.reddit.com/user/Romaixn/m/webdev/) - Web Developer Multireddit @@ -373,6 +379,7 @@ * [Partytown](https://github.com/BuilderIO/partytown) - Relocate Scripts to Web Worker * [Shisho](https://shisho.dev/) - Infrastructure Code Security Patcher * [Security Onion Solutions](https://securityonionsolutions.com/), [Wazuh](https://wazuh.com/) or [Snyk](https://snyk.io/) / [GitHub](https://github.com/snyk/snyk) - Site Security Monitor +* [securitytxt](https://securitytxt.org/) - Create security.txt Files * [FingerprintJS](https://fingerprintjs.com/) - Browser Fingerprinting Library / [GitHub](https://github.com/fingerprintjs/fingerprintjs/) * [Teler](https://github.com/kitabisa/teler) - HTTP Intrusion Detection * [GHH](http://ghh.sourceforge.net/) or [IP Intelligence](http://getipintel.net/) - Malicious Web Traffic Protection @@ -491,6 +498,7 @@ * [Free Backlink Builder](http://www.freebacklinkbuilder.net/) - Backlink Generator * [Wappalyzer](https://www.wappalyzer.com/) - Identify Technologies on Websites * [Bubble](https://bubble.io/), [WeWeb](https://www.weweb.io/), [opensilver](https://opensilver.net/), [Anvil](https://anvil.works/), [Symfony](https://symfony.com/) / [CLI](https://github.com/symfony-cli/symfony-cli), [Create-react-app](https://github.com/facebook/create-react-app) or [Sktch.io](https://sktch.io/) - Create Web Apps +* [Laravel](https://laravel.com/) - Web App Framework * [Sandstorm](https://sandstorm.io/) or [CloudRon](https://www.cloudron.io/) - Web App Host * [PWABuilder](https://www.pwabuilder.com/) - Turn Site into Progressive Web App * [LightHouse](https://github.com/GoogleChrome/lighthouse) - Web App Performance Test @@ -580,7 +588,6 @@ * **[Tizen](https://www.tizen.org/)** - Android TV App Creator * [XDA](https://forum.xda-developers.com/) - App Development Forum * [Xamarin](https://dotnet.microsoft.com/en-us/apps/xamarin) - App Development Platform / [GitHub](https://github.com/xamarin) -* [Awesome iOS](https://github.com/vsouza/awesome-ios) - iOS App Development Resources * [Framer](https://www.framer.com/) - Interactive Site / App Design Tool * [MemberPrism](http://r.ftqq.com/MemberPrism2/) - Member-Only App Builder * [butterfly](https://github.com/GetStream/butterfly) - Android UI Builder @@ -595,7 +602,9 @@ * [Hmanager](https://play.google.com/store/apps/details?id=com.chsappz.hmanager) - Manage Your Heroku Accounts * [Heroku Duo](https://heroku.viperadnan.gq/duo) - Run Heroku Apps Forever / [Alternate](https://github.com/tiararosebiezetta/HerokuDynoSwitcher) * [Kaffeine](http://kaffeine.herokuapp.com/) - Heroku Auto Ping +* [Awesome iOS](https://github.com/vsouza/awesome-ios) - iOS App Development Resources * [Xcode](https://developer.apple.com/xcode/) - Test and Build iOS / iPadOS Apps +* [SpreadsheetView](https://github.com/bannzai/SpreadsheetView) - Spreadsheet UI for iOS Apps * [Xcodes App](https://github.com/RobotsAndPencils/XcodesApp) - Xcode Manager * [IconKitchen](https://icon.kitchen/) or [AppIcon](https://appicon.co/)- App Icon Generator * [iOS Icon Gallery](https://www.iosicongallery.com/) - iOS Icon Examples @@ -628,6 +637,8 @@ * [React Query](https://react-query.tanstack.com/) - Fetch, Cache and Update React Data / [GitHub](https://github.com/tannerlinsley/react-query) * [MMKV](https://github.com/mrousavy/react-native-mmkv) - React Key / Value Storage * [Vision Camera](https://mrousavy.com/react-native-vision-camera/) - React Camera Support / [GitHub](https://github.com/mrousavy/react-native-vision-camera) +* [react-easy-crop](https://github.com/ricardo-ch/react-easy-crop) - React Image Cropper +* [React PDF](https://react-pdf.org/) - Create PDFs in React * [useAnimations](https://useanimations.com/index.html) - Animated Icon Pack * [Flubber](https://github.com/Appolica/Flubber) - Android Animation Creator * [Redex](https://fbredex.com/) - Android Bytecode Optimizer @@ -819,6 +830,7 @@ * [gist.io](https://gist.io/) - Git Blog Platform * [Github Action for Rclone](https://github.com/marketplace/actions/github-action-for-rclone) - Rclone GitHub Action Wrapper * [gitignore](https://github.com/github/gitignore) - Gitignore Templates +* [Drift](https://www.drift.lol/) - Self-Hosted Gist * [OpenHub](https://github.com/ThirtyDegreesRay/OpenHub), [diohub](https://github.com/NamanShergill/diohub) or [OctoDroid](https://github.com/slapperwan/gh4a) - Android GitHub Client * [Gitea](https://gitea.io/) - Self-Hosted Git Service @@ -836,7 +848,7 @@ * [YQ](https://github.com/mikefarah/yq) - Portable YAML Processor * [yoctocolors](https://github.com/sindresorhus/yoctocolors) - Command Line Coloring Package * [open](https://github.com/sindresorhus/open) - Open URLs, Files, Executables in CLI or Scripts -* [Hopa](https://github.com/krasimir/hopa) - Zero config CLI for running JavaScript/TypeScript +* [Hopa](https://github.com/krasimir/hopa) - Zero config CLI for running JavaScript / TypeScript *** @@ -930,7 +942,8 @@ * [Pytrait](https://github.com/xrudelis/pytrait) - Python Interface Traits * [Doppler](https://www.doppler.com/) - Sync Environment Variables * [AutoCode](https://autocode.com/) - Instant Endpoints -* [typejuice](https://github.com/galvez/typejuice) - Documentation Generator for TypeScript Declaration Files +* [typejuice](https://github.com/galvez/typejuice) - Documentation Generator for TypeScript Declaration Files +* [Boxed](https://github.com/swan-io/boxed) - TypeScript Utility Types / Functions * [Trunk](https://trunk.io/) - Run Linters/Formatters/Checkers Simultaneously * [Mega Linter](https://github.com/nvuillam/mega-linter), [TCA](https://github.com/Tencent/CodeAnalysis) or [SonarCloud](https://sonarcloud.io/) - Code Analyzer * [tabnine](https://www.tabnine.com/) or [Copilot](https://copilot.github.com/) / [Docs](https://github.com/github/copilot-docs) - AI Assisted Code Completion @@ -950,7 +963,7 @@ * [Awesome Machine Learning Art](https://github.com/vibertthio/awesome-machine-learning-art) - Machine Learning Art Resource Index * [Sourcegraph](https://sourcegraph.com/) or [Ag](https://geoff.greer.fm/ag/) / [GitHub](https://github.com/ggreer/the_silver_searcher) - Code Searching * [searchcode](http://searchcode.com/) or [PublicWWW](http://publicwww.com/) - Source Code Search -* [Sourcecodester](https://www.sourcecodester.com/), [Code Projects](https://www.code-projects.org/), [Codastro](https://codeastro.com/) or [ItSourceCode](https://www.itsourcecode.com/) - Source Code Projects +* [Sourcecodester](https://www.sourcecodester.com/), [Code Projects](https://www.code-projects.org/), [Codastro](https://codeastro.com/), [Kashipara](https://www.kashipara.com/) or [ItSourceCode](https://www.itsourcecode.com/) - Source Code Projects * [SciTE](https://www.scintilla.org/SciTE.html) - Source Code Editor for Win32 and X * [CodeGrepper](https://www.codegrepper.com/) - Code Search Extension * [ShortCode](https://shortcode.dev/), [Google Code Archive](https://code.google.com/archive/), [CodeList](https://www.codelist.cc/) or [bl.ocks](https://bl.ocks.org/) - Script / Code Indexes @@ -1015,10 +1028,11 @@ ## ▷ API Tools -* [API List](https://apilist.fun/), [Public API Lists](https://github.com/public-api-lists/public-api-lists) or [Public APIs](https://github.com/public-apis/public-apis) / [2](https://www.public-apis.ml/) - API Index +* [API List](https://apilist.fun/), [Awesome APIs](https://github.com/TonnyL/Awesome_APIs), [Public API Lists](https://github.com/public-api-lists/public-api-lists) or [Public APIs](https://github.com/public-apis/public-apis) / [2](https://www.public-apis.ml/) - API Indexes * [Insomnia](https://insomnia.rest/) - API Client * [RapidAPI](https://rapidapi.com/) or [FastAPI](https://github.com/tiangolo/fastapi) - API Framework * [tRPC](https://trpc.io/) - Build Typesafe APIs +* [Siesta](https://github.com/bustoutsolutions/siesta) - Write REST API Clients for iOS / macOS * [WebAuthn](https://webauthn.io/) - Data Security Authentication API * [APIKit](https://github.com/API-Security/APIKit) - API Security Tools * [hoppscotch](https://hoppscotch.io/) - API Development Ecosystem / [GitHub](https://github.com/hoppscotch/hoppscotch) @@ -1028,6 +1042,7 @@ * [InstantAPIs](https://github.com/csharpfritz/InstantAPIs) - API Endpoint Generator * [Pipedream](https://pipedream.com/) - Connect APIs / [Tutorial](https://gist.github.com/ItsRauf/48f252c931ac394b1395312b61b8e35b) * [Shizuku](https://shizuku.rikka.app/) - Connect Apps to APIs +* [NativeScript](https://github.com/NativeScript/NativeScript) - Access APIs from JavaScript * [Stein](https://steinhq.com/) - Turn Google Sheets into Database API / [GitHub](https://github.com/SteinHQ) * [Lanyard](https://github.com/Phineas/lanyard) - Export Discord Rich Presence to API Endpoint / Websocket * [CollectionConcurrencyKit](https://github.com/JohnSundell/CollectionConcurrencyKit) - Async & Concurrent Versions of Swift APIs