Loops in F# PRO
Using functional programming languages you can significantly shorten your code. The new topic I have recently completed to develop in my on going F# Fundamentals course explains how we can code efficient short loops in F#. This course is available for free personal usage at www.abelski.com. The new clips I have recently completed to prepare present short code samples you […]
Control Statements in Scala PRO
I have recently completed to develop a collection of video clips that explain how to use the control statements in Scala. These video clips were developed as part of the Scala Fundamentals course, available for free personal and academic usage at www.abelski.com.
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 […]
Spring Framework Beans Collections Wiring PRO
When using the Spring Framework for managing our beans we can easily wire a collection of beans with a specific other bean, that we want to hold that collection. I have just updated the Jump Start slides of my Spring Framework course with code samples and video clips that explain this possibility. The course is […]
Asynchronous Methods in C# PRO
When developing a server side application in .NET that handles high volume of traffic there is always a place to consider the implementation of the Asynchronous Method pattern. Implementing this pattern will allow our application to handle a bigger number of clients. I have just updated the Asynchronous Methods slides in my C# Fundamentals course, […]
Dependency Injection PRO
Dependency Injection is a fancy word for a very simple design pattern that decouples highly dependent components. The traditional approach for coupling the objects with each other was to hard code the dependency. public interface IEngine { … } public class DieselEngine implements IEngine { … } public interface ICar { … } public class […]
Introduction to SQL Server 2008 PRO
I have recently completed the development of a new fundamental course about SQL Server 2008. If you are doing your first steps this is the course you want to take. You will learn the basic SQL commands and you will learn how to execute them when using the SQL Server 2008. The course is available […]
Android Hybrid Applications PRO
Developing applications for mobile telephones we phase three options. We can develop a native application using Objective-C (iPhone), C# (WP7) or Java (Android), we can develop a web application that fits all mobile telephones platforms and we can develop an hybrid one. Developing an hybrid application for mobile telephones involves with developing a native application […]
Closures in Scala PRO
Closures isn’t a simple topic. Trying to assist others with understanding this topic I chose to create a short video clip. I will be very glad to get feedback and suggestions. The video clip was developed as part of the Scala Fundamentals course. You can find this course available for free personal and academic usage […]
Introduction to HTML 5 INFO
I have recently completed to develop an introduction course for HTML 5. It covers HTML 5 important parts. The professional commercial version is available at www.xperato.com. The community free version is available at www.abelski.com. Taking this course you will learn how to use HTML 5 new tags and how to use its new JavaScript APIs. […]