19.1 Application Hierarchy19.2 Consider your Audience
19.3 Choice is an Illusion
19.4 Direction
19.5 Skuemorphism
19.6 Context is Important
19.7 KISS
19.8 You Are Not the User
19.9 Summary
20. Databases
20.1 SQL (Relational) Databases
20.2 NoSQL Databases
20.3 Summary
Afterword
Appendices A-D
Adam Davis makes software. He's spent many years developing in Java (since Java 1.2) and has enjoyed using Spring and Hibernate. Since 2006 he's been using Groovy and Grails in addition to Java to create SaaS web applications that help track finances for large institutions (among other things). Adam has a masters and a bachelors degree in computer science from Georgia Tech.
Get up and running fast with the basics of programming using Java as an example language. This short book gets you thinking like a programmer in an easy and entertaining way. Modern Programming Made Easy teaches you basic coding principles, including working with lists, sets, arrays, and maps; coding in the object-oriented style; and writing a web application.
This book is largely language agnostic, but mainly covers the latest appropriate and relevant release of Java, with some updated references to Groovy, Scala, and JavaScript to give you a broad range of examples to consider. You will get a taste of what modern programming has to offer and set yourself up for further study and growth in your chosen language.
You will:
Write code using the functional programming style
Build your code using the latest releases of Java, Groovy, and more