0%

During my internship at HPCC Systems in 2023, I had the incredible opportunity to work on a dynamic project that pushed the boundaries of my technical skills and knowledge. In this post, I will summarize the key aspects and achievements of my internship project, highlighting the challenges I faced, the solutions I implemented, and the valuable lessons I learned along the way.

Read more »

ECL is not a procedural language, that is, the order in which operations are performed is not necessarily the order given by the code, which can cause trouble in calculating the execution time of operations. This blog describes how to calculate the execution time of certain operations for users to evaluate performance.

Read more »

In the ECL language, operations such as OUTPUT cannot be performed in the definition, complicating our view of intermediate variables. This blog introduces debugging tips for several ECL programming language.

Read more »