Headlines Flash
Wed, Jun 10 05:58 PM

??????? #mock

7 headlines

TechnologyDev.to48m ago

I built a personalized PSM I practice tool because mock exams felt broken

I built Pretty Scrum because preparing for the PSM I exam felt more inefficient than it needed to be. Most mock exams I tried had the same problem: they kept repeating questions I already knew, while not focusing enough on the areas where I was still weak. Udemy mock exams and open Scrum tests ...

TechnologyDev.to16h ago

Testing in Rust: from cargo test to mocking HTTP calls

People love to repeat that in Rust "if it compiles, it works". The compiler does kill a whole class of bugs, but it doesn't check your logic. A wrong discount calculation compiles just fine.