🔗 The best Xcode plugins

iosdevtips : There are a lot of Xcode plugins to augment the IDE with additional features, conveniences etc., but it is a pain to discover and install such plugins. Alcatraz is a really great package manager that makes it a breeze to install Xcode plugins. Here’s how it looks: In Alcatraz, you’ll find plugins, color schemes and templates for code fragments. You can install it by visiting alcatraz.io. Here are some of the best Xcode plugins available in Alcatraz to boost your productivity:...

April 12, 2014 · 1 min · 85 words

🔗 Cloud services for developers, hosted developer tools, software development tools and services | Leanstack

Cloud services for developers, hosted developer tools, software development tools and services | Leanstack The software development landscape is shifting rapidly, and Leanstack is helping developers make sense of it all. Hundreds of thousands of developers have already discovered new tools to improve their products and workflows through Leanstack.

April 1, 2014 · 1 min · 49 words

🏞 (image)

(via What’s wrong with this picture? | Code.org ) Computer science is a top paying college degree and computer programming jobs are growing at 2x the national average . Less than 2.4% of college students graduate with a degree in computer science. And the numbers have dropped since last decade. See also Promote Computer Science | Code.org

March 27, 2014 · 1 min · 57 words

🔗 Java 8 Tutorial

Java 8 Tutorial “Java is still not dead—and people are starting to figure that out.” Welcome to my introduction to Java 8 . (…) At the end of the article you’ll be familiar with the most recent API changes like streams, functional interfaces, map extensions and the new Date API. No walls of text – just a bunch of commented code snippets. Enjoy! Default Methods for Interfaces Lambda expressions Functional Interfaces Method and Constructor References Lambda Scopes Built-in Functional Interfaces Streams Parallel Streams Map Date API Annotations

March 19, 2014 · 1 min · 87 words

🏞 (image)

userexperiencehub: Design Process Diagram by Todd Warfel

March 18, 2014 · 1 min · 7 words

📺 Transformation Priority Premise

Uncle Bob Martin walks through the “Prime Factors” kata in Java (29m06s) to illustrate the concept of Transformation Priority Premise as a way to address the common complaint about TDD: the brainlessness “As the tests get more specific, the code gets more generic.” … and “here’s the list of transformations” (47m53s): So what are these transformations? Perhaps we can make a list of them: ({}–>nil) no code at all->code that employs nil (nil->constant) (constant->constant+) a simple constant to a more complex constant (constant->scalar) replacing a constant with a variable or an argument (statement->statements) adding more unconditional statements....

March 18, 2014 · 1 min · 199 words

🔗 About | SpriteBuilder

About | SpriteBuilder SpriteBuilder is the first game development suite for rapidly building native iOS and Android games with Objective-C and Xcode. In 2013, Apportable brought together the maintainers of four of the most popular open source iOS game development projects ( Cocos2D , Cocos3D , CocosBuilder , and Chipmunk ) to create a new, integrated development experience. SpriteBuilder is a free download and the source code is available under the commercially-friendly MIT license (…)...

March 7, 2014 · 1 min · 99 words

🔗 Favicon Generator – Generate favicon pictures and HTML

Favicon Generator – Generate favicon pictures and HTML Generate the favicon pictures and HTML code that work on all major browsers and platforms.

March 3, 2014 · 1 min · 23 words

🏞 (image)

The number of patterns available to communicate information between objects can be overwhelming at first. The choice of which pattern to use often feels ambiguous. But once we investigate each pattern more closely, they all have very unique requirements and capabilities. (via Communication Patterns – Foundation – objc.io issue #7 )

March 1, 2014 · 1 min · 51 words

🔗 Convert Photoshop Drop Shadows to CSS3 Box and Text Shadows

Convert Photoshop Drop Shadows to CSS3 Box and Text Shadows This tool creates CSS3 Box Shadows based off of Photoshop Drop Shadow settings. After stumbling upon the Recreating Photoshop Drop Shadows in CSS3 and Compass article by Grady Kuhnline, I wanted to build a tool that would allow the rest of us not using Compass to have the same ability to convert for CSS3.

February 19, 2014 · 1 min · 64 words