PluralSight - Clean Coding Principles in C#
Seeders : 3 Leechers : 0
| Torrent Hash : | 43AF16A3197A349EB885FF5BF7B24F56B46881B2 |
| Torrent Added : | at June 1, 2023, 7:26 p.m. in Other |
| Torrent Size : | 475.7 MB |
Note :
Please Update (Trackers Info) Before Start " PluralSight - Clean Coding Principles in C#" Torrent Downloading to See Updated Seeders And Leechers for Batter Torrent Download Speed.Torrent File Content (3 files)
PluralSight - Clean Coding Principles in C#
Get Bonus Downloads Here.url -
01. Course Overview.mp4 -
01. Course Overview.srt -
01. Intro and Course Outline.mp4 -
01. Intro and Course Outline.srt -
02. Reasons to Write Clean Code.mp4 -
02. Reasons to Write Clean Code.srt -
03. Developers Are Authors.mp4 -
03. Developers Are Authors.srt -
04. Course Conventions.mp4 -
04. Course Conventions.srt -
05. Resources.mp4 -
05. Resources.srt -
06. Summary.mp4 -
06. Summary.srt -
why-writing-clean-code-matters-slides.pdf -
01. Intro.mp4 -
01. Intro.srt -
02. Three Clean Code Principles.mp4 -
02. Three Clean Code Principles.srt -
03. Picking the Right Tool for the Job.mp4 -
03. Picking the Right Tool for the Job.srt -
04. Boundaries Matter- Stay Native.mp4 -
04. Boundaries Matter- Stay Native.srt -
05. Every Tech Is Potentially Evil.mp4 -
05. Every Tech Is Potentially Evil.srt -
06. Maximizing Signal to Noise.mp4 -
06. Maximizing Signal to Noise.srt -
07. Don't Repeat Yourself.mp4 -
07. Don't Repeat Yourself.srt -
08. Self-documenting Code.mp4 -
08. Self-documenting Code.srt -
09. Summary.mp4 -
09. Summary.srt -
clean-coding-principles-slides.pdf -
01. Intro.mp4 -
01. Intro.srt -
02. Why Naming Matters.mp4 -
02. Why Naming Matters.srt -
03. Naming Classes.mp4 -
03. Naming Classes.srt -
04. Naming Methods.mp4 -
04. Naming Methods.srt -
05. Rubber Ducking.mp4 -
05. Rubber Ducking.srt -
06. Avoiding Side Effects.mp4 -
06. Avoiding Side Effects.srt -
07. Warning Signs.mp4 -
07. Warning Signs.srt -
08. Avoid Abbreviations.mp4 -
08. Avoid Abbreviations.srt -
09. Naming Booleans.mp4 -
09. Naming Booleans.srt -
10. Strive for Symmetry.mp4 -
10. Strive for Symmetry.srt -
11. Summary.mp4 -
11. Summary.srt -
naming-slides.pdf -
01. Intro.mp4 -
01. Intro.srt -
02. Boolean Comparisons.mp4 -
02. Boolean Comparisons.srt -
03. Boolean Assignments.mp4 -
03. Boolean Assignments.srt -
04. Prefer Positive Conditionals.mp4 -
04. Prefer Positive Conditionals.srt -
05. Ternaries Are Beautiful.mp4 -
05. Ternaries Are Beautiful.srt -
06. Be Strongly Typed.mp4 -
06. Be Strongly Typed.srt -
07. Avoid Magic Numbers.mp4 -
07. Avoid Magic Numbers.srt -
08. Handling Complex Conditionals.mp4 -
08. Handling Complex Conditionals.srt -
09. Prefer Polymorphism over Enums.mp4 -
09. Prefer Polymorphism over Enums.srt -
10. Be Declarative.mp4 -
10. Be Declarative.srt -
11. Table Driven Methods.mp4 -
11. Table Driven Methods.srt -
12. Summary.mp4 -
12. Summary.srt -
writing-conditionals-that-convey-intent-slides.pdf -
01. Intro.mp4 -
01. Intro.srt -
02. When to Create a Function.mp4 -
02. When to Create a Function.srt -
03. Why Create a Method - Reason 1- Avoid Duplication.mp4 -
03. Why Create a Method - Reason 1- Avoid Duplication.srt -
04. Why Create a Method - Reason 2- Excessive Indentation.mp4 -
04. Why Create a Method - Reason 2- Excessive Indentation.srt -
05. Excessive Indentation Solution 1- Extract Method.mp4 -
05. Excessive Indentation Solution 1- Extract Method.srt -
06. Excessive Indentation - Solution 2- Fail Fast.mp4 -
06. Excessive Indentation - Solution 2- Fail Fast.srt -
07. Excessive Indentation - Solution 3- Return Early.mp4 -
07. Excessive Indentation - Solution 3- Return Early.srt -
08. Why Create a Method - Reason 3- Convey Intent.mp4 -
08. Why Create a Method - Reason 3- Convey Intent.srt -
09. Why Create a Method - Reason 4- Do One Thing.mp4 -
09. Why Create a Method - Reason 4- Do One Thing.srt -
10. Mayfly Variables.mp4 -
10. Mayfly Variables.srt -
11. How Many Parameters-.mp4 -
11. How Many Parameters-.srt -
12. Signs a Method Is too Long.mp4 -
12. Signs a Method Is too Long.srt -
13. Handling Exceptions.mp4 -
13. Handling Exceptions.srt -
14. Summary.mp4 -
14. Summary.srt -
writing-clean-methods-slides.pdf -
01. Intro.mp4 -
01. Intro.srt -
02. When to Create a Class.mp4 -
02. When to Create a Class.srt -
03. Class Cohesion Overview.mp4 -
03. Class Cohesion Overview.srt -
04. Low vs. High Cohesion.mp4 -
04. Low vs. High Cohesion.srt -
05. Names and Cohesion.mp4 -
05. Names and Cohesion.srt -
06. Signs a Class Is too Small.mp4 -
06. Signs a Class Is too Small.srt -
07. Primitive Obsession.mp4 -
07. Primitive Obsession.srt -
08. The Proximity Principle.mp4 -
08. The Proximity Principle.srt -
09. The Outline Rule.mp4 -
09. The Outline Rule.srt -
10. Summary.mp4 -
10. Summary.srt -
writing-clean-classes-slides.pdf -
01. Intro.mp4 -
01. Intro.srt -
02. Comments- A Necessity and a Crutch.mp4 -
02. Comments- A Necessity and a Crutch.srt -
03. Dirty Comment 1- Redundant.mp4 -
03. Dirty Comment 1- Redundant.srt -
04. Dirty Comment 2- Intent.mp4 -
04. Dirty Comment 2- Intent.srt -
05. Dirty Comment 3- Apology.mp4 -
05. Dirty Comment 3- Apology.srt -
06. Dirty Comment 4- Warning.mp4 -
06. Dirty Comment 4- Warning.srt -
07. Dirty Comment 5- Zombie Code.mp4 -
07. Dirty Comment 5- Zombie Code.srt -
08. Dirty Comment 6- Divider.mp4 -
08. Dirty Comment 6- Divider.srt -
09. Dirty Comment 7- Brace Tracker.mp4 -
09. Dirty Comment 7- Brace Tracker.srt -
10. Dirty Comment 8- Bloated Header.mp4 -
10. Dirty Comment 8- Bloated Header.srt -
11. Dirty Comment 9- Defect Log.mp4 -
11. Dirty Comment 9- Defect Log.srt -
12. Clean Comments.mp4 -
12. Clean Comments.srt -
13. Summary.mp4 -
13. Summary.srt -
writing-clean-comments-slides.pdf -
01. Intro.mp4 -
01. Intro.srt -
02. Speaker Class Overview.mp4 -
02. Speaker Class Overview.srt -
03. Code Metrics.mp4 -
03. Code Metrics.srt -
04. Automated Test Overview.mp4 -
04. Automated Test Overview.srt -
05. Refactor Agenda Overview.mp4 -
05. Refactor Agenda Overview.srt -
06. Remove Unhelpful Comments.mp4 -
06. Remove Unhelpful Comments.srt -
07. Refactor to Mayfly Variables.mp4 -
07. Refactor to Mayfly Variables.srt -
08. Positive Conditionals.mp4 -
08. Positive Conditionals.srt -
09. Implement Guard Clauses.mp4 -
09. Implement Guard Clauses.srt -
10. Rename Variables.mp4 -
10. Rename Variables.srt -
11. Extract Method and Return Early.mp4 -
11. Extract Method and Return Early.srt -
12. Refactor Red Flags to Method.mp4 -
12. Refactor Red Flags to Method.srt -
13. Consolidate Guard Clauses.mp4 -
13. Consolidate Guard Clauses.srt -
14. Extract To Approve Sessions Method.mp4 -
14. Extract To Approve Sessions Method.srt -
15. Switch to a Table Driven Method and Fail Fast.mp4 -
15. Switch to a Table Driven Method and Fail Fast.srt -
16. Centralize Validation.mp4 -
16. Centralize Validation.srt -
17. Review Outline Rule.mp4 -
17. Review Outline Rule.srt -
18. Bug Fixes- What a Contrast!.mp4 -
18. Bug Fixes- What a Contrast!.srt -
19. Compare Code Analytics Results.mp4 -
19. Compare Code Analytics Results.srt -
20. Summary.mp4 -
20. Summary.srt -
demo-refactoring-to-clean-c-slides.pdf -
CodeLuau.Tests.csproj -
ExceptionAssert.cs -
FakeRepository.cs -
SpeakerTests.cs -
CodeLuau.Tests.AssemblyInfo.cs -
CodeLuau.Tests.AssemblyInfoInputs.cache -
CodeLuau.sln -
CodeLuau.csproj -
IRepository.cs -
RegisterResponse.cs -
Session.cs -
Speaker.cs -
WebBrowser.cs -
CodeLuau.AssemblyInfo.cs -
CodeLuau.AssemblyInfoInputs.cache -
README.md -
gitignore -
CodeLuau.Tests.csproj -
ExceptionAssert.cs -
FakeRepository.cs -
SpeakerTests.cs -
CodeLuau.Tests.AssemblyInfo.cs -
CodeLuau.Tests.AssemblyInfoInputs.cache -
CodeLuau.sln -
CodeLuau.csproj -
IRepository.cs -
RegisterResponse.cs -
Session.cs -
Speaker.cs -
WebBrowser.cs -
CodeLuau.AssemblyInfo.cs -
CodeLuau.AssemblyInfoInputs.cache -
README.md -
gitignore -
01. Intro.mp4 -
01. Intro.srt -
02. When to Refactor.mp4 -
02. When to Refactor.srt -
03. Code Review and Pairing.mp4 -
03. Code Review and Pairing.srt -
04. Host Lunch and Learns.mp4 -
04. Host Lunch and Learns.srt -
05. Accept No More Broken Windows.mp4 -
05. Accept No More Broken Windows.srt -
06. Boy Scout Rule.mp4 -
06. Boy Scout Rule.srt -
07. Wrap Up.mp4 -
07. Wrap Up.srt -
staying-clean-slides.pdf -
Bonus Resources.txt -
Please login or create a FREE account to post comments
Get Bonus Downloads Here.url -
177 bytes
01. Course Overview.mp4 -
3.1 MB
01. Course Overview.srt -
2.1 KB
01. Intro and Course Outline.mp4 -
3.1 MB
01. Intro and Course Outline.srt -
3.5 KB
02. Reasons to Write Clean Code.mp4 -
3.4 MB
02. Reasons to Write Clean Code.srt -
5.3 KB
03. Developers Are Authors.mp4 -
4.5 MB
03. Developers Are Authors.srt -
4.3 KB
04. Course Conventions.mp4 -
1.2 MB
04. Course Conventions.srt -
1.5 KB
05. Resources.mp4 -
2.2 MB
05. Resources.srt -
2.0 KB
06. Summary.mp4 -
647.8 KB
06. Summary.srt -
777 bytes
why-writing-clean-code-matters-slides.pdf -
710.1 KB
01. Intro.mp4 -
327.5 KB
01. Intro.srt -
324 bytes
02. Three Clean Code Principles.mp4 -
2.2 MB
02. Three Clean Code Principles.srt -
3.3 KB
03. Picking the Right Tool for the Job.mp4 -
6.3 MB
03. Picking the Right Tool for the Job.srt -
3.8 KB
04. Boundaries Matter- Stay Native.mp4 -
11.0 MB
04. Boundaries Matter- Stay Native.srt -
11.3 KB
05. Every Tech Is Potentially Evil.mp4 -
994.5 KB
05. Every Tech Is Potentially Evil.srt -
1.3 KB
06. Maximizing Signal to Noise.mp4 -
5.4 MB
06. Maximizing Signal to Noise.srt -
5.3 KB
07. Don't Repeat Yourself.mp4 -
4.6 MB
07. Don't Repeat Yourself.srt -
4.0 KB
08. Self-documenting Code.mp4 -
4.7 MB
08. Self-documenting Code.srt -
2.7 KB
09. Summary.mp4 -
1.8 MB
09. Summary.srt -
2.1 KB
clean-coding-principles-slides.pdf -
2.0 MB
01. Intro.mp4 -
696.8 KB
01. Intro.srt -
864 bytes
02. Why Naming Matters.mp4 -
3.8 MB
02. Why Naming Matters.srt -
3.2 KB
03. Naming Classes.mp4 -
4.0 MB
03. Naming Classes.srt -
5.4 KB
04. Naming Methods.mp4 -
2.9 MB
04. Naming Methods.srt -
3.8 KB
05. Rubber Ducking.mp4 -
1.8 MB
05. Rubber Ducking.srt -
2.1 KB
06. Avoiding Side Effects.mp4 -
1.8 MB
06. Avoiding Side Effects.srt -
1.5 KB
07. Warning Signs.mp4 -
1.2 MB
07. Warning Signs.srt -
798 bytes
08. Avoid Abbreviations.mp4 -
2.9 MB
08. Avoid Abbreviations.srt -
2.7 KB
09. Naming Booleans.mp4 -
1.5 MB
09. Naming Booleans.srt -
1.7 KB
10. Strive for Symmetry.mp4 -
1.3 MB
10. Strive for Symmetry.srt -
1.5 KB
11. Summary.mp4 -
1.9 MB
11. Summary.srt -
2.4 KB
naming-slides.pdf -
920.0 KB
01. Intro.mp4 -
4.8 MB
01. Intro.srt -
3.0 KB
02. Boolean Comparisons.mp4 -
710.0 KB
02. Boolean Comparisons.srt -
996 bytes
03. Boolean Assignments.mp4 -
4.0 MB
03. Boolean Assignments.srt -
3.1 KB
04. Prefer Positive Conditionals.mp4 -
2.6 MB
04. Prefer Positive Conditionals.srt -
2.5 KB
05. Ternaries Are Beautiful.mp4 -
3.6 MB
05. Ternaries Are Beautiful.srt -
4.1 KB
06. Be Strongly Typed.mp4 -
4.0 MB
06. Be Strongly Typed.srt -
5.0 KB
07. Avoid Magic Numbers.mp4 -
3.2 MB
07. Avoid Magic Numbers.srt -
3.7 KB
08. Handling Complex Conditionals.mp4 -
8.3 MB
08. Handling Complex Conditionals.srt -
7.0 KB
09. Prefer Polymorphism over Enums.mp4 -
5.1 MB
09. Prefer Polymorphism over Enums.srt -
3.8 KB
10. Be Declarative.mp4 -
4.6 MB
10. Be Declarative.srt -
3.5 KB
11. Table Driven Methods.mp4 -
4.7 MB
11. Table Driven Methods.srt -
4.0 KB
12. Summary.mp4 -
2.1 MB
12. Summary.srt -
2.4 KB
writing-conditionals-that-convey-intent-slides.pdf -
1.0 MB
01. Intro.mp4 -
746.2 KB
01. Intro.srt -
775 bytes
02. When to Create a Function.mp4 -
2.8 MB
02. When to Create a Function.srt -
3.8 KB
03. Why Create a Method - Reason 1- Avoid Duplication.mp4 -
2.5 MB
03. Why Create a Method - Reason 1- Avoid Duplication.srt -
2.0 KB
04. Why Create a Method - Reason 2- Excessive Indentation.mp4 -
1.9 MB
04. Why Create a Method - Reason 2- Excessive Indentation.srt -
2.1 KB
05. Excessive Indentation Solution 1- Extract Method.mp4 -
6.7 MB
05. Excessive Indentation Solution 1- Extract Method.srt -
4.1 KB
06. Excessive Indentation - Solution 2- Fail Fast.mp4 -
6.3 MB
06. Excessive Indentation - Solution 2- Fail Fast.srt -
3.8 KB
07. Excessive Indentation - Solution 3- Return Early.mp4 -
4.3 MB
07. Excessive Indentation - Solution 3- Return Early.srt -
3.4 KB
08. Why Create a Method - Reason 3- Convey Intent.mp4 -
3.4 MB
08. Why Create a Method - Reason 3- Convey Intent.srt -
2.8 KB
09. Why Create a Method - Reason 4- Do One Thing.mp4 -
1.7 MB
09. Why Create a Method - Reason 4- Do One Thing.srt -
2.0 KB
10. Mayfly Variables.mp4 -
3.7 MB
10. Mayfly Variables.srt -
3.6 KB
11. How Many Parameters-.mp4 -
2.8 MB
11. How Many Parameters-.srt -
2.7 KB
12. Signs a Method Is too Long.mp4 -
10.6 MB
12. Signs a Method Is too Long.srt -
5.6 KB
13. Handling Exceptions.mp4 -
6.3 MB
13. Handling Exceptions.srt -
7.0 KB
14. Summary.mp4 -
1.8 MB
14. Summary.srt -
1.8 KB
writing-clean-methods-slides.pdf -
2.5 MB
01. Intro.mp4 -
897.3 KB
01. Intro.srt -
897 bytes
02. When to Create a Class.mp4 -
3.9 MB
02. When to Create a Class.srt -
4.7 KB
03. Class Cohesion Overview.mp4 -
8.4 MB
03. Class Cohesion Overview.srt -
5.4 KB
04. Low vs. High Cohesion.mp4 -
4.4 MB
04. Low vs. High Cohesion.srt -
3.9 KB
05. Names and Cohesion.mp4 -
2.0 MB
05. Names and Cohesion.srt -
1.9 KB
06. Signs a Class Is too Small.mp4 -
2.1 MB
06. Signs a Class Is too Small.srt -
2.1 KB
07. Primitive Obsession.mp4 -
4.2 MB
07. Primitive Obsession.srt -
3.1 KB
08. The Proximity Principle.mp4 -
2.3 MB
08. The Proximity Principle.srt -
2.0 KB
09. The Outline Rule.mp4 -
3.8 MB
09. The Outline Rule.srt -
4.0 KB
10. Summary.mp4 -
2.4 MB
10. Summary.srt -
2.5 KB
writing-clean-classes-slides.pdf -
1.3 MB
01. Intro.mp4 -
643.7 KB
01. Intro.srt -
706 bytes
02. Comments- A Necessity and a Crutch.mp4 -
4.4 MB
02. Comments- A Necessity and a Crutch.srt -
3.3 KB
03. Dirty Comment 1- Redundant.mp4 -
3.7 MB
03. Dirty Comment 1- Redundant.srt -
2.8 KB
04. Dirty Comment 2- Intent.mp4 -
1.4 MB
04. Dirty Comment 2- Intent.srt -
1.2 KB
05. Dirty Comment 3- Apology.mp4 -
1.4 MB
05. Dirty Comment 3- Apology.srt -
1.5 KB
06. Dirty Comment 4- Warning.mp4 -
1.3 MB
06. Dirty Comment 4- Warning.srt -
952 bytes
07. Dirty Comment 5- Zombie Code.mp4 -
16.5 MB
07. Dirty Comment 5- Zombie Code.srt -
13.5 KB
08. Dirty Comment 6- Divider.mp4 -
1.1 MB
08. Dirty Comment 6- Divider.srt -
816 bytes
09. Dirty Comment 7- Brace Tracker.mp4 -
1.9 MB
09. Dirty Comment 7- Brace Tracker.srt -
1.4 KB
10. Dirty Comment 8- Bloated Header.mp4 -
2.1 MB
10. Dirty Comment 8- Bloated Header.srt -
1.6 KB
11. Dirty Comment 9- Defect Log.mp4 -
1.1 MB
11. Dirty Comment 9- Defect Log.srt -
1.1 KB
12. Clean Comments.mp4 -
4.8 MB
12. Clean Comments.srt -
4.7 KB
13. Summary.mp4 -
1.9 MB
13. Summary.srt -
1.9 KB
writing-clean-comments-slides.pdf -
1.6 MB
01. Intro.mp4 -
4.8 MB
01. Intro.srt -
3.8 KB
02. Speaker Class Overview.mp4 -
10.2 MB
02. Speaker Class Overview.srt -
4.7 KB
03. Code Metrics.mp4 -
3.6 MB
03. Code Metrics.srt -
1.9 KB
04. Automated Test Overview.mp4 -
4.1 MB
04. Automated Test Overview.srt -
2.1 KB
05. Refactor Agenda Overview.mp4 -
6.7 MB
05. Refactor Agenda Overview.srt -
3.4 KB
06. Remove Unhelpful Comments.mp4 -
6.8 MB
06. Remove Unhelpful Comments.srt -
3.4 KB
07. Refactor to Mayfly Variables.mp4 -
13.8 MB
07. Refactor to Mayfly Variables.srt -
5.9 KB
08. Positive Conditionals.mp4 -
7.6 MB
08. Positive Conditionals.srt -
3.1 KB
09. Implement Guard Clauses.mp4 -
18.3 MB
09. Implement Guard Clauses.srt -
5.9 KB
10. Rename Variables.mp4 -
8.4 MB
10. Rename Variables.srt -
3.8 KB
11. Extract Method and Return Early.mp4 -
11.0 MB
11. Extract Method and Return Early.srt -
3.9 KB
12. Refactor Red Flags to Method.mp4 -
19.8 MB
12. Refactor Red Flags to Method.srt -
6.4 KB
13. Consolidate Guard Clauses.mp4 -
10.6 MB
13. Consolidate Guard Clauses.srt -
3.4 KB
14. Extract To Approve Sessions Method.mp4 -
21.3 MB
14. Extract To Approve Sessions Method.srt -
8.7 KB
15. Switch to a Table Driven Method and Fail Fast.mp4 -
5.6 MB
15. Switch to a Table Driven Method and Fail Fast.srt -
2.5 KB
16. Centralize Validation.mp4 -
16.9 MB
16. Centralize Validation.srt -
6.3 KB
17. Review Outline Rule.mp4 -
5.4 MB
17. Review Outline Rule.srt -
2.8 KB
18. Bug Fixes- What a Contrast!.mp4 -
7.4 MB
18. Bug Fixes- What a Contrast!.srt -
4.8 KB
19. Compare Code Analytics Results.mp4 -
6.9 MB
19. Compare Code Analytics Results.srt -
4.1 KB
20. Summary.mp4 -
1.7 MB
20. Summary.srt -
2.2 KB
demo-refactoring-to-clean-c-slides.pdf -
465.3 KB
CodeLuau.Tests.csproj -
583 bytes
ExceptionAssert.cs -
365 bytes
FakeRepository.cs -
276 bytes
SpeakerTests.cs -
4.5 KB
CodeLuau.Tests.AssemblyInfo.cs -
992 bytes
CodeLuau.Tests.AssemblyInfoInputs.cache -
41 bytes
CodeLuau.sln -
1.6 KB
CodeLuau.csproj -
137 bytes
IRepository.cs -
98 bytes
RegisterResponse.cs -
472 bytes
Session.cs -
352 bytes
Speaker.cs -
3.0 KB
WebBrowser.cs -
667 bytes
CodeLuau.AssemblyInfo.cs -
974 bytes
CodeLuau.AssemblyInfoInputs.cache -
41 bytes
README.md -
101 bytes
gitignore -
5.9 KB
CodeLuau.Tests.csproj -
583 bytes
ExceptionAssert.cs -
365 bytes
FakeRepository.cs -
276 bytes
SpeakerTests.cs -
4.5 KB
CodeLuau.Tests.AssemblyInfo.cs -
992 bytes
CodeLuau.Tests.AssemblyInfoInputs.cache -
41 bytes
CodeLuau.sln -
1.6 KB
CodeLuau.csproj -
137 bytes
IRepository.cs -
98 bytes
RegisterResponse.cs -
473 bytes
Session.cs -
352 bytes
Speaker.cs -
4.0 KB
WebBrowser.cs -
667 bytes
CodeLuau.AssemblyInfo.cs -
974 bytes
CodeLuau.AssemblyInfoInputs.cache -
41 bytes
README.md -
101 bytes
gitignore -
5.9 KB
01. Intro.mp4 -
452.7 KB
01. Intro.srt -
564 bytes
02. When to Refactor.mp4 -
2.3 MB
02. When to Refactor.srt -
2.9 KB
03. Code Review and Pairing.mp4 -
3.0 MB
03. Code Review and Pairing.srt -
2.6 KB
04. Host Lunch and Learns.mp4 -
1.0 MB
04. Host Lunch and Learns.srt -
855 bytes
05. Accept No More Broken Windows.mp4 -
3.9 MB
05. Accept No More Broken Windows.srt -
1.9 KB
06. Boy Scout Rule.mp4 -
1.1 MB
06. Boy Scout Rule.srt -
644 bytes
07. Wrap Up.mp4 -
1.0 MB
07. Wrap Up.srt -
1022 bytes
staying-clean-slides.pdf -
2.2 MB
Bonus Resources.txt -
386 bytes
Related torrents
| Torrent Name | Added | Size | Seed | Leech | Health |
|---|---|---|---|---|---|
| 2023-06-01 | 475.7 MB | 3 | 0 |
Note :
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information. Watch PluralSight - Clean Coding Principles in C# Full Movie Online Free, Like 123Movies, FMovies, Putlocker, Netflix or Direct Download Torrent PluralSight - Clean Coding Principles in C# via Magnet Download Link.Comments (0 Comments)
Please login or create a FREE account to post comments

