Explore >> Select a destination


You are here

antonz.org
| | mfbmina.dev
4.9 parsecs away

Travel
| | Nowadays, a huge part of a developer's work consists in calling APIs, sometimes to integrate with a team within the company, sometimes to build an integration with a supplier. The other big role in daily work is to write tests. Tests ensure (or should guarantee :D) that all the code written by us works on how it is expected and, therefore, it will not happen any surprises when the feature is running at production environment.
| | danielsieger.com
3.7 parsecs away

Travel
| | A concise introduction to unit testing.
| | devopsian.net
6.3 parsecs away

Travel
| | Practical web client unit-testing in Go by mocking the server side, with examples from my first open-source project
| | www.java-tv.com
25.2 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.