Dynamic Functions in C# PRO

The C# programming language allows us to write code that creates new methods during its execution. These methods are known as dynamic functions, and once created we can use delegates to treat them just as any other ordinary function. The following video clip explains how to use the System.Reflection.Emit classes in order to create a new simple […]

UNC Health Care Calorie Counter INFO

My team at www.zindell.com has just completed  the development of the ‘UNC Health Care Calorie Counter’ application. We used Java ME. The application shall be distributed by 2Thumbz Entertainment. All data is stored both on the handsets and on the server. The data is accessible using the mobile telephone as well as using the desktop web […]

UNC Health Care Carbs Counter INFO

My team at www.zindell.com has just completed  the development of the ‘UNC Health Care Carbs Counter’ application. We used Java ME. The application shall be distributed by 2Thumbz Entertainment. Carbs Counter allows its user to track his carbs’ consumption on a daily basis. All data is stored both on the handset and on the server. […]

UNC Health Care Personal Pedometer INFO

My team at www.zindell.com has just completed  the development of the ‘UNC Health Care Pedometer’ application. This application was developed in Java ME in accordance with UNC Health Care. The application shall be distributed by 2Thumbz Entertainment. Pedometer allows to track our sportive walks while getting detailed reports about our progress. All data is stored both on […]

UNC Health Care Personal Trainer INFO

My team at www.zindell.com has just completed  the development of the ‘UNC Health Care Personal Trainer’ application. This application was developed in Java ME in accordance with UNC Health Care guidelines. The application shall be distributed by 2Thumbz Entertainment. Personal Trainer allows to track our work in the gym allowing us to get detailed reports about our progress. All data […]

UNC Health Care Stop Smoking INFO

My team at www.zindell.com has just completed  the development of the ‘UNC Health Care Stop Smoking’ application. This application was developed in Java ME in accordance with UNC Health Care guidelines. The application shall be distributed by 2Thumbz Entertainment. Stop Smoking allows to track the amount of cigarettes we smoke allowing us to get detailed reports about our progress […]

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

FED Academic Course in HIT Summer 2023

Front End Development

FED stands for Front End Development. It is one of the hottest topics these days. The academic FED course I deliver focuses mostly on the more complex topics.

Methods in Python

In order to turn a function into a method, we should place the definition of that function within the scope of a class. Whenever we define a class that includes functions, each and every function is represented using an object. The reference of ch one of these objects is stored in a new attribute added […]

Skip to content Update cookies preferences