Remove Authentication Remove Construction Remove Software Review Remove System Design
article thumbnail

Pushy to the Limit: Evolving Netflix’s WebSocket proxy for the future

Netflix Tech

Once they receive the voice command, we allow them to make an authenticated call through apiproxy , our streaming edge proxy, to our internal voice service. The voice service then constructs a message for the device and places it on the message queue, which is then processed and sent to Pushy to deliver to the device.

article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

Without them, programmers waste a huge amount of time manually checking and fixing their code. Bad tests are a sign of bad design, so some people use techniques such as Hexagonal Architecture and functional core, imperative shell to separate logic from infrastructure. Infrastructure is code that involves external systems or state.)

Testing 138
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

For example code demonstrating these ideas, see my example on GitHub. When programmers use test-driven development (TDD), the code they test interacts with other parts of the system that aren't being tested. This pattern language 1 describes a way of testing object-oriented code without using mocks. 27 Apr 2018.

Testing 88
article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

For example code demonstrating these ideas, see my example on GitHub. When programmers use test-driven development (TDD), the code they test interacts with other parts of the system that aren't being tested. This pattern language 1 describes a way of testing object-oriented code without using mocks. 27 Apr 2018.

Testing 40