Groovy
Groovy GString magic
@JacobAae's talk at Greach 2018. I thought that you could not stretch GString topic to a 45 minutes talk but Jacob delivered an awesome talk.
Micronaut
The twelve-factor app
One of Micronaut's design goals to enable twelve-factor app methodology:
The twelve-factor app is a methodology for building software-as-a-service apps that:
- Use declarative formats for setup automation, to minimize time and cost for new developers joining the project;
- Have a clean contract with the underlying operating system, offering maximum portability between execution environments;
- Are suitable for deployment on modern cloud platforms, obviating the need for servers and systems administration;
- Minimize divergence between development and production, enabling continuous deployment for maximum agility;
- And can scale up without significant changes to tooling, architecture, or development practices.
Grails
Online Training Workshop: Introduction to Grails Security
Grails security plugins are one of top Grails features. Join me in May to learn more about Grails Security.
- Understand the security capabilities of key Grails plugins
- Learn to configure and use Grails security plugins (Spring Security Core, LDAP, REST, ACL, UI).
📍 Online 📅 May 17 - May 18th ⏳ 6 Hours 💵 100 USD
Google OAuth2 with Grails 3 and Spring Security REST
In this Grails Guide, learn how to create a server-less GSP Grails App, send JWT as a Cookie and use Google Authentication with the Spring Security Rest Grails Plugin.
Security and Pentesting Workshop
Security should be the top of our duties as developers. @JacobAae's security workshop at Greach was a great reminder of several vulnerabilities which we should learn about and protect against.
Check the slides about security tools and a sample app with insecure code which was used during the workshop.
Misc
Authentication as a Microservice
An awesome talk by @bpontarelli about authentication in a Microservice architecture with JWT.
Comment
Still digesting Greach's content. In this issue, you will find a mix of Micronaut and security related links. Enjoy!
Sergio del Amo