
Introduction to Internal DSLs in Scala
Introduction A domain-specific language (DSL) is a language that you design with a specific domain in mind. There are two types of domain-specific languages (DSLs): external and internal. The former

Introduction A domain-specific language (DSL) is a language that you design with a specific domain in mind. There are two types of domain-specific languages (DSLs): external and internal. The former

A great concern in many web applications is how scheduled jobs can be executed. There are many job scheduling frameworks available and Quartz.NET is one of the most popular. Quartz.NET

Overview The introduction of SOA (Service Oriented Architecture) created a lot of buzz a while back, but then got caught up with some negative connotations as is was associated with

In a previous project management article, we discussed financial analysis and its importance. If we decide that the project is profitable, the next step is to analyze the work scope.

This article will discuss the fourth project constraint???time. After determining that the project is profitable, accepting it, decomposing the work scope into smaller tasks and assigning responsibilities, it is necessary
Scala is a multi-paradigm programming language in the sense that it supports both object-oriented and functional paradigms. It runs on the JVM and can be installed using the instructions found
This article describes a situation during debugging of Input/Key related commands and events. The ensuing problems and solutions are presented here to help readers avoid pitfalls that they may face

One of the most important parts of the project planning process is the financial analysis. The goals of this phase are to determine whether or not to take on the

As discussed in the previous project management article, creating a project is a unique activity, meaning that it cannot be standardized. However, the process of project management may be standardized