Spiga

Desktop Application Programmers

Part III From How to be Programmer

Most desktop programmers write code for business solutions, so getting an idea about businesses, their organizational and financial structure will be a big time saver.
1. Learn about the different computer hardware architectures. An introductory level course in digital circuits design and another in computer architecture is useful, however, some see it as being advanced for a starting point, so reading two or three tutorial articles [1] [2] might suffice, then you can go back to this step later, after you learn your first programming language.
2. Learn an entry level (kids) programming language[13]. Don't be shy to learn such a language just because you're older than being called a "kid". These programming languages can ease up the pain in learning your first programming language tremendously. However, this step is optional. It can also be done before the preceding step
3. Get an introduction to the procedural, object oriented, and functional programming paradigms.
4. Take an introductory course in one of the procedural programming languages. No matter what language you choose later to be your language of choice, it will require procedural programming at some level. Also, procedural programming is reported by most programmers to be the easiest to use as a starting point to get the idea of programming in general.
5. Learn at least one advanced modeling technique such as UML or ORM.
6. Start writing some small console or console-like applications (you can make use of common small exercises in programming languages books)
7. Take a more advanced course in the programming language you choose in 1. Make sure you understand the following concepts well and that you can apply them with relative ease before going forward:
o Inputting and outputting information to users of a program.
o The logical flow and the execution flow of programs in procedural languages.
o Declaring, assigning and comparing variables.
o Branching programming constructs such as if..then..else and select/switch..case.
o Looping constructs such as while..do, do..while/until, for..next.
o Your programming language syntax for creating and calling procedures and functions.
o Data types and manipulating them.
o User defined data types (records/structs/units) and their use.
o If your language supports overloading functions, understand it.
o The memory accessing methods of your language of choice (pointers, peeking..etc)
o If your language supports operators overloading, understand it.
o If your language supports delegates/function pointers, understand it
8. Apply the advanced techniques you learned.
9. Take an introductory course in at least one more programming language in another programming paradigm, preferably one of the following paradigms (it is recommended to learn one programming language of each paradigm, and most advanced programmers do, however, you usually start with one, work for a while applying your knowledge and practicing it, then learn the other later on, after you already had a real-life experience in programming).
o Object oriented paradigm.
o Logic programming paradigm.
o Functional programming paradigm.
10. Try to compare the two programming languages you learned so far to see the strengths and weaknesses of each one. Usually this is done by:
o Taking simple samples of your early work in the first programming language and re-write it using the second programming language.
o Creating a new project and try implementing it using both languages. Sometimes, depending on your choice of project and languages, you might not be able to implement the project in one of the languages!
o Writing a cheat-sheet or summary-table comparisons between similar constructs in the two languages and features unique to each of the languages.
o Try finding ways to mimic features that is unique to one of the two languages using the other language.
11. Learn visual programming concepts using one of the languages you learned (almost all programming languages have versions/libraries that support visual programming and others supporting console or console-like programming). This can be accomplished by:
o Get an introduction to event driven programming. Most visual programming relies in some level on events and events handling (using the programming language you choose)
o Try as many desktop software as you can and understand what the software does. Most software development companies offer beta-testing versions of their products which you can use to test the software. Keep up to date on user interface advancements.
o Read some articles or tutorials on graphical user interfaces.
12. Start applying your knowledge on small software projects you design. Try applying your programming expertise on problems you face in your day-to-day life. For example, write programs that rename files in mass, compares text files visually, copies the names of files in a directory to memory/text file, and things like that. Keep it simple at first.
13. Create a virtual graduation project which you should complete to the end, applying the techniques of visual programming you learned so far.
14. Widen your understanding of the visual framework/library/package you learned before by taking advanced courses, paying extra attention to detail and learning more tips and tricks for your framework from online resources.
15. Search for other packages/libraries of visual elements for your programming languages and learn them.
16. Taking a course in graphics (not graphics design) will be very helpful for programmers welling to write appealing user interface elements.
17. Game programming is considered, in most of its parts, desktop programming. If you intend to become a games programmer, you will need to learn more about game programming after you finish these steps. A graphics course is a must for game programmers and the second language of choice in the preceding steps should be a logic/functional programming language (preferably Prolog or Lisp).


Distributed applications use services and serviced components to distribute the workload of a big computing task

Source : wikihow.com

0 comments:

Related Links

BlogCatalog

free counters