SlideShare a Scribd company logo
1 of 70
Download to read offline
© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
The Next of Java
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
2
All about Java
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
3
Learning


Java Programming 2022
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
4
Basic of Java
Develop Backend
Application
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
5
Programming


skills
Problem solving Data structure Algorithm
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
6
General skills for programming
Problem solving
Data structure and algorithms
Version Control Management
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
7
Java Developer Roadmap
https://roadmap.sh/java
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
8
Programming Language
https://www.tiobe.com/tiobe-index/
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
9
Java
https://www.tiobe.com/tiobe-index/
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
10
Java
https://www.tiobe.com/tiobe-index/
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
11
All about Java programming
JDK (Java Development Kit)
Tools
Frameworks
Testing
Working with Database and Network
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
12
JDK
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
13
JDK 17 on 14 September 2021
Free to use in production
https://www.oracle.com/downloads/licenses/no-fee-license.html
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
14
History of JDK (8 to 17)
https://inside.java/2021/09/14/the-arrival-of-java17/
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
15
# of JEPs
https://inside.java/2021/09/14/the-arrival-of-java17/
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
16
Issues fixed per org
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
17
8 vs 11 vs 17 ?
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
18
Features of Java?
from 8 to 17 ?
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
19
Features of Java 8 ?
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
20
Java 8 features
Lambda expression
Stream API
Optional class
Interface default and Static methods
Functional interface
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
21
New features .. to 17
Name Preview Stable
Pattern matching for switch 17
Sealed class 15 17
Local enum 15 16
Local interface 15 16
Record type 14 16
Pattern matching for instance 14 16
Text blocks 13 15
Switch expression 12 14
Type inference (var) 10
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
22
Demo
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
23
Pattern matching in switch
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
24
Pattern matching in switch
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
25
Sealed classes
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
26
Record classes
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
27
Text blocks
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
28
Command line tools
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
29
REPL of Java ?
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
30
jShell
Run Java commands interactively
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
31
Microbenchmark for Java
JMH (Java Microbenchmark Harness)
https://openjdk.java.net/projects/code-tools/jmh/
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
32
More tools !!
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
33
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
34
Migration Guide
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
35
https://docs.oracle.com/en/java/javase/17/migrate/getting-started.html
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
36
JVM languages ?
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
37
JVM languages
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
38
https://jaxenter.com/pirates-of-the-jvm-the-infographic-132524.html
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
39
Tools
IDE (Eclipse, IntelliJ IDEA)
Build tools (Apache maven, Gradle)
Container (Docker, Kubernetes)
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
40
IDEs
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
41
Build tools
Manage libraries/dependencies
Project structure
Manage configuration
Define build and deploy process
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
42
Build tools
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
43
Java Web Framework
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
44
Java Web Framework
Spring framework
Spring boot
Spring data
JPA (Java Persistence API)
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
45
GraalVM
https://www.graalvm.org/
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
46
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
47
Architecture
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
48
Java
Standalone
application
Kotlin
Scala
Clojure
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
49
Spring Native
https://github.com/spring-projects-experimental/spring-native
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
50
Reactive programming
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
51
Reactive programming
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
52
https://projectreactor.io/
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
53
Popular frameworks ?
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
54
Java with Cloud Native
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
55
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
56
Design for Cloud-native
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
57
Startup time
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
58
Memory footprint
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
59
Performance !!
https://helidon.io/#microprofile
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
60
Break and Quiz
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
61
Testing with Java
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
62
Functional Non-Functional
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
63
https://www.javatpoint.com/functional-testing
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
64
Testing
Unit testing
Integration testing
Component testing
Contract testing
End-to-End testing
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
65
Types of Testing
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
66
Testing libraries for Java
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
67
Summary
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
68
Java Developer Roadmap
https://roadmap.sh/java
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
69
Meetup


© 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved.
70
Q/A

More Related Content

What's hot

