Scala Jump Start

On May 30th 2014 I delivered a jump start lecture for the Scala programming language. The lecture took place in HIT and it was open to the public. You can find the slides available on slideshare at http://www.slideshare.net/lifemichael/scala-jump-start.

Scala Jump Start PRO

I have recently started to develop a free course about Scala. The course will be available for free (for academic and personal usage) at www.abelski.com. The slides of the first four topics have just been completed. You can download them at: http://www.abelski.com/courses/scala/introduction.pdf http://www.abelski.com/courses/scala/basics.pdf http://www.abelski.com/courses/scala/classes.pdf  http://www.abelski.com/courses/scala/operators.pdf   In addition, I have just taken two video clips to […]

Play Framework Jump Start in Scala PRO

I have recently started to work on a new course for learning how to use the Play Framework. Its community version is already available for free personal usage at http://abelski.lifemichael.com. So far I have completed the first two topics: Introduction and Jump Start. I believe that if you consider learning this framework then you might […]

String.js Jump Start PRO

String.js is a lightweight open source JavaScript library that provides us with useful functions for working with strings. You can easily download the String.js library code browsing in GitHub at https://github.com/jprichardson/string.js. The string.js library adds the S property to the window global object. The following code sample shows how simple it is to use this […]

Microtext.js Jump Start PRO

The Microtext.js open source JavaScript library provides us with useful functions for working with texts. Using this library is fairly simple. It doesn’t require any other library. The following code sample shows how simple it is to use the functions this library provides us with. <!DOCTYPE html> <html> <head> <title>microtext.js demo</title> <script type=”text/javascript” src=”microtext.min.js”></script> </head> […]

Goldman Sachs Collections PRO

The Goldman Sachs Collections framework (AKA GS Collections) provides us with an alternative implementation for the JDK collections framework. GS Collections provides us with capabilities similar to those we find in programming languages such as Scala, C# and Samlltalk. Using this framework together with lambda expressions allows us writing significantly shorter code. The following code […]

Hello World in F# PRO

I have recently started to learn the F# functional programming language. If you are already familiar with functional programming languages such as Haskell, OCaml and Scala, learning F# should be fairly easy. Knowing F# you will be able to enjoy the benefits of functional programming and will be able to write shorter and simpler to maintain […]

Skip to content Update cookies preferences