MitrahSoft is an Adobe offcial partner MitrahSoft is Lucee offcial partner & core contributing developer

Blog

Charting Or Front End Data Visualization Using Echarts

Data from back-end database shoule be displayed to the front-end in a visual way instead of just tabular format. Charting is a one of best data visualization technique. A chart is a graphical representation of data, in which "the data is represented by symbols, such as bars in a bar chart, lines in a line chart, or slices in a pie chart". A chart can represent tabular numeric data, functions or some kinds of qualitative structure and provides different info.

ECharts is a set of front-end chart tool library originally developed by Baidu, Inc. Recently it was donated to apache foundation & it is open-sourced under Apache License 2.0. In this blog post, we are going to see how we are going to easily add echart charts to our web page.

End To End Browser Automation Testing Using NodeJS Testcafe

End to end browser automation testing using nodejs & testcafe

Modify Lucee Administrator Settings Programmatically Using Cfadmin Tag

Lucee administrator API provides lot of opportunity to manipulate the Lucee administrator configurations without using lucee administrator user interface, this can able to acheived by cfadmin tag. This tag is only available in Lucee CFML engine, this is not available in Adobe ColdFusion. We can use this tag for web or server admin contexts using type attribute