{"id":34610844,"url":"https://github.com/perryzjc/sdlc-journey","last_synced_at":"2026-05-27T02:34:18.561Z","repository":{"id":142530825,"uuid":"585627311","full_name":"perryzjc/sdlc-journey","owner":"perryzjc","description":"Explores best practices of any potential  steps during software development","archived":false,"fork":false,"pushed_at":"2023-01-06T11:31:35.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-27T02:34:07.865Z","etag":null,"topics":["github","sdlc","software-architecture","software-architecture-and-design","software-engineering"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/perryzjc.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":"2023-01-05T16:50:16.000Z","updated_at":"2023-01-06T12:02:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"520ab1f8-be95-4de9-ac44-75512c3920ae","html_url":"https://github.com/perryzjc/sdlc-journey","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/perryzjc/sdlc-journey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perryzjc%2Fsdlc-journey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perryzjc%2Fsdlc-journey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perryzjc%2Fsdlc-journey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perryzjc%2Fsdlc-journey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perryzjc","download_url":"https://codeload.github.com/perryzjc/sdlc-journey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perryzjc%2Fsdlc-journey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33548246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["github","sdlc","software-architecture","software-architecture-and-design","software-engineering"],"created_at":"2025-12-24T14:11:39.044Z","updated_at":"2026-05-27T02:34:18.555Z","avatar_url":"https://github.com/perryzjc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Header block for project --\u003e\n\n\u003chr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003c!-- ☝️ Replace with your logo (if applicable) via ![](https://uri-to-your-logo-image) ☝️ --\u003e\n\u003c!-- ☝️ If you see logo rendering errors, make sure you're not using indentation, or try an HTML IMG tag --\u003e\n\u003ch1 align=\"center\"\u003eSDLC Journey\u003c/h1\u003e\n\n\u003c!-- ☝️ Replace with your repo name ☝️ --\u003e\n\n\u003c/div\u003e\n\n\u003cpre align=\"center\"\u003eDocumenting my journey as a student exploring the software development life cycle (SDLC) and creating a comprehensive guide to best practices in software development.\u003c/pre\u003e\n\n\u003c!-- ☝️ Replace with a single sentence describing the purpose of your repo / proj ☝️ --\u003e\n\n\u003c!-- Header block for project --\u003e\n\n[![SDLC Journey](https://img.shields.io/badge/-SDLC%20Journey-green)](https://github.com/perryzjc/sdlc-journey)\n[![last commit](https://img.shields.io/badge/last%20commit-January%20-yellow)](https://github.com/perryzjc/sdlc-journey)\n\u003c!-- ☝️ Add badges via: https://shields.io e.g. ![](https://img.shields.io/github/your_chosen_action/your_org/your_repo) ☝️ --\u003e\n\n```mermaid\nflowchart LR\nsubgraph Student exploring SDLC\n    A[Document journey and best practices]--\u003e C[(GitHub Repository)]\n    C --\u003e|Explore| D[Personal notes and quality resources references]\n    C --\u003e |Welcome| P[Collaboration and contributions]\n    C --\u003e|Focus on| software-development-topics\n    subgraph software-development-topics\n        direction LR\n        E[e.g.] --\u003e F[Naming conventions]\n        E --\u003e H[Documentation guidelines]\n        E --\u003e I[Tool recommendations]\n        E --\u003e J[Environment package management]\n        E --\u003e K[Testing]\n        E --\u003e L[CI/CD]\n        E --\u003e M[Release processes]\n        E --\u003e ETC[etc.]\n    end\n    subgraph Comprehensive guide to SDLC\n        D --\u003e O[All stages and branches]\n    end\nend\n```\n\n\u003c!-- ☝️ Screenshot of your software (if applicable) via ![](https://uri-to-your-screenshot) ☝️ --\u003e\n\nAs a student exploring the software development life cycle (SDLC), I am documenting my journey and the best practices I discover along the way. This repository includes my personal experiences and references to quality resources, with a focus on a wide range of topics related to software development such as naming conventions, commit message standards, documentation guidelines, tool recommendations, environment package management, testing, continuous integration/continuous deployment, and release processes. My goal is to create a comprehensive guide to the SDLC, covering all stages and branches. Please note that my knowledge and understanding are still developing, and I welcome collaboration and contributions from others.\n\u003c!-- ☝️ Replace with a more detailed description of your repository, including why it was made and whom its intended for.  ☝️ --\u003e\n\n## Features\n\n* Organize information in a structural and consise way\n  * Mermaid graphs are used a lot\n* Provide references to quality resources\n\n\u003c!-- ☝️ Replace with a bullet-point list of your features ☝️ --\u003e\n\n## Contents\n\n* [Quick Start (NOT DONE)](#quick-start)\n* [Changelog (NOT DONE)](#changelog)\n* [FAQ (NOT DONE)](#frequently-asked-questions-faq)\n* [Contributing Guide (NOT DONE)](#contributing)\n* [License](#license)\n* [Support](#support)\n\n## Quick Start (NOT DONE)\n\nThis guide provides a quick way to get started with our project. Please see our [docs (NONE DONE YET)]([INSERT LINK TO DOCS SITE / WIKI HERE]) for a more comprehensive overview.\n\n### Requirements (NOT DONE)\n\n* [INSERT LIST OF REQUIREMENTS HERE]\n\n\u003c!-- ☝️ Replace with a numbered list of your requirements, including hardware if applicable ☝️ --\u003e\n\n### Usage Examples (NOT DONE)\n\n* [INSERT LIST OF COMMON USAGE EXAMPLES HERE, WITH OPTIONAL SCREENSHOTS]\n\n\u003c!-- ☝️ Replace with a list of your usage examples, including screenshots if possible, and link to external documentation for details ☝️ --\u003e\n\n## Changelog (NOT DONE)\n\nSee our [CHANGELOG.md](CHANGELOG.md) for a history of our changes.\n\nSee our [releases page (NOT DONE)]([INSERT LINK TO YOUR RELEASES PAGE]) for our key versioned releases.\n\n\u003c!-- ☝️ Replace with links to your changelog and releases page ☝️ --\u003e\n\n## Frequently Asked Questions (FAQ) (NOT DONE)\n\n[INSERT LINK TO FAQ PAGE OR PROVIDE FAQ INLINE HERE]\n\u003c!-- example link to FAQ PAGE\u003e\nQuestions about our project? Please see our: [FAQ]([INSERT LINK TO FAQ / DISCUSSION BOARD])\n--\u003e\n\n\u003c!-- example FAQ inline format\u003e\n1. Question 1\n   - Answer to question 1\n2. Question 2\n   - Answer to question 2\n   --\u003e\n\n\u003c!-- example FAQ inline with no questions yet\u003e\nNo questions yet. Propose a question to be added here by reaching out to our contributors! See support section below.\n--\u003e\n\n\u003c!-- ☝️ Replace with a list of frequently asked questions from your project, or post a link to your FAQ on a discussion board ☝️ --\u003e\n\n## Contributing (NOT DONE)\n\n[INSERT LINK TO CONTRIBUTING GUIDE OR FILL INLINE HERE]\n\u003c!-- example link to CONTRIBUTING.md\u003e\nInterested in contributing to our project? Please see our: [CONTRIBUTING.md](CONTRIBUTING.md)\n--\u003e\n\n\u003c!-- example inline contributing guide\u003e\n1. Create an GitHub issue ticket describing what changes you need (e.g. issue-1)\n2. [Fork](INSERT LINK TO YOUR REPO FORK PAGE HERE, e.g. https://github.com/my_org/my_repo/fork) this repo\n3. Make your modifications in your own fork\n4. Make a pull-request in this repo with the code in your fork and tag the repo owner / largest contributor as a reviewer\n\n**Working on your first pull request?** See guide: [How to Contribute to an Open Source Project on GitHub](https://kcd.im/pull-request)\n--\u003e\n\n[INSERT LINK TO YOUR CODE_OF_CONDUCT.md OR SHARE TEXT HERE]\n\u003c!-- example link to CODE_OF_CONDUCT.md\u003e\nFor guidance on how to interact with our team, please see our code of conduct located at: [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)\n--\u003e\n\n\u003c!-- ☝️ Replace with a text describing how people may contribute to your project, or link to your contribution guide directly ☝️ --\u003e\n\n## License\n\nSee our: [LICENSE](https://github.com/perryzjc/sdlc-journey/blob/main/LICENSE)\n\u003c!-- ☝️ Replace with the text of your copyright and license, or directly link to your license file ☝️ --\u003e\n\n## Support\n\n[@perryzjc](https://github.com/perryzjc)\n\n\u003c!-- example list of contacts\u003e\nKey points of contact are: [@github-user-1](link to github profile) [@github-user-2](link to github profile)\n--\u003e\n\n\u003c!-- ☝️ Replace with the key individuals who should be contacted for questions ☝️ --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperryzjc%2Fsdlc-journey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperryzjc%2Fsdlc-journey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperryzjc%2Fsdlc-journey/lists"}