XtremeJS 2022 Digital Swags

We chose to create a pack of digital swags that each and every XtremeJS 2022 attendee will get. This pack includes the following: Introduction to Programming in Python – https://www.udemy.com/course/introduction-to-programming-in-pythonWe will provide every attendee with a coupon that provides a 100% discount when buying the ‘Introduction to Programming in Python’ online course on Udemy. The […]

XtremeJS 2021 Digital Swags

We chose to create a pack of digital swags that each and every XtremeJS 2021 attendee will get. This pack includes the following: XtremeJS 2022 Free Pass – https://xtremejs.devCoupon that provides a 100% discount when registering to XtremeJS 2022. Introduction to Programming in Python – https://www.udemy.com/course/introduction-to-programming-in-pythonCoupon that provides a 100% discount when registering to the ‘Introduction to […]

XtremePython 2021 Digital Swags

We chose to create a pack of digital swags that each and every XtremePython 2021 attendee will get. This pack includes the following: XtremePython 2022 Free Pass – https://xtremepython.dev Coupon that provides a 100% discount when registering to XtremePython 2022. Decorators in Python – https://www.udemy.com/course/decorators-in-pythonCoupon that provides a 100% discount when registering to the ‘Decorators […]

Python Programming [40 Academic Hours] Course Special Offer

On Tuesday, March 9th, 2021, I started delivering a new cycle of the Python Programming [40 academic hours] course. You can find detailed information about this course at http://python.course.lifemichael.com/description40.pdf. So far we had two (out of five) meetings only. It is still possible to join. Unlike the long course, that its fee is 6940 shekels (VAT […]

Black Friday December 2020

Join the Python Programming course that starts on 5.1.2021 and get freeaccess to 3 out of the 4 Seminars listed below! If you alreadytook our Python Programming course you can register for any of these four newseminars and get free access to 2 other ones you choose (out of these 4 seminars listed below). This […]

Software Engineering in PHP April 2015

On Thursday April 30th I have started to deliver a professional course for learning how to develop the web application server side in PHP. The course includes 140 academic hours, it takes place in HIT and its cost is 6200 shekels. The following video clip overviews the topics covered in this course. Although it was […]

jQueryMobile, Ajax, WebSockets, MongoDB & PhoneGap Free Lectures INFO

On December 20th, I am goimg to deliver 6 short jump start free lectures in Holon Institute of Technology. The first lecture starts at 0800 and it covers my personal tips for learning programming languages. I will overview my recommened tips and share my experience. This lecture is highly recommended for every person who wants […]

Debugging in Slim Framework PRO

The Slim framework allows us to enable a debugging mode. Once doing it, each time an exception is thrown the Slim framework will generate a detailed debugging message. The following code sample shows how to do it. <?php namespace Com\LifeMichael\Samples; require ‘Slim/Slim.php’; \Slim\Slim::registerAutoloader(); $application = new \Slim\Slim(array(‘debug’ => false)); $application->get( ‘/dbg’, function () { $temp […]

Logging Messages in Slim Framework PRO

The Slim Framework provides us with the Log object. Writing logging messages involves with calling various functions on that object. <?php namespace Com\LifeMichael\Samples; require ‘Slim/Slim.php’; \Slim\Slim::registerAutoloader(); $application = new \Slim\Slim(); $logger = $application->log; $logger->setEnabled(true); $logger->setLevel(\Slim\Log::DEBUG); $environment = \Slim\Environment::getInstance(); $application->get( ‘/simplelogs’, function () { GLOBAL $logger; $logger->info(“i m now starting the get handling function”); echo “<data>response</data>”; […]

The Slim Framework PRO

Slim Framework is a tiny framework that assists us with the development of REStful web services in PHP. The growing popularity of web applications that include multiple clients implementations (hybrid and native applications for touch screen devices, hybrid and native applications for desktops and one page websites) require us to implement our server side as […]

Skip to content Update cookies preferences