Virtual Threads in Java

Virtual Threads in Java Professional Seminar

The use of virtual threads can assist us with improving the performance of our code. Learn how to use virtual threads effectively.

Record Classes in Java

image of woman and database

Learn how to define record classes in Java, and when to use record classes in your code. Stay up to date with the new Java features.

JavaScript Programming Online Course

I have recently started to work on a new asynchronous online course for learning JavaScript. So far I have already produced few video clips. The slides will be in English. The explanations captured on video will be in Hebrew. You can already find this course at life michael academy. The plan is to complete the […]

Java Course

Jaca Course Logo

The Developing Java SE Applications course was the first online course I developed. It covers the fundamental basic topics in Java SE, also known as Core Java. This course goes through a continuous update in according with the capabilities introduced in Java 7, Java 8, and in Java 9. If you are interested in a […]

The window.requestIdleCallback Function in JavaScript

Calling this function we should pass over the function we want to be invoked in the background in those moments when the one and only thread is free (not busy with other tasks). <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <title>Title</title> </head> <body> <script> function doInBackground() { console.log(“doing work in background”); } if (window.requestIdleCallback) { […]

Java EE Platform Shenkar October 2015

During the winter semester in years 2015-2016 I am going to deliver in Shenkar a course that focuses on server side software development. The course focuses on Java EE. You can find the syllabus at http://www.lifemichael.com/shenkar/javaee201510.pdf. You can find the detailed plan at https://docs.google.com/spreadsheets/d/1KALld-WOPv9eveR8kQkkEhwzDtQuHBWQduaLbsuFCsA/pubhtml. You can find the Google Community I created in order to […]

Java EE Platform HIT October 2015

During the winter semester in years 2015-2016 I am going to deliver in HIT a course that focuses on server side software development. The course focuses on Java EE. You can find the syllabus at http://www.lifemichael.com/hit/java_ee_fixed_2015_10_he.pdf. You can find the detailed plan at https://docs.google.com/spreadsheets/d/1zp39DjDCOU39cqPN-fRMDoUOu3F2wILgIeO8A3xKebU/pubhtml. You can find the Google Community I created in order to […]

Java, C++, C# and PHP. The Differences.

Many of the students that come to learn in my courses already know other programming languages. In order to assist my students I chose to create a summery for all the differences between the four main programming languages I teach. If there is a topic in which a comparison is required please don’t hesitate and […]

Java EE Platform HIT July 2015

During the summer semester in 2015 I will deliver a course that focuses on Java EE development for the server side. The course focuses on implementing the MVC architecture using Java Servlets & JSP while using Hibernate in the model. You can find the syllabus at http://www.lifemichael.com/hit/java_ee_fixed_2015_07_en.pdf. You can find the detailed plan at https://docs.google.com/spreadsheets/d/1MCA-CZhD2X5LvdPjruiEbb6wLm5UeDqEW-4od5lsrQc/pubhtml. […]

Java EE Course in HIT February 2015

During Spring 2015 I am going to deliver the Java EE course in HIT. This course is delivered as part of the BS.c. academic program in computer science. You can find the syllabus at http://www.lifemichael.com/hit/java_ee_fixed_2015_02_en.pdf. You can find the google group I created for this course at https://groups.google.com/forum/#!forum/hit-java-ee-2015-02. You can find the detailed plan I […]

Skip to content Update cookies preferences