{"id":30363820,"url":"https://github.com/deans-bradley/dev-wiki","last_synced_at":"2026-02-12T07:33:48.851Z","repository":{"id":307267064,"uuid":"1028877493","full_name":"deans-bradley/dev-wiki","owner":"deans-bradley","description":"A comprehensive collection of development documentation, guides, and theoretical resources organized for easy reference and learning.","archived":false,"fork":false,"pushed_at":"2025-10-27T12:36:50.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T14:32:35.361Z","etag":null,"topics":["documentation"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deans-bradley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-30T07:36:49.000Z","updated_at":"2025-10-27T12:36:53.000Z","dependencies_parsed_at":"2025-07-30T11:42:26.000Z","dependency_job_id":"3aa5a420-e91d-4981-8433-d0c8b8802a3c","html_url":"https://github.com/deans-bradley/dev-wiki","commit_stats":null,"previous_names":["deans-bradley/dev-wiki"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deans-bradley/dev-wiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deans-bradley%2Fdev-wiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deans-bradley%2Fdev-wiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deans-bradley%2Fdev-wiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deans-bradley%2Fdev-wiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deans-bradley","download_url":"https://codeload.github.com/deans-bradley/dev-wiki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deans-bradley%2Fdev-wiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["documentation"],"created_at":"2025-08-19T19:50:54.122Z","updated_at":"2026-02-12T07:33:48.846Z","avatar_url":"https://github.com/deans-bradley.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevWiki\n\nA comprehensive collection of development documentation, guides, and theoretical resources organized for easy reference and learning.\n\n## Structure\n\n### Development\nHands-on implementation guides and practical resources for building software.\n\n#### Frontend\n- **Web**: Vue.js, React, vanilla JavaScript\n- **Mobile**: Flutter, React Native, native development\n- **Desktop**: Electron, MAUI, Tauri\n- **Patterns**: Frontend-specific design patterns and best practices\n\n#### Backend\n- **.NET**: Runtime libraries, dependency injection, and framework guides\n- **Database**: SQL queries, Redis setup, database patterns\n- **Infrastructure**: Deployment, hosting, and infrastructure as code\n- **API Design**: RESTful APIs, GraphQL, and service architecture\n\n#### Shared\nCross-cutting concerns that span both frontend and backend:\n- **Authentication**: Token management, OAuth flows, security practices\n- **API Integration**: Client-server communication patterns\n- **Data Contracts**: API schemas, data validation\n- **Testing Strategies**: Integration testing, mocking, test automation\n\n#### Security\n- **Web Security**: XSS, CSRF, content security policies\n- **API Security**: Authentication, authorization, rate limiting\n- **Mobile Security**: Platform-specific security considerations\n\n#### Workflows\nDevelopment process and tooling:\n- **Git**: Commands, branching strategies, collaboration workflows\n- **CI/CD**: Build pipelines, deployment automation\n- **Tools**: Development environment setup, productivity tools\n\n### Theory\nFoundational concepts and principles for software development.\n\n#### Software Engineering\n- **Design Patterns**: Common software design patterns and their applications\n- **Architecture Principles**: Clean architecture, SOLID principles, domain-driven design\n- **Clean Code**: Code quality, refactoring, maintainability\n- **Performance Optimization**: Profiling, caching strategies, optimization techniques\n\n#### Project Management\n- **Agile Methodologies**: Scrum, Kanban, lean development\n- **Estimation Techniques**: Story points, planning poker, velocity tracking\n- **Team Collaboration**: Communication strategies, code reviews, documentation\n\n#### Fundamentals\n- **Networking**: Network protocols, troubleshooting, connectivity testing\n- **Databases**: Database design theory, normalization, indexing strategies\n- **Security Principles**: Cryptography, threat modeling, security architecture\n- **Algorithms \u0026 Data Structures**: Computational complexity, optimization\n\n## Getting Started\n\n1. Browse the relevant section based on your current needs\n2. Check the `development/workflows/` section for setup guides\n3. Refer to `theory/` sections for a deeper understanding of concepts\n4. Use the search functionality to find specific topics\n\n## Contributing\n\nThis documentation is continuously evolving. When adding new content:\n\n1. Follow the established structure and naming conventions\n2. Place implementation guides in `development/`\n3. Place conceptual content in `theory/`\n4. Cross-reference related documents when applicable\n5. Keep examples practical and up-to-date\n\n## Migration Status\n\nThis repository is currently being restructured. Some content may still be in the process of being moved to the new organization system.\n\n**Current Status**: Foundation established, content migration in progress\n\n---\n\n*Last updated: September 2025*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeans-bradley%2Fdev-wiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeans-bradley%2Fdev-wiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeans-bradley%2Fdev-wiki/lists"}