kousen
Author of "Mockito Made Clear", "Kotlin Cookbook", "Modern Java Recipes", "Gradle Recipes for Android", and "Making Java Groovy". Speaker on NFJS tour.
Kousen IT, Inc.Marlborough, CT
Pinned Repositories
GradleRecipesForAndroid
Source code for the book "Gradle Recipes for Android"
java_8_recipes
Source code for Modern Java Recipes book from O'Reilly
java_9_recipes
Source code for Java 9 chapter of Modern Java Recipes
java_latest
Samples for Java features from Java 8 through 21
java_upgrade
Code for Java upgrade workshop
junit5_workshop
Demos and tests for JUnit 5 workshop
kotlin-cookbook
Code from the book _Kotlin Cookbook_, published by O'Reilly Media in 2019, http://shop.oreilly.com/product/0636920224327.do
Making-Java-Groovy
Source code for Manning book "Making Java Groovy"
spring-and-spring-boot
Lab solutions for Spring and Spring Boot course
Spring-Framework-Essentials
Projects used in Spring Framework Essentials video course
kousen's Repositories
kousen/java_8_recipes
Source code for Modern Java Recipes book from O'Reilly
kousen/spring-and-spring-boot
Lab solutions for Spring and Spring Boot course
kousen/kotlin-cookbook
Code from the book _Kotlin Cookbook_, published by O'Reilly Media in 2019, http://shop.oreilly.com/product/0636920224327.do
kousen/Making-Java-Groovy
Source code for Manning book "Making Java Groovy"
kousen/java_upgrade
Code for Java upgrade workshop
kousen/junit5_workshop
Demos and tests for JUnit 5 workshop
kousen/java_latest
Samples for Java features from Java 8 through 21
kousen/java_9_recipes
Source code for Java 9 chapter of Modern Java Recipes
kousen/reactive-spring
Exercise solutions for Reactive Spring training course
kousen/IntroGroovy
Intro Groovy source, based on Appendix A of Making Java Groovy
kousen/java_groovy_kotlin
Repository from "Functional Programming in Java, Groovy, and Kotlin" presentation
kousen/openaidemo
Demo of how access the OpenAI API using Java 17
kousen/OpenAIClient
Demonstrates how to use Spring to access OpenAI restful web services without using the Spring AI project. Tests call ChatGPT for text, DALL-E for image generation, and Whisper for audio transcriptions.
kousen/mockitobook
Code examples for the book Mockito Made Clear, from Pragmatic Programmers
kousen/springaiexamples
Examples from the Spring AI workshop on Azure, without the cloud parts. See https://github.com/Azure-Samples/spring-ai-azure-workshop for the original versions.
kousen/http-client-demo
Use Java 11 HTTP client to parse astro data
kousen/functional_modern_java
kousen/AiJavaLabs
Exercises for a course on integrating AI services with Java.
kousen/restclient_v3
Access multiple public REST services using Spring Boot rest clients WebClient, RestTemplate, HttpExchange
kousen/claudeAI
Spring Boot 3.2.0 project to access the Claude API
kousen/shopping_v3
Simple teaching app based on Spring Boot 3
kousen/sakilajpa
Sakila sample database with Spring Data JPA annotations
kousen/java_17_examples
Code examples that work in Java version 17 (and above).
kousen/SoftwareDesignProject
Project for homework and demos from CPSC310, Software Design, Fall 2024
kousen/java-champions
A list of Java Champions
kousen/kousen
kousen/OpenAiDemo_Trincoll
kousen/TTS_records_validation
Demo project for validating Java records, using hte OpenAI text-to-speech service
kousen/bfl_image_gen_ktor
Generate images using Flux 1.1 [pro] from Black Forest Labs
kousen/LangChain4JDemo
Project with LangChain4j examples, some of which are from the langchain4j-examples project on GitHub.