vTalk#1 Microservices with Spring Boot
vTalk#1 Microservices with Spring BootvTalk#1 Microservices with Spring Boot
vTalk#1 Microservices with Spring BootSomkiat Puisungnoen
 
CWIN17 telford api management, practical implementation experience - david ru...
CWIN17 telford api management, practical implementation experience - david ru...CWIN17 telford api management, practical implementation experience - david ru...
CWIN17 telford api management, practical implementation experience - david ru...Capgemini
 
Cover Your Apps While Still Using npm
Cover Your Apps While Still Using npmCover Your Apps While Still Using npm
Cover Your Apps While Still Using npmTierney Cyren
 
Intro to service mesh & Istio
Intro to service mesh & IstioIntro to service mesh & Istio
Intro to service mesh & IstioRinor Maloku
 
Is React The Best Thing Since Sliced Bread?
Is React The Best Thing Since Sliced Bread?Is React The Best Thing Since Sliced Bread?
Is React The Best Thing Since Sliced Bread?Synerzip
 
Cips Meetup Auckland-Mirko-Kleiner-lean-agile-procurement-201904-1.0
Cips Meetup Auckland-Mirko-Kleiner-lean-agile-procurement-201904-1.0Cips Meetup Auckland-Mirko-Kleiner-lean-agile-procurement-201904-1.0
Cips Meetup Auckland-Mirko-Kleiner-lean-agile-procurement-201904-1.0Mirko Kleiner
 
Quality Assurance in fast paced DevOps projects using automation - Patrick Ve...
Quality Assurance in fast paced DevOps projects using automation - Patrick Ve...Quality Assurance in fast paced DevOps projects using automation - Patrick Ve...
Quality Assurance in fast paced DevOps projects using automation - Patrick Ve...Sogeti Nederland B.V.
 
Neste: How to Build Business Case, Ramp-up and Run SAP Test Automation Factory
Neste: How to Build Business Case, Ramp-up and Run SAP Test Automation FactoryNeste: How to Build Business Case, Ramp-up and Run SAP Test Automation Factory
Neste: How to Build Business Case, Ramp-up and Run SAP Test Automation FactorySogeti Nederland B.V.
 
AgileSerbia 2019-Closing Keynote by Mirko-Kleiner about Lean-Agile Procurement
AgileSerbia 2019-Closing Keynote by Mirko-Kleiner about Lean-Agile ProcurementAgileSerbia 2019-Closing Keynote by Mirko-Kleiner about Lean-Agile Procurement
AgileSerbia 2019-Closing Keynote by Mirko-Kleiner about Lean-Agile ProcurementMirko Kleiner
 

What's hot (12)

Wordpress for Newbie
Wordpress for NewbieWordpress for Newbie
Wordpress for Newbie
 
Sck Agile in Real World
Sck Agile in Real WorldSck Agile in Real World
Sck Agile in Real World
 
vTalk#1 Microservices with Spring Boot
vTalk#1 Microservices with Spring BootvTalk#1 Microservices with Spring Boot
vTalk#1 Microservices with Spring Boot
 
Your Flight is Boarding Now!
Your Flight is Boarding Now!Your Flight is Boarding Now!
Your Flight is Boarding Now!
 
CWIN17 telford api management, practical implementation experience - david ru...
CWIN17 telford api management, practical implementation experience - david ru...CWIN17 telford api management, practical implementation experience - david ru...
CWIN17 telford api management, practical implementation experience - david ru...
 
Cover Your Apps While Still Using npm
Cover Your Apps While Still Using npmCover Your Apps While Still Using npm
Cover Your Apps While Still Using npm
 
Intro to service mesh & Istio
Intro to service mesh & IstioIntro to service mesh & Istio
Intro to service mesh & Istio
 
Is React The Best Thing Since Sliced Bread?
Is React The Best Thing Since Sliced Bread?Is React The Best Thing Since Sliced Bread?
Is React The Best Thing Since Sliced Bread?
 
