Update 'Home'

master
code-dev 3 years ago
parent
commit
b9a3130a98
  1. 15
      Home.md

15
Home.md

@ -3,11 +3,12 @@
#### 17 Feb 2022 #### 17 Feb 2022
# Table of Contents
1. [Proof of Concept Walkthrough](## Proof of Concept Walkthrough) - [Goals](#goals)
2. [Implementation Walkthrough](## Implementation Walkthrough) - [Proof of Concept Walkthrough](#proof-of-concept-walkthrough)
3. [Seeing everything in action](## Seeing everything in action - Timezone aware greeting text) - [Implementation Walkthrough](#implementation-walkthrough)
4. [Tea Break](## Tea Break) - [Seeing everything in action](#seeing-everything-in-action)
- [Tea Break](#tea-break)
### Goals ### Goals
@ -248,12 +249,12 @@ At the end of the line detection and code mapping, we get a String value which i
FYI: I am using jOOR to build Java code during runtime: [https://www.jooq.org/products/jOOR/javadoc/latest/org.jooq.joor/org/joor/Reflect.html](https://www.jooq.org/products/jOOR/javadoc/latest/org.jooq.joor/org/joor/Reflect.html) FYI: I am using jOOR to build Java code during runtime: [https://www.jooq.org/products/jOOR/javadoc/latest/org.jooq.joor/org/joor/Reflect.html](https://www.jooq.org/products/jOOR/javadoc/latest/org.jooq.joor/org/joor/Reflect.html)
## Seeing everything in action - Timezone aware greeting text ## Seeing everything in action
Let's create a template so that you can personalise your greeting message for each person. Let's create a template so that you can personalise your greeting message for each person.
### Goal ### Goal - Timezone aware greeting text
Given a list of people, for each one of them we want to generate a timezone appropriate greeting text output. Given a list of people, for each one of them we want to generate a timezone appropriate greeting text output.

Loading…
Cancel
Save