94 followers
Hi my name is Rafael 馃榿 . I'm Software Engineer who focuses on sharing knowledge and experiences in projects with other developers.
The more effective the tests are, the more security they convey to us in the fight against regressions! 路 Although the presence of software tests can be...
Writing tests without a plan is like navigating without a compass; you may reach the destination, but the path will be much more difficult. 路 Writing...
A good component finds a balance of constraints while remaining reusable and integrating cleanly with the rest of our application 路 The concept of smart...
Branch coverage provides valuable insight into areas of your code that require the most attention and testing. 路 There are topics about tests that can...
Unit testing is like a microscope that allows you to examine the smallest details of your code 路 The Arrange-Act-Assert (A-A-A) convention is widely used...
Como funciona o BehaviorSubject? 路 Se voc锚 trabalha com a biblioteca reativa RxJS, com certeza j谩 ouviu falar do famoso BehaviorSubject . Mas muitos...