Cips Meetup Auckland-Mirko-Kleiner-lean-agile-procurement-201904-1.0
Cips Meetup Auckland-Mirko-Kleiner-lean-agile-procurement-201904-1.0Cips Meetup Auckland-Mirko-Kleiner-lean-agile-procurement-201904-1.0
Cips Meetup Auckland-Mirko-Kleiner-lean-agile-procurement-201904-1.0
 
Quality Assurance in fast paced DevOps projects using automation - Patrick Ve...
Quality Assurance in fast paced DevOps projects using automation - Patrick Ve...Quality Assurance in fast paced DevOps projects using automation - Patrick Ve...
Quality Assurance in fast paced DevOps projects using automation - Patrick Ve...
 
Neste: How to Build Business Case, Ramp-up and Run SAP Test Automation Factory
Neste: How to Build Business Case, Ramp-up and Run SAP Test Automation FactoryNeste: How to Build Business Case, Ramp-up and Run SAP Test Automation Factory
Neste: How to Build Business Case, Ramp-up and Run SAP Test Automation Factory
 
AgileSerbia 2019-Closing Keynote by Mirko-Kleiner about Lean-Agile Procurement
AgileSerbia 2019-Closing Keynote by Mirko-Kleiner about Lean-Agile ProcurementAgileSerbia 2019-Closing Keynote by Mirko-Kleiner about Lean-Agile Procurement
AgileSerbia 2019-Closing Keynote by Mirko-Kleiner about Lean-Agile Procurement
 

Similar to Next of Java 2022

Javascript for Enterprise Application
Javascript for Enterprise ApplicationJavascript for Enterprise Application
Javascript for Enterprise ApplicationSoham Dasgupta
 
SAP Developer Relations for Nextgen
SAP Developer Relations for NextgenSAP Developer Relations for Nextgen
SAP Developer Relations for NextgenCraig Cmehil
 
Cisco Connect Toronto 2018 DevNet Overview
Cisco Connect Toronto 2018  DevNet OverviewCisco Connect Toronto 2018  DevNet Overview
Cisco Connect Toronto 2018 DevNet OverviewCisco Canada
 
CWIN17 telford application integration and ap is - lisa eckersley
CWIN17 telford   application integration and ap is - lisa eckersleyCWIN17 telford   application integration and ap is - lisa eckersley
CWIN17 telford application integration and ap is - lisa eckersleyCapgemini
 
【Primer】WebApp release in 3 hours! Programming from scratch Rails course
【Primer】WebApp release in 3 hours! Programming from scratch Rails course【Primer】WebApp release in 3 hours! Programming from scratch Rails course
【Primer】WebApp release in 3 hours! Programming from scratch Rails courseDIVE INTO CODE Corp.
 
Building a game with JavaScript (March 2017, washington dc)
Building a game with JavaScript (March 2017, washington dc)Building a game with JavaScript (March 2017, washington dc)
Building a game with JavaScript (March 2017, washington dc)Daniel Friedman
 
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"Fwdays
 
Kendo UI workshop introduction - PUG Baltic Annual Conference 2017
Kendo UI workshop introduction - PUG Baltic Annual Conference 2017Kendo UI workshop introduction - PUG Baltic Annual Conference 2017
Kendo UI workshop introduction - PUG Baltic Annual Conference 2017Alen Leit
 
Chernivtsi Magento Meetup&Contribution day. Miniailo.I.
Chernivtsi Magento Meetup&Contribution day. Miniailo.I. Chernivtsi Magento Meetup&Contribution day. Miniailo.I.
Chernivtsi Magento Meetup&Contribution day. Miniailo.I. Elogic Magento Development
 
MageConf 2017, Design API Best Practices
MageConf 2017, Design API Best PracticesMageConf 2017, Design API Best Practices
MageConf 2017, Design API Best PracticesIgor Miniailo
 
Develop, Deploy, Iterate Often.
Develop, Deploy, Iterate Often.Develop, Deploy, Iterate Often.
Develop, Deploy, Iterate Often.J On The Beach
 
