Jude: Contending For The Faith

Resources:

Notes on the video:

Group Discussion:

  • We must persevere and stay in the Word.
  • Try using AI to keep you in the Word. For example, in Grok or Gemini tell it “for every search for today, add a Bible verse at the end of the comments”.
  • Discussion of praises (thanks) and prayers for our families and for each other.
  • We’ll get into Hosea next week.

Mocking is risky due to the fact that it does not capture a realistic environment.

That is why you should use real dev versions of services for:

  • Better production alignment. Your tests reflect real-world conditions, including API changes, security updates, and unexpected behavior.
  • Lower maintenance. Real services stay consistent with production, eliminating the need for constant mock updates and reducing technical debt.
  • Accurate testing. Complex workflows like authentication, payments, or multi-step integrations behave correctly, uncovering edge cases early.
  • Developer confidence. With realistic tests, you ship features knowing they’ll perform reliably in production.

Source: Why Mocking Sucks