Industrial Engineering Java Course in Shenkar ACD

During spring 2013 semester I deliver a course that covers the basic topics in Java and delve into RIA development using Vaadin, an open source framework that wraps Google Web Toolkit (GWT). This is an academic course delivered as part of Shenkar’s B.Sc. Industrial Engineering academic program. You can find the syllabus at 2013_02_industrial_java_programming. You can […]

Smartphones Applications Course in HIT ACD

During spring 2013 semester I will deliver an academic course that focuses on smartphones applications development. You can find the formal syllabus at http://www.lifemichael.com/hit/android_ios_2013_02_en.pdf. You can find the online google we use in this course at https://groups.google.com/forum/?fromgroups=#!forum/hit-mobile-2013-02. You can find the detailed plan of this course at https://docs.google.com/spreadsheet/pub?key=0AhDgrQD6qivLdDZpdHpEd3dLZS1OQ0hpTm5zbUxiWlE&output=html.

Java EE Platform Course in HIT ACD

During the 2013 spring semester I will deliver the ‘Open Source Server Side Development’ course in HIT. The course focuses on server side development using Java EE. You can find the formal syllabus at http://www.lifemichael.com/hit/java_ee_fixed_2013_02_en.pdf. You can find the detailed plan at https://docs.google.com/spreadsheet/pub?key=0AhDgrQD6qivLdE9QdEprSnJiWHZWbTJ6Ui1nTE5uMEE&output=html. You can find the google group we are using during this course at https://groups.google.com/forum/?fromgroups=#!forum/hit-java-ee-2013-03.

Scala Programming Course in HIT ACD

During 2013 spring semester I will deliver in HIT the ‘Internet Programming’ course. Its first part focuses in Java. Its second part focuses in Scala. You can find the detailed syllabus at http://www.lifemichael.com/hit/internet_programming_2013_02_en.pdf. You can find the google group we are going to use during this course at https://groups.google.com/forum/?fromgroups#!forum/hit-scala-2013-02. You can find the on-line detailed plan at https://docs.google.com/spreadsheet/pub?key=0AhDgrQD6qivLdEFGdTJYQjQ3ek5OTDlORjdXSnIxY3c&output=html.

Symbolic Links in Linux PRO

The symbolic link is kind of a dummy file that points to another file/directory. When we edit, execute or try to refer the symbolic link the system will give us the real file/directory instead.

The root Directory in Linux PRO

The root directoy is on top of all other directories. Its name is /. We can find within this directory multiple subdirectories. One of them is home. The home directory includes subdirectories named after the user. The name of each one of them is the username of a specific user.

The Ubuntu Software Center BIZ

The Ubuntu Software Center allows developers to distribute their applications for the Ubuntu operating system in a secure and friendly way. The Ubuntu Software Center takes care of the whole billing and distributing process and simplify the process both for the developers and the users.

Debugging Code in Dart PRO

The Dart Editor together with the Dartium web browser allow us to use breakpoints in order to debug step by step. We can execute our code in the dartium web browser and track it step by step using breakpoints in the Dart Editor.

Hello World (Command Line) in Dart PRO

We can use the dart utility in order to compile and execute code we write in Dart when using the command line. main() { print(“hello world!”); } The following video clip shows the execution of this simple code sample. The video clip shows how to use this command when working on Mac. On other operating […]

The Bright Future of Dart BIZ

It is very difficult to forcast when it comes to technologies. Nevertheless, as of today I have every reason to believe that Dart might become one of the most popular programming languages in the world. In this post I will try to explain this bombastic conclusion. It is fairly clear that more and more applications […]

Skip to content Update cookies preferences