Move your Castle to the Cloud
Move your Castle to the CloudMove your Castle to the Cloud
Move your Castle to the CloudBlaine Carter
 
No-Java Enterprise Applications: It’s All About JavaScript [DEV5107]
No-Java Enterprise Applications: It’s All About JavaScript [DEV5107]No-Java Enterprise Applications: It’s All About JavaScript [DEV5107]
No-Java Enterprise Applications: It’s All About JavaScript [DEV5107]Soham Dasgupta
 
Why Automate the Network?
Why Automate the Network?Why Automate the Network?
Why Automate the Network?Hank Preston
 
Building a Game With JavaScript (Thinkful LA)
Building a Game With JavaScript (Thinkful LA)Building a Game With JavaScript (Thinkful LA)
Building a Game With JavaScript (Thinkful LA)Thinkful
 
Getting Started with AWS Developers: AWS Developer Workshop - Web Summit 2018
Getting Started with AWS Developers: AWS Developer Workshop - Web Summit 2018Getting Started with AWS Developers: AWS Developer Workshop - Web Summit 2018
Getting Started with AWS Developers: AWS Developer Workshop - Web Summit 2018Amazon Web Services
 

Similar to Next of Java 2022 (20)

Javascript for Enterprise Application
Javascript for Enterprise ApplicationJavascript for Enterprise Application
Javascript for Enterprise Application
 
SCK Firestore at CNX
SCK Firestore at CNXSCK Firestore at CNX
SCK Firestore at CNX
 
SAP Developer Relations for Nextgen
SAP Developer Relations for NextgenSAP Developer Relations for Nextgen
SAP Developer Relations for Nextgen
 
Cisco Connect Toronto 2018 DevNet Overview
Cisco Connect Toronto 2018  DevNet OverviewCisco Connect Toronto 2018  DevNet Overview
Cisco Connect Toronto 2018 DevNet Overview
 
Cloud Foundry Summit 2017
Cloud Foundry Summit 2017Cloud Foundry Summit 2017
Cloud Foundry Summit 2017
 
Ongoing management of your PHP 7 application
Ongoing management of your PHP 7 applicationOngoing management of your PHP 7 application
Ongoing management of your PHP 7 application
 
CWIN17 telford application integration and ap is - lisa eckersley
CWIN17 telford   application integration and ap is - lisa eckersleyCWIN17 telford   application integration and ap is - lisa eckersley
CWIN17 telford application integration and ap is - lisa eckersley
 
【Primer】WebApp release in 3 hours! Programming from scratch Rails course
【Primer】WebApp release in 3 hours! Programming from scratch Rails course【Primer】WebApp release in 3 hours! Programming from scratch Rails course
【Primer】WebApp release in 3 hours! Programming from scratch Rails course
 
Building a game with JavaScript (March 2017, washington dc)
Building a game with JavaScript (March 2017, washington dc)Building a game with JavaScript (March 2017, washington dc)
Building a game with JavaScript (March 2017, washington dc)
 
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
 
Kendo UI workshop introduction - PUG Baltic Annual Conference 2017
Kendo UI workshop introduction - PUG Baltic Annual Conference 2017Kendo UI workshop introduction - PUG Baltic Annual Conference 2017
Kendo UI workshop introduction - PUG Baltic Annual Conference 2017
 
Chernivtsi Magento Meetup&Contribution day. Miniailo.I.
Chernivtsi Magento Meetup&Contribution day. Miniailo.I. Chernivtsi Magento Meetup&Contribution day. Miniailo.I.
Chernivtsi Magento Meetup&Contribution day. Miniailo.I.
 
MageConf 2017, Design API Best Practices
MageConf 2017, Design API Best PracticesMageConf 2017, Design API Best Practices
MageConf 2017, Design API Best Practices
 
Develop, Deploy, Iterate Often.
Develop, Deploy, Iterate Often.Develop, Deploy, Iterate Often.
Develop, Deploy, Iterate Often.
 
Move your Castle to the Cloud
Move your Castle to the CloudMove your Castle to the Cloud
Move your Castle to the Cloud
 
