Explore >> Select a destination


You are here

www.jessesquires.com
| | benoitpasquier.com
11.7 parsecs away

Travel
| | A big part of the developer journey is make sure our code behaves as expected. It's best practice to setup tests that allow us to test quickly and often that nothing is broken. If unit testing is common practice to check the business logic, we can also extend it to cover some specific UI behaviors. Let's how to unit test views and gesture in UIKit.
| | raganwald.com
13.3 parsecs away

Travel
| |
| | syntackle.com
17.1 parsecs away

Travel
| | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly.
| | zackoverflow.dev
111.1 parsecs away

Travel
| How to actually write non-trivial programs in C