Skip to main content

Attending Fluttercon as a Junior Developer: My Experience

· 3 min read
Aydin Gursoy
Zeta Developer

Attending Fluttercon as a junior developer with only a couple months experience in Flutter felt crazy! I’d never attended anything like this – let alone to this scale. The event, buzzing with seasoned developers, cutting-edge talks, and exciting booths, was both thrilling and intimidating. I couldn’t help but think – was I out of my depth? Would I even understand the discussions?

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.