Articles by Tag #groovy

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Stop Waiting for Gradle: Turn Your Old Laptop into an Android/Kotlin Build Sanctuary

If you are a geek like me, you live in a multi-device environment. I have my Gaming PC for...

Learn More 1 0Dec 15 '25

Groovy 데이터 처리 - File, JSON, XML

File 처리 상대 경로 new File('../aspectjx') Enter fullscreen mode ...

Learn More 4 0Dec 31 '25

Groovy 클래스와 메서드 - Class, Method, Closure, Trait

Class (클래스) 인스턴스 초기화 생성자 없이 named parameter로 초기화 가능: class User { String...

Learn More 4 0Dec 31 '25

Groovy 기초 - 문법, 변수, 문자열, 연산자, 제어문

Groovy 기초 Groovy는 JVM 기반 언어로, Java와 유사하면서도 더 간결한 문법을 제공합니다. 기본 문법 세미콜론은 생략...

Learn More 1 0Dec 31 '25

Groovy 고급 기능 - DSL, Meta Object Programming, Template Engine

DSL (Domain Specific Language) DSL 또는 도메인 특화 언어는 특정 도메인에 맞게 설계된 언어입니다. 메서드 괄호 및...

Learn More 1 0Dec 31 '25

Groovy Collection - Set, List, Map, Range

Groovy Collection Groovy는 다양한 컬렉션 타입을 지원하며, Java보다 간결한 문법을 제공합니다. Set //...

Learn More 0 0Dec 31 '25

QuPath Patch Extractor Pipeline

This repository serves as documentation for the steps to follow with QuPath to extract tiles from a...

Learn More 0 0Sep 11 '25

💥 Master Jenkins Pipelines in One Go – With a Universal Jenkinsfile Template

Whether you're a DevOps engineer, backend developer, or automation enthusiast, mastering Jenkins...

Learn More 0 0Apr 15 '25

Enterprise-Grade Jenkins Shared Libraries: How to Build, Version, and Scale CI/CD as Code

In fast-paced engineering organizations, Jenkins pipelines often start simple — just a few lines of...

Learn More 0 1Aug 28 '25

不打包,打款先:基于 Gradle 的构建开关设计

一个通用的构建权限控制系统,适用于 Flutter / React Native / 原生 Android 等所有 Gradle 项目。通过远程 JSON 接口动态控制是否允许构建,防止客户在未支付尾款前擅自打包上线。轻量、无侵入、极易集成,是每个工程师的防白嫖利器。

Learn More 0 0Jun 22 '25

Automate Tasks with Groovy Scripts

🔥 Tired of writing the same scripts over and over? Groovy to the rescue! In this tutorial, you'll...

Learn More 0 0Jul 17 '25

Groovy Shell Scripts for Everyday Development Tasks

Learn how to: ✔ Automate files & processes ✔ Parse JSON/XML easily ✔ Make API calls with Groovy ✔...

Learn More 0 0Sep 13 '25

Working with Dates and Times in Groovy: A Practical Guide

🕒 Mastering time in Groovy just got easier! Learn how to format, parse, calculate, and manipulate...

Learn More 0 0Jun 24 '25

Top 50 Programming Questions (with Answers) for Performance Testers

Performance testing interviews often include programming questions to validate that you can script,...

Learn More 0 0Sep 6 '25

Formatting and Parsing Dates in Groovy

🗓️ Working with dates in Groovy is powerful and expressive — and this tutorial shows you exactly how...

Learn More 0 0Jun 5 '25

Using Groovy for Jenkins Pipelines: A Practical Guide

Want to get the most out of Jenkins pipelines? In this tutorial, we explore: Declarative vs...

Learn More 0 0Aug 21 '25

Groovy in JMeter – Interview Refresher

When preparing for performance testing interviews, Groovy in JMeter often comes up. You don’t need to...

Learn More 0 0Sep 6 '25

Create a Simple REST API in Groovy with Micronaut

Micronaut is a modern, lightweight JVM framework perfect for building fast and efficient...

Learn More 2 0Oct 27 '25

Essential Groovy Syntax and Features for Java Developers

Groovy brings expressive syntax and powerful features to the JVM — but if you come from Java, the...

Learn More 1 0Dec 17 '25

New Tutorial Published: Calling REST APIs with Groovy

In this step-by-step guide, you’ll learn how to: Make GET & POST requests Parse JSON...

Learn More 0 0Oct 3 '25

How to Filter, Find, and Transform Collections in Groovy

Groovy offers some of the most expressive and developer-friendly collection utilities on the JVM. In...

Learn More 1 0Nov 18 '25

Mastering Groovy Operators: Elvis, Safe Navigation, Spread, and More (With Examples)

Groovy includes several powerful operators that make your code cleaner and more expressive than...

Learn More 2 0Mar 10