Download link
File List
-
09 - BONUS Material/04 - How To Do Great Code Reviews.mp4 659.32 MB
01 - Course Introduction/01 - Welcome.jpg 96.81 KB
01 - Course Introduction/01 - Welcome.mp4 48.21 MB
02 - Mastering The Tools - Setting Up Your Development Environment/01 - VS Code Extensions.jpg 52.18 KB
02 - Mastering The Tools - Setting Up Your Development Environment/01 - VS Code Extensions.mp4 23.78 MB
02 - Mastering The Tools - Setting Up Your Development Environment/02 - Vim Editor Plugin.jpg 118.18 KB
02 - Mastering The Tools - Setting Up Your Development Environment/02 - Vim Editor Plugin.mp4 9.08 MB
02 - Mastering The Tools - Setting Up Your Development Environment/03 - AI Tools And Autoformatting.jpg 121.12 KB
02 - Mastering The Tools - Setting Up Your Development Environment/03 - AI Tools And Autoformatting.mp4 9.84 MB
02 - Mastering The Tools - Setting Up Your Development Environment/04 - VS Code And Pylint Settings.jpg 98.69 KB
02 - Mastering The Tools - Setting Up Your Development Environment/04 - VS Code And Pylint Settings.mp4 15.46 MB
02 - Mastering The Tools - Setting Up Your Development Environment/05 - Pyenv.jpg 98.1 KB
02 - Mastering The Tools - Setting Up Your Development Environment/05 - Pyenv.mp4 12.09 MB
02 - Mastering The Tools - Setting Up Your Development Environment/settings.zip 415 B
03 - Types And Type Hints/01 - Static Vs. Dynamic Typing.jpg 52.14 KB
03 - Types And Type Hints/01 - Static Vs. Dynamic Typing.mp4 43.21 MB
03 - Types And Type Hints/02 - Strong Vs. Weak Typing.mp4 24.2 MB
03 - Types And Type Hints/03 - Type Hints.mp4 9.76 MB
03 - Types And Type Hints/04 - Callables.mp4 13.65 MB
03 - Types And Type Hints/05 - Types Are A Tool For Developers.mp4 8.18 MB
03 - Types And Type Hints/06 - Nominal Vs. Structural Typing.mp4 32.04 MB
03 - Types And Type Hints/07 - Three Trade-offs With Type Hints.mp4 39.73 MB
03 - Types And Type Hints/08 - Quiz.pdf 85.48 KB
04 - Data Structures/01 - Introduction And Numeric Data Types.mp4 61.74 MB
04 - Data Structures/02 - Lists.mp4 34.95 MB
04 - Data Structures/03 - Dictionaries.mp4 19.85 MB
04 - Data Structures/04 - Strings.mp4 13.1 MB
04 - Data Structures/05 - Formatted Strings.mp4 8.28 MB
04 - Data Structures/06 - Enums.mp4 13.86 MB
04 - Data Structures/07 - Tuples.jpg 96.2 KB
04 - Data Structures/07 - Tuples.mp4 8.78 MB
04 - Data Structures/08 - Final Thoughts.mp4 15.61 MB
04 - Data Structures/09 - data_structures_solution_sheet.pdf 92.84 KB
04 - Data Structures/10 - cheatsheet.pdf 48.79 KB
05 - Classes And Dataclasses/01 - Introduction.mp4 16.94 MB
05 - Classes And Dataclasses/02 - What Is A Class.mp4 24.43 MB
05 - Classes And Dataclasses/03 - Data Classes.mp4 28.54 MB
05 - Classes And Dataclasses/04 - Object Initialization.mp4 19.81 MB
05 - Classes And Dataclasses/05 - Advanced Object Initialization.mp4 13.27 MB
05 - Classes And Dataclasses/06 - Read-Only Objects.mp4 6.44 MB
05 - Classes And Dataclasses/07 - Final Thoughts.mp4 22.03 MB
05 - Classes And Dataclasses/dataclasses_example.zip 1.69 KB
05.1 - The Mighty Function/01-Introduction.mp4 21.51 MB
05.1 - The Mighty Function/02-Pure Functions And Side Effects.mp4 27.77 MB
05.1 - The Mighty Function/03-Callables.mp4 18.58 MB
05.1 - The Mighty Function/04-Higher-Order Functions.mp4 34.69 MB
05.1 - The Mighty Function/05-Closures And Partial Function Application.mp4 41.63 MB
05.1 - The Mighty Function/06-Grouping Functions.mp4 29.92 MB
05.1 - The Mighty Function/07-Classes Vs. Functions.mp4 32.65 MB
05.1 - The Mighty Function/Exercises.txt 1.75 KB
05.1 - The Mighty Function/functions_example.zip 2.75 KB
06 - Inheritance, ABCs And Protocols/01 - Introduction.mp4 40.21 MB
06 - Inheritance, ABCs And Protocols/02 - Abstract Base Classes.mp4 32.84 MB
06 - Inheritance, ABCs And Protocols/03 - Protocols.mp4 21.05 MB
06 - Inheritance, ABCs And Protocols/04 - Interface Segregation Using Protocols.mp4 20.2 MB
06 - Inheritance, ABCs And Protocols/05 - Differences Between Protocol And ABC.mp4 12.56 MB
06 - Inheritance, ABCs And Protocols/06 - When To Use Which One.mp4 7.46 MB
06 - Inheritance, ABCs And Protocols/07 - Final Thoughts.mp4 33.52 MB
06 - Inheritance, ABCs And Protocols/abc_protocol_code_examples.zip 1.28 KB
07 - The 7 Principles Of Modern Software Design/01 - Favor Composition Over Inheritance/01 - Why You Need To Be Careful With Inheritance.mp4 29.41 MB
07 - The 7 Principles Of Modern Software Design/01 - Favor Composition Over Inheritance/02 - First Attempt Using Inheritance.mp4 28.27 MB
07 - The 7 Principles Of Modern Software Design/01 - Favor Composition Over Inheritance/03 - Second Attempt Using Composition.mp4 22.74 MB
07 - The 7 Principles Of Modern Software Design/01 - Favor Composition Over Inheritance/04 - A More Generic Solution With Abstraction.mp4 32.97 MB
07 - The 7 Principles Of Modern Software Design/01 - Favor Composition Over Inheritance/05 - Analysis Of What We've Done.mp4 15.63 MB
07 - The 7 Principles Of Modern Software Design/01 - Favor Composition Over Inheritance/06 - Exercise Apply Composition To The Vehicle Example.mp4 26.54 MB
07 - The 7 Principles Of Modern Software Design/01 - Favor Composition Over Inheritance/07 - Final Thoughts.mp4 13.64 MB
07 - The 7 Principles Of Modern Software Design/01 - Favor Composition Over Inheritance/car_example.zip 1 KB
07 - The 7 Principles Of Modern Software Design/01 - Favor Composition Over Inheritance/employee_example.zip 2.13 KB
07 - The 7 Principles Of Modern Software Design/01 - Favor Composition Over Inheritance/exercise.zip 851 B
07 - The 7 Principles Of Modern Software Design/02 - High Cohesion/01 - What Is Cohesion.mp4 21.72 MB
07 - The 7 Principles Of Modern Software Design/02 - High Cohesion/02 - Increasing Order Cohesion.mp4 20.3 MB
07 - The 7 Principles Of Modern Software Design/02 - High Cohesion/03 - Increasing Payment Processor Cohesion.mp4 15.98 MB
07 - The 7 Principles Of Modern Software Design/02 - High Cohesion/04 - Organising Vehicle Data.mp4 24.74 MB
07 - The 7 Principles Of Modern Software Design/02 - High Cohesion/05 - Increasing The Main Function Cohesion.mp4 15.16 MB
07 - The 7 Principles Of Modern Software Design/02 - High Cohesion/06 - Cohesion And Single Responsibility.mp4 26.35 MB
07 - The 7 Principles Of Modern Software Design/02 - High Cohesion/cohesion_code_examples.zip 2.8 KB
07 - The 7 Principles Of Modern Software Design/03 - Low Coupling/01 - What Is Coupling.mp4 19.96 MB
07 - The 7 Principles Of Modern Software Design/03 - Low Coupling/02 - Different Types Of Coupling.mp4 43.4 MB
07 - The 7 Principles Of Modern Software Design/03 - Low Coupling/03 - The Law Of Demeter.mp4 24.62 MB
07 - The 7 Principles Of Modern Software Design/03 - Low Coupling/04 - Exercise Reduce Coupling In The Vehicle Example.mp4 40.56 MB
07 - The 7 Principles Of Modern Software Design/03 - Low Coupling/05 - Final Thoughts.mp4 18.72 MB
07 - The 7 Principles Of Modern Software Design/03 - Low Coupling/06 - design_principles_1_solution_sheet.pdf 136.87 KB
07 - The 7 Principles Of Modern Software Design/04 - Start With The Data/01 - Introduction.mp4 33.17 MB
07 - The 7 Principles Of Modern Software Design/04 - Start With The Data/02 - Analysis Of The Example.mp4 27.86 MB
07 - The 7 Principles Of Modern Software Design/04 - Start With The Data/03 - Improving The Rental Contract Structure.mp4 16.09 MB
07 - The 7 Principles Of Modern Software Design/04 - Start With The Data/04 - Remove Coupling From The Main Function.mp4 16.85 MB
07 - The 7 Principles Of Modern Software Design/04 - Start With The Data/05 - Improving Object Communication.mp4 23.15 MB
07 - The 7 Principles Of Modern Software Design/04 - Start With The Data/06 - Exercise- Apply This Technique Yourself.mp4 43.59 MB
07 - The 7 Principles Of Modern Software Design/04 - Start With The Data/exercise_2.zip 618 B
07 - The 7 Principles Of Modern Software Design/04 - Start With The Data/order_example_2.zip 935 B
07 - The 7 Principles Of Modern Software Design/05 - Depend On Abstractions/01 - Introduction And Analysis.mp4 36.58 MB
07 - The 7 Principles Of Modern Software Design/05 - Depend On Abstractions/02 - Abstracting The Authorizer Functions.mp4 46.67 MB
07 - The 7 Principles Of Modern Software Design/05 - Depend On Abstractions/03 - Abstracting The Order Class.mp4 31.47 MB
07 - The 7 Principles Of Modern Software Design/05 - Depend On Abstractions/04 - Abstracting The Payment Processor.mp4 50.64 MB
07 - The 7 Principles Of Modern Software Design/05 - Depend On Abstractions/05 - Final Thoughts.mp4 66.35 MB
07 - The 7 Principles Of Modern Software Design/05 - Depend On Abstractions/order_example_2.zip 5.45 KB
07 - The 7 Principles Of Modern Software Design/06 - Separate Creation From Use/01 - Introduction.mp4 24.32 MB
07 - The 7 Principles Of Modern Software Design/06 - Separate Creation From Use/02 - Analysis Of The Example.mp4 12.36 MB
07 - The 7 Principles Of Modern Software Design/06 - Separate Creation From Use/03 - The Factory Pattern.mp4 9.95 MB
07 - The 7 Principles Of Modern Software Design/06 - Separate Creation From Use/04 - Using The Factory Pattern.mp4 25.81 MB
07 - The 7 Principles Of Modern Software Design/06 - Separate Creation From Use/05 - Another Creation Example.mp4 12.48 MB
07 - The 7 Principles Of Modern Software Design/06 - Separate Creation From Use/06 - Taking Control Over Creation.mp4 21.78 MB
07 - The 7 Principles Of Modern Software Design/06 - Separate Creation From Use/07 - Final Thoughts And The Open-Closed Principle.mp4 32.96 MB
07 - The 7 Principles Of Modern Software Design/06 - Separate Creation From Use/factory_example.zip 2.26 KB
07 - The 7 Principles Of Modern Software Design/06 - Separate Creation From Use/pos_example.zip 6.29 KB
07 - The 7 Principles Of Modern Software Design/07 - Keep Things Simple/01 - Introduction.mp4 25.33 MB
07 - The 7 Principles Of Modern Software Design/07 - Keep Things Simple/02 - DRY - Don't Repeat Yourself.mp4 56.4 MB
07 - The 7 Principles Of Modern Software Design/07 - Keep Things Simple/03 - KISS - Keep It Stupidly Simple.mp4 28.5 MB
07 - The 7 Principles Of Modern Software Design/07 - Keep Things Simple/04 - YAGNI - You Ain't Gonna Need It.mp4 15.51 MB
07 - The 7 Principles Of Modern Software Design/07 - Keep Things Simple/05 - Final Thoughts.mp4 42.59 MB
07 - The 7 Principles Of Modern Software Design/07 - Keep Things Simple/06 - design_principles_2_solution_sheet.pdf 91.87 KB
07 - The 7 Principles Of Modern Software Design/07 - Keep Things Simple/code_examples.zip 3.66 KB
08 - Being A Responsible Developer/01 - Mixins/01 - What Is A Mixin.mp4 13.44 MB
08 - Being A Responsible Developer/01 - Mixins/02 - Why You Need To Be Careful With Mixins.mp4 9.11 MB
08 - Being A Responsible Developer/01 - Mixins/03 - Conventions And Restrictions.mp4 10.12 MB
08 - Being A Responsible Developer/01 - Mixins/04 - Why I Don't Recommend Using Mixins.mp4 15.16 MB
08 - Being A Responsible Developer/01 - Mixins/05 - Final Thoughts.mp4 21.02 MB
08 - Being A Responsible Developer/01 - Mixins/example.zip 721 B
08 - Being A Responsible Developer/02 - Dealing With Errors/01 - Introduction.mp4 13.53 MB
08 - Being A Responsible Developer/02 - Dealing With Errors/02 - Basic Error Handling.mp4 16.64 MB
08 - Being A Responsible Developer/02 - Dealing With Errors/03 - Dealing With Multiple Exceptions.mp4 6.03 MB
08 - Being A Responsible Developer/02 - Dealing With Errors/04 - The Finally Block.mp4 5.09 MB
08 - Being A Responsible Developer/02 - Dealing With Errors/05 - Context Managers.mp4 22.14 MB
08 - Being A Responsible Developer/02 - Dealing With Errors/06 - Tips And Caveats.mp4 31.57 MB
08 - Being A Responsible Developer/02 - Dealing With Errors/error_example.zip 5.18 KB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/01 - Introduction.mp4 22.82 MB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/02 - Project Files.mp4 9.78 MB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/03 - Project Folders.mp4 10.03 MB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/04 - Modules And Packages.mp4 11.02 MB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/05 - Absolute Vs Relative Imports.mp4 10.93 MB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/06 - Multiple Packages.mp4 10.78 MB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/07 - Import Tips.mp4 8.24 MB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/08 - Organising Your Code.mp4 52.83 MB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/09 - Architecture As Structure.mp4 18.45 MB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/10 - Security Tips.mp4 32.2 MB
08 - Being A Responsible Developer/03 - Setting Up A Complex Software Project/project_example.zip 2.67 KB
08 - Being A Responsible Developer/04 - Course Wrap Up/01 - Wrapping Things Up.mp4 22.31 MB
08 - Being A Responsible Developer/04 - Course Wrap Up/Resources.txt 1005 B
09 - BONUS Material/01 - Domain Modelling And Levels Of Software Design.mp4 142.78 MB
09 - BONUS Material/02 - History of Computing, Data Vs Processing.mp4 521.37 MB
09 - BONUS Material/03 - Mixins And Composition.mp4 210.94 MB
Code Diagnosis Workshop-ArjanCodes-2022.mp4 249.05 MB
09 - BONUS Material/05 - A Code Review Of Python Fire.mp4 232.51 MB
09 - BONUS Material/06 - Being A Developer At A Startup.mp3 123.67 MB
10 - Q&A Sessions/01 - May 2022.mp4 333.69 MB
11 - Extension/01 - Case Study Developing An API/01 - Introduction And Domain Model/01 - Why Understanding The Domain Is Important.mp4 32.97 MB
11 - Extension/01 - Case Study Developing An API/01 - Introduction And Domain Model/02 - Modelling The Domain.mp4 33.76 MB
11 - Extension/01 - Case Study Developing An API/01 - Introduction And Domain Model/hotel_db.zip 793 B
11 - Extension/02 - Scaffolding Of The Project/01 - What Is An API-.mp4 47.17 MB
11 - Extension/02 - Scaffolding Of The Project/02 - Creating An API Server.mp4 6.29 MB
11 - Extension/02 - Scaffolding Of The Project/03 - Setting Up The Database Models.mp4 30.73 MB
11 - Extension/02 - Scaffolding Of The Project/04 - Relationships Between Models.mp4 10.26 MB
11 - Extension/02 - Scaffolding Of The Project/05 - Creating The Database System.mp4 9.82 MB
11 - Extension/02 - Scaffolding Of The Project/06 - Patching Everything Up.mp4 13.72 MB
11 - Extension/03 - The Layered Architecture/01 - Why Scaffolding Is Useful.mp4 17.78 MB
11 - Extension/03 - The Layered Architecture/02 - What Is The Layered Architecture-.mp4 24.01 MB
11 - Extension/03 - The Layered Architecture/03 - Creating A Layered Architecture.mp4 15.85 MB
11 - Extension/03 - The Layered Architecture/04 - Analysis.mp4 20.22 MB
11 - Extension/04 - Completing The API/01 - Developing A Basic Customer API.mp4 15.12 MB
11 - Extension/04 - Completing The API/02 - Creating A New Customer.mp4 18.27 MB
11 - Extension/04 - Completing The API/03 - Converting Database Query Results.mp4 9.96 MB
11 - Extension/04 - Completing The API/04 - Updating An Existing Customer.mp4 12.88 MB
11 - Extension/04 - Completing The API/05 - Adding Booking Operations.mp4 23.68 MB
11 - Extension/04 - Completing The API/06 - Adding The Booking Router.mp4 12.07 MB
11 - Extension/04 - Completing The API/07 - Analysis.mp4 10.05 MB
11 - Extension/04 - Completing The API/hotel_example_v1.zip 7.69 KB
11 - Extension/05 - Designing A Testable API/01 - Introduction.mp4 15.77 MB
11 - Extension/05 - Designing A Testable API/02 - Creating An Abstract Data Interface.mp4 17.33 MB
11 - Extension/05 - Designing A Testable API/03 - Database Implementation.mp4 20.18 MB
11 - Extension/05 - Designing A Testable API/04 - Updating The Booking Operation.mp4 16.78 MB
11 - Extension/05 - Designing A Testable API/05 - Updating The Booking Router.mp4 8.99 MB
11 - Extension/05 - Designing A Testable API/06 - Writing Unit Tests.mp4 25.69 MB
11 - Extension/05 - Designing A Testable API/07 - Final Thoughts.mp4 14.42 MB
11 - Extension/05 - Designing A Testable API/08 - Challenge.txt 1.54 KB
11 - Extension/05 - Designing A Testable API/hotel_example_v2.zip 14.62 KB
11 - Extension/06 - Design Wins/01 - Avoid Type Abuse.mp4 10.47 MB
11 - Extension/06 - Design Wins/02 - Use Built-In Constructs.mp4 6.95 MB
11 - Extension/06 - Design Wins/03 - Use Clear Names.mp4 5.48 MB
11 - Extension/06 - Design Wins/04 - Avoid Flags.mp4 9.49 MB
11 - Extension/06 - Design Wins/05 - Don't Use Too Many Arguments.mp4 22.6 MB
11 - Extension/06 - Design Wins/06 - Use Shallow Nesting.mp4 9.42 MB
11 - Extension/06 - Design Wins/07 - Avoid Deeply Nested Conditionals.mp4 10.79 MB
11 - Extension/06 - Design Wins/08 - No Wildcard Imports.mp4 9.4 MB
11 - Extension/06 - Design Wins/09 - Write Symmetrical Code.mp4 12.43 MB
11 - Extension/06 - Design Wins/10 - Only Use Self If Needed.mp4 9.33 MB
11 - Extension/06 - Design Wins/11 - Keep Classes Small.mp4 19.39 MB
11 - Extension/06 - Design Wins/12 - Tell Don’t Ask.mp4 9.73 MB
11 - Extension/06 - Design Wins/13 - Use Meaningful Instance Variables.mp4 20.75 MB
11 - Extension/06 - Design Wins/14 - Avoid Redundancy.mp4 13.06 MB
11 - Extension/06 - Design Wins/15 - Don't Redefine Programming Concepts.mp4 17.83 MB
11 - Extension/06 - Design Wins/16 - BONUS #1- Protocol Segregation.mp4 7.7 MB
11 - Extension/06 - Design Wins/17 - BONUS #2- Function Composition.mp4 7.28 MB
11 - Extension/06 - Design Wins/asymmetry_example.zip 1.05 KB
11 - Extension/06 - Design Wins/avoid_redundancy_example.zip 871 B
11 - Extension/06 - Design Wins/built_in_example.zip 934 B
11 - Extension/06 - Design Wins/clear_names_example.zip 726 B
11 - Extension/06 - Design Wins/flags_example.zip 1.17 KB
11 - Extension/06 - Design Wins/function_composition_example.zip 954 B
11 - Extension/06 - Design Wins/keep_classes_small_example.zip 1.03 KB
11 - Extension/06 - Design Wins/many_arguments.zip 2.01 KB
11 - Extension/06 - Design Wins/meaningful_instance_vars_example.zip 1.49 KB
11 - Extension/06 - Design Wins/nested_conditionals_example.zip 868 B
11 - Extension/06 - Design Wins/no_self_example.zip 1.08 KB
11 - Extension/06 - Design Wins/protocol_segregation_example.zip 2.98 KB
11 - Extension/06 - Design Wins/redefining_concepts_example.zip 918 B
11 - Extension/06 - Design Wins/shallow_nesting_example.zip 865 B
11 - Extension/06 - Design Wins/tell_dont_ask.zip 739 B
11 - Extension/06 - Design Wins/type_abuse_example.zip 771 B
11 - Extension/06 - Design Wins/wildcard_imports_example.zip 910 B
11 - Extension/07 - Resources/all_code_extension.zip 60.69 KB
Download Info
-
Tips
“The Software Designer Mindset” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.