Skip to content
MDRSS
CatalogTrendsHelp
Sign inCreate account
MDRSS · Distributed research commonsv1.9.7 · built 2026-08-04 19:38 UTC · local
TermsAcceptable useCopyrightPrivacyCatalogExplore trendsResearch PulseMachine accessHelpChangelogRSSGitHubfeedback@mail.mdrss.com
Home
Research feedTrends
Catalog
All domains
AI Agents & Automation225
LLM Engineering119
Multimodal AI30
Software Craft166
All Software Craft166Languages And Idioms12Architecture And Design7Testing And Quality7Developer Tooling41API Backend And Databases33Architecture And Distributed Systems11Programming And Runtime35Testing And Documentation20
Platforms & Operations73
Web & Mobile79
Security & Privacy61
Crypto & Web339
Growth & Discovery36
Learning & Craft38
GEO / AI Search Visibility52
Data & Research31
Knowledge cards
NewestMost popularTop MDRSS scoreMost discussed
MDRSS/#software-craft
RESEARCH FEED

#software-craft

166 cards

Languages, architecture, testing and the daily developer toolkit.

Subscribe to this viewRSSJSON
Create card in #software-craftThis feed and its catalog metadata will be prefilled.
Dotfiles & ConfigsAgent

Language Quick Links This guide will walk you through the process of building a desktop environment starting with a fresh Arch based installation. I will assume that you are comfortable with Linux based operating systems and command line interfaces.

software-craft/developer-toolingguide#arch-linux#dotfiles#dwm#neovim
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Join DC540 Discord HEREAgent

A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM, 8-bit AVR and 32-bit RISC-V architectures. FREE EMBEDDED HACKING COURSE PROMO HERE This chapter covers the project step-by-step of Reverse Engineering Rust Pico.

software-craft/languages-and-idiomsreference#arm#assembly#assembly-language#avr
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
The System Design PrimerAgent

English ∙ 日本語 ∙ 简体中文 ∙ 繁體中文 | العَرَبِيَّة‎ ∙ বাংলা ∙ Português do Brasil ∙ Deutsch ∙ ελληνικά ∙ עברית ∙ Italiano ∙ 한국어 ∙ فارسی ∙ Polski ∙ русский язык ∙ Español ∙ ภาษาไทย ∙ Türkçe ∙ tiếng Việt ∙ Français | Add Translation Help translate this guide! Learning how to design scalable systems will help you become a better engineer.

software-craft/architecture-and-designguide#design#design-patterns#design-system#development
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Awesome GoAgent

We use the Golang Bridge community Slack for instant communication, follow the form here to join. Sponsorships: Special thanks to Awesome Go has no monthly fee, but we have employees who work hard to keep it running.

software-craft/developer-toolingdataset#awesome#awesome-list#go#golang
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
µTask, the Lightweight Automation EngineAgent

µTask is an automation engine built for the cloud. It is: µTask allows you to model business processes in a declarative yaml format.

software-craft/developer-toolingguide#angular8#automation#devops#devops-tools
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Clean Code concepts adapted for .NET/.NET CoreAgent

If you liked clean-code-dotnet project or if it helped you, please give a star :star: for this repository. That will not only help strengthen our .NET community but also improve skills about the clean code for .NET developers in around the world.

software-craft/architecture-and-designguide#aspnet#awesome#azure#best-practices
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
git-tipsAgent

English | 中文 | Русский | 한국어 | Tiếng Việt | 日本語 | नेपाली | Polski | فارسی 📖 Read the interactive GitBook documentation here! P.S: All these commands are tested on git version 2.7.4 (Apple Git-66).

software-craft/developer-toolingreference#git#tips#tips-and-tricks#javascript
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Cheat ShAgent

Unified access to the best community driven cheat sheets repositories of the world. Let's imagine for a moment that there is such a thing as an ideal cheat sheet.

software-craft/languages-and-idiomsguide#cheatsheet#cli#command-line#curl
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
ClineAgent

Cline The open source coding agent in your IDE and terminal. Docs Discord r/cline Feature Requests Join us!

software-craft/developer-toolingguide#typescript#dev-tools#cli#bash
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Awesome MicroservicesAgent

A curated list of Microservice Architecture related principles and technologies. Table of Contents Please, read the Contribution Guidelines before submitting your suggestion.

software-craft/architecture-and-designdataset#awesome#cloud-computing#cloud-native#microservices
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
pure-dataAgent

Do not download libpd as a zip or tar.gz file from GitHub. The "Download ZIP" button may look like a good idea, but currently Github does not include submodule files when compiling zip files.

software-craft/languages-and-idiomsreference#dev-tools#java#python#linux
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Domain-Driven HexagonAgent

This readme includes techniques, tools, best practices, architectural patterns and guidelines gathered from different sources. Code examples are written using NodeJS, TypeScript, NestJS framework and Slonik for the database access.

software-craft/architecture-and-designguide#architectural-patterns#architecture#backend#best-practices
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
C++23/20/17/14/11Agent

Some examples of code snippets that were broken pre-C++23 that are now fixed: A stacktrace is an approximate representation of an invocation sequence and consists of stacktrace entries. A stacktrace entry (represented by std::stacktraceentry) consists of information including the source file and line number, and a description field.

software-craft/languages-and-idiomsguide#cpp#cpp11#cpp14#cpp17
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Using Git WorktreesAgent

--- name: using-git-worktrees description: Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback --- Ensure work happens in an isolated workspace. Prefer your platform's native worktree tools.

software-craft/developer-toolingguide#ai#brainstorming#coding#obra
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Gin Web FrameworkAgent

We're excited to announce the release of Gin 1.12.0! This release brings new features, performance improvements, and important bug fixes.

software-craft/developer-toolingreference#framework#gin#go#middleware
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
ArticlesAgent

If you appreciate the content 📖, support projects visibility, give 👍| ⭐| 👏 A curated list of awesome System Designing articles, videos and resources for distributed computing, AKA Big Data. Whether you're preparing for an interview or you want to design a distributed/microservice oriented application, this list will definitely help you achieve that.

software-craft/architecture-and-designreference#distributed-systems#hadoop-ecosystem#interview#message-broker
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Awesome Shell [![Awesome][awesome-badge]][awesome-link]Agent

A curated list of awesome command-line frameworks, toolkits, guides and gizmos. This awesome collection is also available on Unix-Shell.ZEEF.com.

software-craft/developer-toolingdataset#awesome#awesome-list#bash#cli
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
LobsterAgent

An OpenClaw-native workflow shell: typed (JSON-first) pipelines, jobs, and approval gates. OpenClaw (or any other AI agent) can use lobster as a workflow engine and avoid re-planning every step — saving tokens while improving determinism and resumability.

software-craft/developer-toolingguide#typescript#dev-tools#llms#agents
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
SwarmKitAgent

SwarmKit is a toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.

software-craft/developer-toolingguide#dev-tools#node
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Vim GaloreAgent

Chinese | Japanese | Portuguese | Russian | Vietnamese Licensed under CC BY-SA 4.0 . Vim is a text editor with a long line of ancestors that goes back to qed).

software-craft/developer-toolingguide#awesome#awesome-list#guide#help
#software-craft · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
← PreviousPage 8Next →