The node.js Public Modules Repository PRO

The node.js NPM (Node Package Manager) allows us to manage the packages installed on our computer. NPM provides us with an online public registry service that contains all of the packages developed by programmers who chose to publish them using NPM. NPM provides us with a tool we can use for downloading, installing the managing those […]

Using node.js with MySQL PRO

Developing a web application using the node.js framework we can easily write code that connects with a MySQL database. The mysql module provides us with everything we need. The following code sample shows how simple it is to use this module. var mysql = require(‘mysql’); var connection = mysql.createConnection({ host: ‘server.zindell.com’, user: ‘nodejsdemo’, password: ‘lifemichael’, […]

Java EE Platform Shenkar October 2013 INFO

During the first semester of the 2013-2014 academic year I deliver an advance academic course about the Java EE platform. The course covers the basic topics in Java EE development, including Java Servlets, JSP, JSF and Hibernate. The course is part of the four years academic program for getting an academic degree in Software Engineering. […]

Java EE Platform Tel Hai October 2013 INFO

During the first semester of 2013-2014 academic year I deliver a Java EE course in the Academic Tel Hai college. The official name of that course is ‘Internet Programming’ and it covers the very basic topics in Java EE, including Java Servlets, JSP and JSF. You can find the google group of this course at […]

Android Hybrid Applications Tel Hai October 2013 INFO

During the first semester (winter semester) of the 2013-2014 academic year I deliver an academic course that covers mobile hybrid applications development for the android platform. This course takes place as part of the academic program in computer science that takes place in the Tel Hai college. You can find the google group that was […]

Linting in JavaScript PRO

Linting is the process of running a program that goes over our code and performs static checking looking for potential errors and bad coding. There are many available linting tools for JavaScript. Some of them are available for online usage, others are available either as plugins we install into our development environment or as stand […]

Iterators in JavaScript PRO

JavaScript allows us to use iterators for going over the properties of a specific object or for going over the elements of a specific array. The following code sample shows how simple it is to use iterators in JavaScript. <!DOCTYPE html> <html> <head> <title>The Iterator Function</title> </head> <body> <script type=”text/javascript”> var student = { name: […]

Dart Jump Start PRO

Last wednesday, on october 9th 2013 I delivered kind of a jump start lecture for learning Dart, Google’s new programming language. You can find the slides at http://www.slideshare.net/lifemichael/dart-jump-start. More info about my new coming courses can be found at http://tinyurl.com/lifemichaelhitcourses.

HTML5 Jump Start PRO

Last wednesday on october 9th I delivered kind of a jump start lecture for learning HTML5. The lecture took place in HIT. You can find the slides at http://www.slideshare.net/lifemichael/html5-jump-start. More info about my new coming courses can be found at http://tinyurl.com/lifemichaelhitcourses.

PHP Jump Start PRO

Last wednesday on october 9th I delivered a short jump start lecture for learning PHP. The lecture took place in HIT. You can find my slides at http://www.slideshare.net/lifemichael/php-jump-start. I will be more than happy to get your feedback about my lecture. More info about my new coming professional courses can be found at http://tinyurl.com/lifemichaelhitcourses.

Update cookies preferences