{"id":27014144,"url":"https://github.com/danielbrito/software-engineering","last_synced_at":"2026-03-03T23:02:32.546Z","repository":{"id":175600561,"uuid":"654184950","full_name":"DanielBrito/software-engineering","owner":"DanielBrito","description":"🏗️ General concepts and tools related to software engineering and architecture.","archived":false,"fork":false,"pushed_at":"2025-05-07T16:46:51.000Z","size":53503,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T17:44:56.907Z","etag":null,"topics":["software-architecture","software-development","software-engineering"],"latest_commit_sha":null,"homepage":"","language":"Java","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/DanielBrito.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,"zenodo":null}},"created_at":"2023-06-15T15:02:28.000Z","updated_at":"2025-05-07T16:46:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"d98b5f3f-3572-4359-943f-bf82b4d6314a","html_url":"https://github.com/DanielBrito/software-engineering","commit_stats":null,"previous_names":["danielbrito/software-develoment-general","danielbrito/software-engineering-in-general","danielbrito/software-engineering"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DanielBrito/software-engineering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielBrito%2Fsoftware-engineering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielBrito%2Fsoftware-engineering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielBrito%2Fsoftware-engineering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielBrito%2Fsoftware-engineering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielBrito","download_url":"https://codeload.github.com/DanielBrito/software-engineering/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielBrito%2Fsoftware-engineering/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["software-architecture","software-development","software-engineering"],"created_at":"2025-04-04T13:29:33.959Z","updated_at":"2026-03-03T23:02:32.540Z","avatar_url":"https://github.com/DanielBrito.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏗️ Software Engineering\n\nThese experiments and contents cover general tools and concepts related to software engineering \u0026 architecture from my [self-directed](https://github.com/DanielBrito/self-learning) studies.\n\n## :bookmark_tabs: Topics\n\n- Software Development Life-cycle\n- Requirements\n- Specifications\n- WRSPM Model\n- Design\n- Modularity\n- Buy vs Build\n- Testing\n- Observability\n- Verification and Validation\n- Software Models\n- Agile\n- Event-Driven Architecture\n- Domain-Driven Design\n\n## 📚 Books\n\n- [Frontend Developer Handbook](https://frontendmasters.com/books/front-end-handbook/2019/) (Frontend Masters)\n- [Clean Code](https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882) (Robert Martin)\n- [Clean Architecture](https://www.amazon.com.br/Clean-Architecture-Craftsmans-Software-Structure/dp/0134494164) (Robert Martin)\n- [Clean Coder](https://www.amazon.com.br/Clean-Coder-Conduct-Professional-Programmers/dp/0137081073) (Robert Martin)\n- [The Pragmatic Programmer](https://www.amazon.com.br/Pragmatic-Programmer-journey-mastery-Anniversary/dp/0135957052) (David Thomas \u0026 Andrew Hunt)\n- [Professional Front-end Architecture](https://www.amazon.com.br/Professional-Front-end-Architecture-Front-End-Development/dp/1726146456) (Fabio Nolasco)\n- [Free Programming Books](https://github.com/EbookFoundation/free-programming-books)\n- [Domain-Driven Design Distilled](https://www.amazon.com.br/Domain-Driven-Design-Distilled-Vaughn-Vernon/dp/0134434420/) (Vaughn Vernon)\n- [Production-Ready Microservices](https://www.amazon.com.br/Production-Ready-Microservices-Susan-Fowler/dp/1491965975) (Susan Fowler)\n\n## 📃 References\n\n- [Agile Manifesto](https://agilemanifesto.org/)\n- [The Twelve Factor App](https://12factor.net/)\n- [Designing Microservice-Based Applications by Using a DDD Approach](https://cm.tm.kit.edu/download/domain_driven_microservice-architecture.pdf) (Benjamin Hippchen et al.)\n- [A Systematic Mapping Study in Microservice Architecture](Articles/a_systematic_mapping_study_in_microservice_architecture-alshuqayran_et_al.pdf) (Nuha Alshuqayran et al.)\n- [Evaluating the monolithic and the microservice architecture pattern to deploy web applications in the cloud](Articles/evaluating_the_monolithic_and_the_microservice_architecture_pattern_to_deploy_web_applications_in_the_cloud-villamizar_et_al.pdf) (Mario Villamizar et al.)\n- [Dynamo: Amazon’s Highly Available Key-value Store](https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf) (Giuseppe DeCandia et al.)\n- [Kafka: a Distributed Messaging System for Log Processing](https://www.microsoft.com/en-us/research/wp-content/uploads/2017/09/Kafka.pdf) (Jay Kreps et al.)\n- [A Methodology for Collecting Valid Software Engineering Data](https://www.cs.umd.edu/~basili/publications/journals/J23.pdf) (Victor Basili et al.)\n- [A Comparative Analysis of Spring MVC and Spring WebFlux in Modern Web Development](https://www.theseus.fi/bitstream/handle/10024/812448/Catrina_Alexandru.pdf) (Alexandru-Valentin Catrina)\n- [Bitcoin: A Peer-to-Peer Electronic Cash System](https://bitcoin.org/bitcoin.pdf) (Satoshi Nakamoto)\n- [A Note on Distributed Computing](https://scholar.harvard.edu/files/waldo/files/waldo-94.pdf) (Jim Waldo et al.)\n- [Cassandra - A Decentralized Structured Storage System](https://www.cs.cornell.edu/projects/ladis2009/papers/lakshman-ladis2009.pdf) (Avinash Lakshman et al.)\n- [On the Criteria To Be Used in Decomposing Systems into Modules](https://wstomv.win.tue.nl/edu/2ip30/references/criteria_for_modularization.pdf) (D. L. Parnas)\n- [Time, Clocks, and the Ordering of Events in Distributed Systems](https://lamport.azurewebsites.net/pubs/time-clocks.pdf) (Leslie Lamport)\n- [Bigtable: A Distributed Storage System for Structured Data](https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf) (Chan F. et al.)\n- [The Google File System](https://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf) (Ghemawat S. et al.)\n- [WTF: The Who to Follow Service at Twitter](https://stanford.edu/~rezab/papers/wtf_overview.pdf) (Pankaj Gupta et al.)\n- [Apache Flink: Stream and Batch Processing in a Single Engine](https://asterios.katsifodimos.com/assets/publications/flink-deb.pdf) (Paris Carbone et al.)\n- [Spanner: Google’s Globally-Distributed Database](https://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf) (James C. Corbett et al.)\n- [An axiomatic basis for computer programming](Articles/an_axiomatic_basis_for_computer_programming_hoare.pdf) (C. A. R. Hoare)\n\n## 🧰 Resources\n\n### General\n\n- [Devhints](https://devhints.io/)\n- [Cheatography](https://cheatography.com/programming/)\n- [Public APIs](https://github.com/public-apis/public-apis)\n- [The Power of Serverless](https://serverless.css-tricks.com/)\n- [Explain Shell](https://explainshell.com/)\n- [LinkedIn Skill Assessments Quizzes](https://ebazhanov.github.io/linkedin-skill-assessments-quizzes/)\n- [StackShare](https://stackshare.io/stacks)\n- [System Design 101](https://github.com/ByteByteGoHq/system-design-101)\n\n### Platforms\n\n- [CodePen](https://codepen.io/)\n- [JSFiddle](https://jsfiddle.net/)\n- [StackBlitz](https://stackblitz.com/)\n- [Replit](https://replit.com/)\n\n### Tools\n\n- [Free For Developers](https://free-for.dev/#/)\n- [Mermaid](https://mermaid.js.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielbrito%2Fsoftware-engineering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielbrito%2Fsoftware-engineering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielbrito%2Fsoftware-engineering/lists"}