Topics and interesting things explored/to explore
- WEBINAR Introduction to Grails 4: Upgrades and New Features video
- TALK Gr8Conf 2018 Automation strategies for deploying Grails from Dev to Prod video slides
- PLUGIN Grails Swagger Plugin
- TALK DevNexus 2015: Building a Continuous Delivery Pipeline with Gradle and Jenkins talk
- The Twelve-Factor App
- BLOG Twelve-Factor Methodology in a Spring Boot Microservice
- BLOG How I Use the Twelve-Factor App Methodology for Building SaaS Applications with Java & Scala
- TUTORIAL The 12 Factor App - Best Practices In Cloud Native Applications and Microservices
- WEBINAR Database Migration with Grails 3 video
- GUIDE: How to test Domain class constraints
- GUIDE: Grails Controller Testing
- GUIDE: Grails Service Testing
- GUIDE: Grails Code Coverage
- Flyway (database migrations) https://flywaydb.org/
- GreenMail (email sandbox) http://www.icegreen.com/greenmail/
- Testcontainers (disposable containers) https://www.testcontainers.org
- TALK GR8Conf EU 2019 Codenarc Revisited slides
- GUIDE Static code analysis in a Grails app with CodeNarc
- TALK GR8Conf EU 2019 Testing and Infrastructure slides repo
- TALK GR8Conf EU 2019 (Automated) Security Testing in a DevOps world slides
- TALK Gr8Conf 2018: From Zero to Continous Delivery - Concepts, Culture and Overview video
- TALK Gr8Conf 2018 GORM Data Services video
- GUIDE Grails GORM Data Services
- IDEA ERROR Grails GORM Class with @GrailsCompileStatic annotation shows in the static mapping closure table, version, autoTimestamp as unresolved symbol
- GUIDE Grails Multi-datasource
- BUG Grails multiple Datasources "No Session found for current thread" exception when accessing secondary datasource
- UNDOCUMENTED Showing empty and nulls in rendered GSON view/template
g.render(myObject, [renderNulls: true])
- REPO My Grails 4 example application using Docker repo
- BLOG Gradle and Docker (multi-stage builds
- BLOG Building Java Docker images with Gradle and Docker multistage builds
- BLOG Multi-Stage Docker example for Spring boot application
- REPO My Grails 4 example application using Artifactory repo
- BLOG Speed Up Your Gradle Builds with JFrog Artifactory
- REPO My example project implementing JWK and JWKS with micronaut, Kotlin and PostgreSQL repo