Category Archives: Technical
How To Master a Programming Language IV
At this point you should competent in the programming language that you have chosen (Part III) — you should be able to recognize basic code constructs (such as types, loops, and variable assignment). You should also be able to recognize syntax and semantic errors in your code and be able to debug them.
The next [...]
How To Master a Programming Language III
Now that you are comfortable working within your desired editor or IDE (Part II) – you can start to focus on learning the programming language syntax.
To learn a programming language you can read a variety of different books or read through online tutorials and how-to’s. Since everyone approaches learning differently, I will leave the [...]
How To Master a Programming Language II
So you’ve chosen a programming language that you want to learn, where do you start?
Learn the Environment
Depending on the type of language that you have chosen (interpreted vs. compiled) there may be several options available to you in choosing an editor or Integrated Development Environment (IDE).
Editors
Most programming languages can be written in your [...]
How To Master a Programming Language
With the start of a new year, as a programmer have you made a resolution or goal to learn a new programming language?
For the next few days, I will be writing a series of posts titled How to Master a Programming Language, where I will be walking you through the steps that you need [...]
17 Websites for Sharing Programming Knowledge
Whether you are trying to drive traffic to your own blog or are looking for assistance when developing – it’s sometimes useful to participate in programming forums and blogs by sharing knowledge.
I’ve compiled a list of 17 websites where you can share your own knowledge or search for help on a problem.
Apple
Apple Discussions – Developer [...]
How to Get Started with iPhone Development
There does still appear to be a market for making money with iPhone apps (especially games), if you are still interested in creating an iPhone application there are plenty of resources available to help you along the way.
Prerequisite: You will need an Intel-based Mac with XCode for iPhone development.
When the iPhone development tools were initially [...]
How To Master a Programming Language V