Detailed Bio
Since 2019, Enzo GrubiĊĦa has primarily been a C# developer, with experience in WPF, Xamarin.Forms, Xamarin.Android, React, and Node.js. He has participated in the development of mobile applications as part of an ERP system. Enzo contributes to CSCS WPF (the GUI part), and the development of emulation of the Btrieve way of working with data using SQL Server.
He studied computer science at the Faculty of Engineering at the University of Rijeka, Croatia and is currently working at Aura Soft as a main developer.
In his free time, he likes to play guitar, which has been his favorite occupation since his early years. He mostly prefers rock and roll and similar genres.
Articles Authored
-
Job-Oriented Programming and Pointers in a Scripting Language
Last updated: Wednesday, August 28, 2024
Published in: CODE Magazine: 2024 - September/October
This article explores the use of job-oriented programming and pointers within the CSCS (Customized Scripting in C#) scripting language. The authors demonstrate how CSCS, a lightweight and open-source language similar to JavaScript but with case-insensitive variables and function names, facilitates the development of large applications through the use of standalone micro-modules. By leveraging the `Chain` and `Param` commands, developers can easily manage inter-script communication and execution. The article also delves into the implementation of pointers in CSCS, enhancing the scripting language's versatility. The authors provide practical examples, including setting up a CSCS environment, chaining scripts, and downloading resources dynamically from the internet, showcasing the potential for modular and flexible application development.