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 […]
XtremePython 2022 Digital Swags
We chose to create a pack of digital swags that each and every XtremePython 2022 attendee will get. This pack includes the following: Decorators in Python – https://www.udemy.com/course/decorators-in-pythonWe will provide the attendees with a coupon that provides a 100% discount when buying the ‘Decorators in Python online course on Udemy. Generators in Python – https://www.udemy.com/course/generators-in-pythonWe […]
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 […]
Introduction to Git Free Course PRO
I have recently completed to upgrade my Introduction to Git course. Its free community version is available at http://www.abelski.com/moodle/course/view.php?id=175. The new version includes five topics: Introduction, Git Basics, Distributed Word, GitHub Jump Start and Git Logs. The new version of this course includes more than 20 video clips on specific topics. You can find the slides, […]
Turn.js Digital Publishing PRO
Turn.js is a JavaScript library that allows us to create digital books the user can flip through their pages. Although the library is available as an open source project on GitHub there are some restrictions on using it. Make sure you check the license terms before you choose to use it. The following code sample […]
The XtremeJ Xperts Panel: The AI Revolution in Coding – Tools, Trends, and Tomorrow

The landscape of server-side Java development is evolving rapidly. With agentic IDEs now driving the AI-powered transformation of backend engineering, the real question becomes: what comes next?
The XtremePython Xperts Panel: The AI Revolution in Coding – Tools, Trends, and Tomorrow

The landscape of Python development is shifting. Agentic IDEs lead the AI-driven revolution. What will be tomorrow?
PhoneGap Build Jump Start
I have recentpy chose to update my training material for the PhoneGap library and add a short coverage for using PhoneGap cloud based tool at build.phonegap.com. The first step would be creating an Adobe ID account. Once created you can proceed and start using this tool. The PhoneGap Build allows you to code the HTML, […]
Math.js Jump Start PRO
Math.js is a lightweight open source JavaScript library that provides us with an extensive collection of mathematical useful functions. You can easily download the Math.js library code browsing in GitHub at https://github.com/josdejong/mathjs. The following code sample shows how simple it is to use this library. <!DOCTYPE html> <html> <head> <title>math.js demo</title> <script type=”text/javascript” src=”math.min.js”></script> </head> […]