From 8ac79966fccf854b4833d7a35700f60a8f8464ba Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Tue, 7 Jul 2020 15:40:36 +0200 Subject: [PATCH] Added pages --- blog.md | 14 ++++++++++++++ books.md | 16 ++++++++++++++++ talks.md | 14 ++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 blog.md create mode 100644 books.md create mode 100644 talks.md diff --git a/blog.md b/blog.md new file mode 100644 index 000000000000..ca8a6d353537 --- /dev/null +++ b/blog.md @@ -0,0 +1,14 @@ +--- +layout: page +title: About me +--- + +Husband, Father, Lifeguard, Scuba Instructor, Consultant, Author, Pragmatist, Open Source Enthusiast. + +## Books I've authored + +[Spring 5 Recipes](https://www.apress.com/gp/book/9781484227893) + +[Spring Recipes](https://www.apress.com/gp/book/9781430259091) + +[Pro Spring MVC: With Web Flow](https://www.apress.com/gp/book/9781430241553) diff --git a/books.md b/books.md new file mode 100644 index 000000000000..92061b40e3bb --- /dev/null +++ b/books.md @@ -0,0 +1,16 @@ +--- +layout: page +title: Books +--- + +## Books I've authored + +[Pro Spring MVC: With WebFlux](https://www.apress.com/gp/book/9781484256657) + +[Spring Boot 2 Recipes](https://www.apress.com/gp/book/9781484239629) + +[Spring 5 Recipes](https://www.apress.com/gp/book/9781484227893) + +[Spring Recipes](https://www.apress.com/gp/book/9781430259091) + +[Pro Spring MVC: With Web Flow](https://www.apress.com/gp/book/9781430241553) diff --git a/talks.md b/talks.md new file mode 100644 index 000000000000..f73762a779fd --- /dev/null +++ b/talks.md @@ -0,0 +1,14 @@ +--- +layout: page +title: Talks +subtitle: Talks I've given online or on Java conferences + +--- + + +## Books I've authored + +Security is becoming increasingly important for application developers. However it is often implemented as an after-thought in our application. In this session I take a look on how to leverage your CI/CD pipeline to also inspect the security of your application. + +![https://www.youtube.com/watch?v=-9Qo3QJJ7x4](https://www.youtube.com/watch?v=-9Qo3QJJ7x4) +