Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Programming Technology IT

Ask Slashdot: How Will You Update Your Technical Skills Inventory This Summer? 208

Proudrooster writes "As technologists, developers, and programmers it is essential to keep moving forward as technology advances so that we do not find ourselves pigeonholed, irrelevant, or worse, unemployed. If you had to choose a new technology skill to add to your personal inventory this summer, what would it be and why? Also, where would you look for the best online training (iTunesU, Lynda.com)? The technologies that immediately jump out as useful to me are HTML5, XCODE, and AJAX. How about you?"
This discussion has been archived. No new comments can be posted.

Ask Slashdot: How Will You Update Your Technical Skills Inventory This Summer?

Comments Filter:
  • by Lunix Nutcase ( 1092239 ) on Friday June 28, 2013 @05:54PM (#44137811)

    This Ask Slashdot sponsored by: Dice.com.

  • spam? (Score:3, Insightful)

    by Anonymous Coward on Friday June 28, 2013 @05:56PM (#44137855)

    This story submission feels like spam for lynda.com.

  • by White Flame ( 1074973 ) on Friday June 28, 2013 @06:40PM (#44138271)

    People learn new platforms via reference materials, which brings existing programmers into their realm. This is especially true with Android, since it builds off of Java and to a lesser extent from the user & app-programmer perspective, Linux.

    Learning to program, however, is a separate skill. I'd suggest learning Java, then applying what you've learned to Android. If you're good at learning on your own, then go straight into Android programming examples from Google's materials and learn both at the same time, sussing out any weird language understandings with Java references.

  • by foniksonik ( 573572 ) on Friday June 28, 2013 @10:32PM (#44139625) Homepage Journal

    Looks like a question from a high school student to me. Maybe answer it appropriately?

    Ajax is still heavily used in web dev but typically you use a wrapper library like Jquery, Dojo or similar.

    HTML5 isn't really a skill or a technology. It's a buzzword to describe a set of HTML extensions, CSS extensions and the way you combine them with JavaScript.

    XCode is an IDE to develop Objective-C applications for iOS and OSX operating systems.

    These are fine if you have something in mind. If not might I suggest the following.

    Read a book on Design Patterns and get a cookbook for your favorite language (JavaScript, Ruby, Python, PHP, C++, LUA, etc) that uses said patterns (factory, decorator, etc).

    Try making a game using a game engine such as Unity or Unreal.

    Buy a $25 Arduino board and find some tutorials on programming for it.

    If it must be web related, try out NodeJS and use Meteor framework to build an app.

The moon is made of green cheese. -- John Heywood

Working...