In our Org we have quite a few places were data is auto populated based on other data selected. This however comes with allot of rules. When I started, we had allot of issues where sometimes the incorrect data is selected. This required a rewrite of the filtering to find the correct data but often … Continue reading Development Design pattern for Best Fit Filtering
Category: DynNAV
NAV-Levenshtein-Distance
The Levenshtein distance is a string metric for measuring difference between two sequences. Informally, the Levenshtein distance between two words is the minimum number of single-character edits (i.e. insertions, deletions or substitutions) required to change one word into the other. The Levenshtein Algorithm - Cuelogic .....In Other words It is a algorithm to determine how close 2 strings match … Continue reading NAV-Levenshtein-Distance
Docker NAV Images
OK, So I am late to this game but rather late than never. I recently started messing around with docker. My knowledge is still limited on the subject, but I wanted to get something going. This blog serves a purpose more in tracking my progress and reminding me of the how, what, and where, but … Continue reading Docker NAV Images
My Source Control Manger
Many years ago I worked at Microsoft for the GDL team in the Netherlands. That is where I first started using source control and loved it. Source Control for Classic Nav is a bit of a mission as you need to export the objects as text files to get them into source control. If you … Continue reading My Source Control Manger



