Skip to content

Code Review Videos

Welcome

If you’re looking for the older CodeReviewVideos content then it is still available here.

And the latest stuff, for now, is here:

  • Map, Filter, Reduce
    • TypeScript implementation
      • [Easy] Reduce in TypeScript
      • [Easy] Filter in TypeScript
      • [Easy] Map in TypeScript
    • C# implementation
      • [Easy] Reduce in C# (Aggregate)
      • [Easy] Filter in C# (Where)
      • [Easy] Map in C# (Select)
  • Design Patterns
  • URL Checker (🚀 Work in progress – Jan 23)
    • TypeScript
      1. The Proof of Concept
      2. Starting With The Fetch Wrapper
      3. Validating The URL
      4. Modelling A Bad Request
      5. First Pass At Implementing Visit
      6. The Happiest Path
      7. Handling Bad Requests
      8. Handling Redirects
      9. Resolve The Next Location
      10. Integrating Next Guessed Location
      11. Abort! Abort!
    • C#
      • The Proof of Concept
  • C#
    • Writing C# Unit Tests in NUnit
    • Run Tests Continuously in C#
  • TypeScript
    • A bare bones TypeScript project setup

Recent Posts

  • How I Fixed: No frameworks were found in JetBrains Rider
  • How I Fixed: Feature ‘raw string literals’ is not available. Please use language version 11.0 or greater.
  • How To: Delete Duplicate Rows In Google Sheets Using App Scripts
  • How To: Delete Empty Rows From A Range Of Cells In Google Sheets
  • How To: Allow More Than 30 Networks On A Docker Host

Recent Comments

  1. divyam on How To: Delete Empty Rows From A Range Of Cells In Google Sheets
© 2023 Code Review Videos