View all tags
testing2 entries
2 posts tagged with "testing"
Algorithm Testing — Python Testing Library
A Python library for testing algorithms with two complementary strategies: deterministic comparison against known-working implementations and stochastic stress testing with randomized inputs. Built with the Strategy design pattern for interchangeable algorithm implementations.
Aug 10, 2020
React Apollo Recipes — Full-Stack GraphQL Recipe App
A recipe sharing application that demonstrates full-stack GraphQL with Apollo Client and Server. Users create, search, and like recipes with optimistic UI updates that make interactions feel instant. Built with comprehensive React Testing Library coverage and MongoDB for persistent storage.
Jul 25, 2020