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
# Table of Contents
1. [Proof of Concept Walkthrough](## Proof of Concept Walkthrough)
2. [Implementation Walkthrough](## Implementation Walkthrough)
3. [Seeing everything in action](## Seeing everything in action - Timezone aware greeting text)
4. [Tea Break](## Tea Break)
- [Goals](#goals)
- [Proof of Concept Walkthrough](#proof-of-concept-walkthrough)
- [Implementation Walkthrough](#implementation-walkthrough)
- [Seeing everything in action](#seeing-everything-in-action)
- [Tea Break](#tea-break)
### 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)
## 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.
### 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.

Loading…
Cancel
Save