undefined
Tutorials of
Working with Dates and Times in Groovy: A Practical Guide Master date and time manipulation in Groovy with this comprehensive guide. Learn about Date, Calendar, TimeCategory, LocalDateTime, and formatting examples.
Building a CRUD Web Application Using Grails 6 and MongoDB Build a CRUD web app with Grails 6 and MongoDB using updated Mongo GORM, RESTful controllers, and modern Grails Forge—step-by-step for 2025.
Groovy Tutorial: Map Example Master Groovy Maps with hands-on examples—learn how to create, modify, filter, merge, and iterate maps efficiently in a Groovy-powered JVM environment.
Formatting and Parsing Dates in Groovy Learn how to format and parse dates in Groovy using format(), parse(), and Java 8 java.time API with practical examples and pattern references
Grails 6 Spring Security Core Login Tutorial Learn how to implement a secure login system in Grails 6 using Spring Security Core with step-by-step configuration and authentication setup
Real-World Groovy Closure Examples for Automation and Scripting Use Groovy closures in real-world scripts for file processing, task automation, DSLs, and configuration. Practical examples for powerful Groovy scripting
Advanced Groovy Closures: Currying, Memoization, and More Master advanced Groovy closures with currying, memoization, composition, and trampolining. Optimize and modularize your code with real examples
Groovy Closure Scope: this, owner, and delegate Explained Learn how Groovy resolves this, owner, and delegate in closures. Control scope and build custom DSLs with practical examples
Groovy Closures with Lists and Maps: Practical Examples Learn how to use Groovy closures with Lists and Maps using each, collect, findAll, and more. Practical examples for real-world Groovy coding
Groovy Closure Basics: What They Are and How to Use Them Learn the basics of Groovy closures with syntax, parameters, and examples. A beginner-friendly guide to writing powerful Groovy code
undefined