K. Siva Prasad Reddy

Results 5 issues of K. Siva Prasad Reddy

Chapter-11 covers many of the web application development features. I think it would be good to add a Hands-On Lab section demonstrating how to implement common User management tasks such...

enhancement

I am using docker-asciidoctor to generate PDF, HTML an EPUB formats and it was working fine until 1.63 version. ``` docker run --rm -v $(pwd):/documents/:z asciidoctor/docker-asciidoctor:1.63 asciidoctor -o build/mybook.html src/index.adoc...

bug

Currently, the application is a single maven module based monolithic. Should we consider making it more modular? **Options:** * Splitting the techbuzz module into : **domain**, **jooq-adapter**, **server** maven modules...