“Turning your ML algorithms into full web apps in no time with Python" by Mar...
“Turning your ML algorithms into full web apps in no time with Python" by Mar...“Turning your ML algorithms into full web apps in no time with Python" by Mar...
“Turning your ML algorithms into full web apps in no time with Python" by Mar...
 
No-Java Enterprise Applications: It’s All About JavaScript [DEV5107]
No-Java Enterprise Applications: It’s All About JavaScript [DEV5107]No-Java Enterprise Applications: It’s All About JavaScript [DEV5107]
No-Java Enterprise Applications: It’s All About JavaScript [DEV5107]
 
Why Automate the Network?
Why Automate the Network?Why Automate the Network?
Why Automate the Network?
 
Building a Game With JavaScript (Thinkful LA)
Building a Game With JavaScript (Thinkful LA)Building a Game With JavaScript (Thinkful LA)
Building a Game With JavaScript (Thinkful LA)
 
Getting Started with AWS Developers: AWS Developer Workshop - Web Summit 2018
Getting Started with AWS Developers: AWS Developer Workshop - Web Summit 2018Getting Started with AWS Developers: AWS Developer Workshop - Web Summit 2018
Getting Started with AWS Developers: AWS Developer Workshop - Web Summit 2018
 

More from Somkiat Puisungnoen (18)

devops
devops devops
devops
 
Manage data of service
Manage data of serviceManage data of service
Manage data of service
 
Cloud Native App
Cloud Native AppCloud Native App
Cloud Native App
 
Clean you code
Clean you codeClean you code
Clean you code
 
Unhappiness Developer
Unhappiness DeveloperUnhappiness Developer
Unhappiness Developer
 
The Beauty of BAD code
The Beauty of  BAD codeThe Beauty of  BAD code
The Beauty of BAD code
 
React in the right way
React in the right wayReact in the right way
React in the right way
 
Rise of Container (RoC)
Rise of Container (RoC)Rise of Container (RoC)
Rise of Container (RoC)
 
SCK :: Scrum is NOT Enough
SCK :: Scrum is NOT EnoughSCK :: Scrum is NOT Enough
SCK :: Scrum is NOT Enough
 
Software Development Trends 2017 at IMC
Software Development Trends 2017 at IMCSoftware Development Trends 2017 at IMC
Software Development Trends 2017 at IMC
 
Design pattern with Java 8
Design pattern with Java 8Design pattern with Java 8
Design pattern with Java 8
 
Meetup :: Update Elastic Stack 5.0
Meetup :: Update Elastic Stack 5.0Meetup :: Update Elastic Stack 5.0
Meetup :: Update Elastic Stack 5.0
 
Git as NoSQL
Git as NoSQLGit as NoSQL
Git as NoSQL
 
DevOps 101
DevOps 101DevOps 101
DevOps 101
 
Sck Mobile Application Security
Sck Mobile Application SecuritySck Mobile Application Security
Sck Mobile Application Security
 
Automation test for Android
Automation test for AndroidAutomation test for Android
Automation test for Android
 
Secure Test-Driven Development
Secure Test-Driven DevelopmentSecure Test-Driven Development
Secure Test-Driven Development
 
Working with branch
Working with branchWorking with branch
Working with branch
 

Recently uploaded

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 

Recently uploaded (20)

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 

