servoy consultant

Optimizing Code Performance

This is a Servoy tutorial on how to optimize code performance. A while back, I had written a complex calculation engine that…

12 years ago

Servoy Tutorial: Using an Object as a Cache

This is an object-oriented Servoy tutorial on how to use an object as a cache in Servoy. Using an object to cache…

12 years ago

Function Memoization

This is an object-oriented Servoy tutorial on how to use function memoization with Servoy. Function memoization uses a local object to…

12 years ago

Object-Oriented Programming

This is an object-oriented Servoy tutorial on how to use object-oriented programming in Servoy. Javascript’s core data type is the object,…

12 years ago

Inheritance Patterns

This is an object-oriented Servoy tutorial on how to use inheritance patterns in Servoy. I use objects a lot, so I…

12 years ago

Prototypal Inheritance

This is an object-oriented Servoy tutorial on how to use prototypal inheritance in Servoy. When you create a new object…

12 years ago

Multiple Inheritance

This is an object-oriented Servoy tutorial on how to use multiple inheritance with Servoy. If you read the article on "Prototypal…

12 years ago

Using an Object to Control Elements on Servoy Forms

This is an object-oriented Servoy tutorial on how to use an object to control groups of elements that are on…

12 years ago

Parasitic Inheritance

This is an object-oriented Servoy tutorial on how to use parasitic inheritance with Servoy. Parasitic inheritance is a pattern that…

12 years ago

Add Forms to Tab Panels using a Map

This is a Servoy tutorial that demonstrates how to add a form to a tab panel using a map. It's a useful…

12 years ago