Episode 1 - Creating the program: https://youtu.be/uJFW4c4QE0U
Episode 3 - Error Handling: https://youtu.be/BhLpqRev80s
00:00 - Introduction
01:40 - Dependency Injection explanation with Python, showing why its important
07:30 - Start of adding Dependency Injection to our LDAP Injector, creating our NetHttpBrute Implementation
13:13 - Creating the interface and adding it to our LdapInjector object
14:50 - Updating the TestPassword method of LdapInjector to now be part of the NetHttpBrute Implementation
19:00 - Running the program now that we have separated our HTTP Client via dependency injection
22:25 - Moving the NetHttpBrute code into its own file, then having AI create us a file converting it to use FastHttp instead of the built-in NetHttp
24:40 - Creating a binary for both HttpBruteImpl and FastHttpBrute, then running them to see if there are any performance improvements
Support the originator by clicking the read the rest link below.