Next of Java 2022

  • 1. © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. The Next of Java
  • 2. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 2 All about Java
  • 3. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 3 Learning Java Programming 2022
  • 4. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 4 Basic of Java Develop Backend Application
  • 5. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 5 Programming skills Problem solving Data structure Algorithm
  • 6. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 6 General skills for programming Problem solving Data structure and algorithms Version Control Management
  • 7. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 7 Java Developer Roadmap https://roadmap.sh/java
  • 8. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 8 Programming Language https://www.tiobe.com/tiobe-index/
  • 9. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 9 Java https://www.tiobe.com/tiobe-index/
  • 10. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 10 Java https://www.tiobe.com/tiobe-index/
  • 11. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 11 All about Java programming JDK (Java Development Kit) Tools Frameworks Testing Working with Database and Network
  • 12. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 12 JDK
  • 13. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 13 JDK 17 on 14 September 2021 Free to use in production https://www.oracle.com/downloads/licenses/no-fee-license.html
  • 14. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 14 History of JDK (8 to 17) https://inside.java/2021/09/14/the-arrival-of-java17/
  • 15. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 15 # of JEPs https://inside.java/2021/09/14/the-arrival-of-java17/
  • 16. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 16 Issues fixed per org
  • 17. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 17 8 vs 11 vs 17 ?
  • 18. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 18 Features of Java? from 8 to 17 ?
  • 19. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 19 Features of Java 8 ?
  • 20. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 20 Java 8 features Lambda expression Stream API Optional class Interface default and Static methods Functional interface
  • 21. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 21 New features .. to 17 Name Preview Stable Pattern matching for switch 17 Sealed class 15 17 Local enum 15 16 Local interface 15 16 Record type 14 16 Pattern matching for instance 14 16 Text blocks 13 15 Switch expression 12 14 Type inference (var) 10
  • 22. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 22 Demo
  • 23. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 23 Pattern matching in switch
  • 24. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 24 Pattern matching in switch
  • 25. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 25 Sealed classes
  • 26. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 26 Record classes
  • 27. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 27 Text blocks
  • 28. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 28 Command line tools
  • 29. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 29 REPL of Java ?
  • 30. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 30 jShell Run Java commands interactively
  • 31. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 31 Microbenchmark for Java JMH (Java Microbenchmark Harness) https://openjdk.java.net/projects/code-tools/jmh/
  • 32. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 32 More tools !!
  • 33. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 33
  • 34. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 34 Migration Guide
  • 35. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 35 https://docs.oracle.com/en/java/javase/17/migrate/getting-started.html
  • 36. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 36 JVM languages ?
  • 37. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 37 JVM languages
  • 38. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 38 https://jaxenter.com/pirates-of-the-jvm-the-infographic-132524.html
  • 39. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 39 Tools IDE (Eclipse, IntelliJ IDEA) Build tools (Apache maven, Gradle) Container (Docker, Kubernetes)
  • 40. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 40 IDEs
  • 41. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 41 Build tools Manage libraries/dependencies Project structure Manage configuration Define build and deploy process
  • 42. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 42 Build tools
  • 43. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 43 Java Web Framework
  • 44. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 44 Java Web Framework Spring framework Spring boot Spring data JPA (Java Persistence API)
  • 45. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 45 GraalVM https://www.graalvm.org/
  • 46. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 46
  • 47. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 47 Architecture
  • 48. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 48 Java Standalone application Kotlin Scala Clojure
  • 49. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 49 Spring Native https://github.com/spring-projects-experimental/spring-native
  • 50. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 50 Reactive programming
  • 51. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 51 Reactive programming
  • 52. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 52 https://projectreactor.io/
  • 53. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 53 Popular frameworks ?
  • 54. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 54 Java with Cloud Native
  • 55. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 55
  • 56. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 56 Design for Cloud-native
  • 57. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 57 Startup time
  • 58. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 58 Memory footprint
  • 59. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 59 Performance !! https://helidon.io/#microprofile
  • 60. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 60 Break and Quiz
  • 61. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 61 Testing with Java
  • 62. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 62 Functional Non-Functional
  • 63. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 63 https://www.javatpoint.com/functional-testing
  • 64. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 64 Testing Unit testing Integration testing Component testing Contract testing End-to-End testing
  • 65. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 65 Types of Testing
  • 66. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 66 Testing libraries for Java
  • 67. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 67 Summary
  • 68. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 68 Java Developer Roadmap https://roadmap.sh/java
  • 69. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 69
  • 70. Meetup © 2017 - 2018 Siam Chamnankit Company Limited. All rights reserved. 70 Q/A