diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 99c91a7..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: engineerkit -open_collective: -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/README.md b/README.md index 6fd7489..0f9cada 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ A collection of knowledge, tools, and skills that we've come to find useful to become a generalist software engineer.

- - version + + version - + License: CC BY-NC 4.0

diff --git a/exercises/automated-testing/flaky-test-refactor.md b/exercises/automated-testing/flaky-test-refactor.md index b1aa3bf..fef606f 100644 --- a/exercises/automated-testing/flaky-test-refactor.md +++ b/exercises/automated-testing/flaky-test-refactor.md @@ -11,7 +11,7 @@ Use the following steps to help you progress through the exercise (use your best judgment, these are not precise steps): -1. Clone the [`engineerkit/exercise-flaky-tests`](https://github.com/engineerkit/exercise-flaky-tests) repo +1. Clone the [`enoklearn/exercise-flaky-tests`](https://github.com/enoklearn/exercise-flaky-tests) repo 2. Run the CI/CD pipelines to figure out what the flaky tests might be 3. Fix the flaky tests 4. Review with your mentor! diff --git a/exercises/security/broken-access-control.md b/exercises/security/broken-access-control.md index e67799a..7eb03a9 100644 --- a/exercises/security/broken-access-control.md +++ b/exercises/security/broken-access-control.md @@ -12,7 +12,7 @@ Use the following steps to help you progress through the exercise (use your best judgment, these are not precise steps): -1. Clone the `engineerkit/exercise-broken-access-control` repo +1. Clone the `enoklearn/exercise-broken-access-control` repo 2. Investigate the repo and find the broken access control vulnerability 3. Fix the vulnerability 4. Review with your mentor! diff --git a/exercises/tooling/conflict-resolution.md b/exercises/tooling/conflict-resolution.md index ef0e394..c7c1f5a 100644 --- a/exercises/tooling/conflict-resolution.md +++ b/exercises/tooling/conflict-resolution.md @@ -11,7 +11,7 @@ Use the following steps to help you progress through the exercise (use your best judgment, these are not precise steps): -1. Clone the `engineerkit/exercise-conflict-resolution` repo +1. Clone the `enoklearn/exercise-conflict-resolution` repo 2. Resolve the conflicts between all branches 3. Review with your mentor! diff --git a/modules/product-life-cycle.md b/modules/product-life-cycle.md index 4be26c6..fdd7d92 100644 --- a/modules/product-life-cycle.md +++ b/modules/product-life-cycle.md @@ -20,7 +20,7 @@ * Theorize why PMF is the destination a business uses to set their course #### Primary Resources - * [PMF Introduction `EngineerKit Resource`](../resources/pmf-intro.md) + * [PMF Introduction `Resource`](../resources/pmf-intro.md) * [Overview of PMF Indicators `Article`](https://www.lennysnewsletter.com/p/how-to-know-if-youve-got-productmarket) #### Extended Resources @@ -51,7 +51,7 @@ * Recite what matters to a company at the different stages of its growth #### Resources - * [Stages of a Company Introduction `EngineerKit Resource`](../resources/stages-of-a-company-intro.md) + * [Stages of a Company Introduction `Resource`](../resources/stages-of-a-company-intro.md) * [Lean Startup Summary `Article`](https://leanstartup.co/a-playbook-for-achieving-product-market-fit/) * ["Scale": Crossing the Chasm `Book ($)`](https://www.amazon.com/Crossing-Chasm-3rd-Disruptive-Mainstream/dp/0062292986) * ["Scale": Measure what Matters Most `Book ($)`](https://www.amazon.com/Measure-What-Matters-Google-Foundation/dp/0525536221) @@ -81,7 +81,7 @@ * Theorize how the priority a product team places on various product development strategies might change through the different product stages #### Resources - * [Product Life Cycle Stages Introduction `EngineerKit Resource`](../resources/stages-of-a-product-intro.md) + * [Product Life Cycle Stages Introduction `Resource`](../resources/stages-of-a-product-intro.md) * [The Influencing Theory Behind Product Life Cycles `Article`](https://en.wikipedia.org/wiki/Product_life-cycle_theory) * [Product Roadmaps: Relaunched `Book ($)`](https://www.amazon.com/Product-Roadmaps-Relaunched-Direction-Uncertainty/dp/B08VL1BNQB) @@ -101,7 +101,7 @@ * Theorize what philosophy is best for "the job at hand" #### Resources - * [Inter-team Coordination Introduction `EngineerKit Resource`](../resources/inter-team-coordination-intro.md) + * [Inter-team Coordination Introduction `Resource`](../resources/inter-team-coordination-intro.md) * [12 Agile Principles `Article`](https://www.agilealliance.org/agile101/12-principles-behind-the-agile-manifesto/) * [Agile Frameworks `Article`](https://www.mendix.com/agile-framework/) * [Agile Manifesto `Article`](https://agilemanifesto.org/) @@ -149,7 +149,7 @@ * Explain what a typical product manager expects of a developer on their team #### Resources - * [Intra-team Coordination Introduction `EngineerKit Resource`](../resources/intra-team-coordination-intro.md) + * [Intra-team Coordination Introduction `Resource`](../resources/intra-team-coordination-intro.md) * [Agile Product Management `Article`](https://productschool.com/blog/product-management-2/agile-product-management-study-guide/) * [Project Manager vs Program Manager vs Portfolio Manager `Article`](https://www.planview.com/resources/guide/ppm-solution-guide-beginners/project-management-vs-program-management-vs-portfolio-management/) * [What is a product owner? `Article`](https://productschool.com/blog/product-management-2/what-is-product-owner/) diff --git a/overview/README.md b/overview/README.md index a0e5583..f982d87 100644 --- a/overview/README.md +++ b/overview/README.md @@ -1,10 +1,10 @@ # Overview -With this guide, you'll learn about EngineerKit, how it fits in the talent pipeline, and its scope, mechanics, and structure. +With this guide, you'll learn about this guide, how it fits in the talent pipeline, and its scope, mechanics, and structure. ## Learning Map -The learning map is a visual overview of the modules and topics included in EngineerKit. [You can explore the EngineerKit learning map here](https://www.figma.com/file/fKdt0u4FidrjhQRjpXGeFQ/EngineerKit-Map?node-id=585%3A21). +The learning map is a visual overview of the modules and topics included in this guide. [You can explore the learning map here](https://www.figma.com/file/fKdt0u4FidrjhQRjpXGeFQ/EngineerKit-Map?node-id=585%3A21). ## Difficulty Rating diff --git a/package-lock.json b/package-lock.json index 0f2ced7..a1f45b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "engineerkit", + "name": "@enoklearn/engineering", "version": "1.0.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 31f29d2..a3c18ef 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "engineerkit", + "name": "@enoklearn/engineering", "version": "1.0.0", "description": "A collection of knowledge, tools, and skills that we've come to find useful, packaged up as a software engineering apprenticeship program.", "repository": { "type": "git", - "url": "git+https://github.com/engineerkit/engineerkit.git" + "url": "git+https://github.com/enoklearn/engineering.git" }, "contributors": [ "Chandler Roth", @@ -14,7 +14,7 @@ ], "license": "CC-BY-NC-4.0", "bugs": { - "url": "https://github.com/engineerkit/engineerkit/issues" + "url": "https://github.com/enoklearn/engineering/issues" }, - "homepage": "https://engineerkit.org" + "homepage": "https://enoklearn.com" }