Explore >> Select a destination


You are here

blog.metaobject.com
| | swiftrocks.com
7.4 parsecs away

Travel
| | The compiler already does a good job translating Objective-C APIs to Swift's standards, but what if you want them to be translated to something completely different?
| | cggallant.blogspot.com
7.2 parsecs away

Travel
| | "WebAssembly in Action" is 50% off today (August 29th, 2020) as part of Manning's Deal of the Day. Use...
| | ashishkakkad.com
7.6 parsecs away

Travel
| | Blocks in Objective-C In Objective-C we are using the blocks(completion handlers) with functions as follows : [code language="obj-c"] - (void)yourFunctionName:(NSString *)yourString withCompletionHandler:(void (^)(NSString *yourResult))block; [/code] Closures in Swift Closures are self-contained blocks of functionality that can be passed around and used in your code. Closures in Swift are similar to blocks in C and Objective-C ... Read more
| | dougseven.com
26.4 parsecs away

Travel
| Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension...