GuidesHow to parse config files with Bash0 Comments3 Min ReadLearn how to parse variables from config files in Bash. This approach separates code from settings,…
GuidesUse Gradle with Apache Groovy0 Comments3 Min ReadThis article explores Gradle, a powerful build and documentation tool for Apache Groovy projects. Learn how…
Community ManagementHighlightsWhen Open Source turns sour: A brush with mistaken identity1 Comment3 Min ReadPublic shaming is common online, but in Open Source the reliance on reputation and collaboration makes…
GuidesApache Groovy’s Grape for easy dependencies1 Comment3 Min ReadApache Groovy's Grape tool simplifies dependency management, letting you declare libraries directly in your code. This…
GuidesWrite JSON or XML with Apache Groovy0 Comments5 Min ReadGenerate well-formatted HTML reports from Groovy scripts. This guide explores techniques to streamline email reporting while…
Community ManagementOpen Collaboration: OpenProject + GitLab Integrate0 Comments3 Min ReadOpen source thrives on collaboration. Developer Benjamin Tey identified a missing feature and took action. His…
GuidesResourcesPrevent script bugs: Test early1 Comment6 Min ReadWrite bulletproof shell scripts. Learn key testing methods for reliable automation.
GuidesTame JSON and XML with Apache Groovy0 Comments8 Min ReadEffortlessly handle JSON and XML data in Apache Groovy applications with built-in slurpers. This guide explores…
GuidesWhy I love named Parameters in Apache Groovy0 Comments2 Min ReadHow I use named parameters for cleaner, more readable code.
GuidesBuild efficient Bash scripts with templates1 Comment8 Min ReadSysadmins facing repetitive tasks, take control with Bash scripting. This guide dives into the fundamentals, equipping…