Leanpub Header

Skip to main content

Filters

Category: "Java"

Books

  1. The Java Authentication and Authorization Service (JaaS) in Action
    Figuring out and using the Java Authentication and Authorization Service. From 2005!
    Coté

    Travel back to 2005 and read about the fascinating world of identity and access management in Java: JAAS!

  2. Reactive Spring
    (v1.5)
    Josh Long

    Join Spring Developer Advocate Josh Long (@starbuxman) for an introduction to reactive programming and its implementation in the Spring ecosystem.

  3. Learn Docker - .NET Core, Java, Node.JS, PHP or Python
    Be ready to create and run your containerized application next week.
    Arnaud Weil

    You know next to nothing about Docker but need to create and run your first containerized application using Docker within a week. Don't worry: this book has you covered.

  4. Программирование Cloud Native. Микросервисы, Docker и Kubernetes
    Разработка приложений и микросервисов в стиле Cloud Native. Упаковка микросервисов в контейнеры Docker, развертывание микросервисов с помощью Kubernetes. Управление развернутыми сервисами и их взаимодействие.
    Иван Портянкин

    Программирование всегда доступных, распределенных, обслуживающих миллионы запросов систем основано на возможностях облаков Cloud. Книга расскажет, как создавать приложения согласно концепции Cloud Native, "рожденные" жить и работать в облаке - а именно видеть их как набор микросервисов, упаковывать в образы Docker, и управлять ими в Kubernetes.

  5. Learn to write high-quality unit tests with the finest technologies of the Java world: JUnit 5, Mockito & AssertJ! Learn best practices. Avoid common pitfalls. Increase your awesomeness ;)

  6. The Dynamic Programming Manual
    Mastering Efficient Solutions
    Gábor László Hajba

    Unleash the power of dynamic programming! Master efficiency and solve complex problems with expertly crafted solutions. Java and Python code examples guide your path to optimized application performance. Dive into "The Dynamic Programming Manual" and unlock the secrets of success!

  7. Desenvolvendo microsserviços em Java na AWS
    Crie microsserviços em Java com Spring Boot e Docker na AWS com o ECS - Elastic Container Service
    Paulo Cesar Siecola

    Aprenda a desenvolver microsserviços em Java para Amazon Web Services, uma das maiores plataformas de cloud computing. Saiba trabalhar com serviços como Elastic Container Service, CloudWatch, Relational Database Service, Simple Notification Service, Simple Queue Service, DynamoDB e Lambda.

  8. Get Your Hands Dirty on Clean Architecture (2nd edition)
    A Hands-on Guide to Creating Clean Web Applications with Code Examples in Java
    Tom Hombergs

    A good software architecture should keep the cost of development low over the complete lifetime of an application. This book discusses how the Hexagonal Architecture style tries to fulfill this goal and translates the concepts into actual code to provide inspiration for software developers.

  9. Cryptography for javascript developers

  10. Agile Software In Process
    A software book with a story
    Steven Solomon

    After six months of working 10 hour days, the small team at Big Ticket Books deploys the subscription feature, only to discover customers are overcharged. In this story based on over a decade of experience, I tell how applying values, not practices, leads to collaboratively delivering high quality software.

  11. 5 top guides to mastering Kotlin
    Learn the tricks that will let you take the most out of the language
    Antonio Leiva

    Once you've learned the basics of the language, it's time to go beyond. Kotlin offers a set of tools, libraries and use cases that can help you boost your productivity when developing Android Apps.

  12. Get the power of the Java platform in Clojure projects. Theory plus five practical chapters borrowed from real business tasks

  13. The guide to writing Web application in the Javalin framework

  14. Are you preparing for a job interview as a Java developer? If yes, you have come to the right place.

  15. Learn how to build a full-reactive system from the database (MongoDB reactive) to the front-end (Angular), using a Reactive programming strategy leveraged by Spring WebFlux, with the simplicity offered by Spring Boot 2. Includes a comparison with the standard MVC approach, covering the main aspects (simplicity, performance, etc.).