Explore >> Select a destination


You are here

kenb.us
| | benscheirman.com
16.2 parsecs away

Travel
| | Almost every app you build with Xcode will need some sort of configuration. Whether it is API Keys for 3rd party SDKs, the URL of your API, feature toggles, or a logging level of verbosity, it's a good idea to keep this configuration separate from your code.
| | www.highcaffeinecontent.com
13.0 parsecs away

Travel
| |
| | benoitpasquier.com
13.4 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.
| | techinsights.manisuec.com
89.5 parsecs away

Travel
| In the ever-evolving landscape of JavaScript and Nodejs, developers are constantly discovering new ways to write cleaner and more efficient code. One such innovation is the ability to use top-level await() without the need for an enclosing async() function.