Skip to main content

TDD with Cypress

· 4 min read
Daniel Eshkeri
Zeta Developer

Test-driven development (TDD) is the process of writing an executable specification for your code. You do this by writing a list of test cases, then going through each and writing the test before writing code to pass that test. After you make each test pass, you should refactor in order to keep your code clean and well integrated. Missing the refactor step can result in fragmented and messy code.

Why Flutter?

· 6 min read
Luke Walton
Zeta Developer

A few years ago, my team faced a challenge - deciding the right framework to use for mobile development going forward. While our team had focused on native Android in the past, the need for cross-platform development was imminent; we had to decide on the path forward.

Ultimately, we decided that a cross-platform framework was needed.