Groovy 2 Cookbook

Groovy 2 Cookbook Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Groovy 2 Cookbook book. This book definitely worth reading, it is an incredibly well-written.

Groovy 2 Cookbook

Author : Andrey Adamovich,Luciano Fiandesio
Publisher : Packt Publishing Ltd
Page : 625 pages
File Size : 48,8 Mb
Release : 2013-10-22
Category : Computers
ISBN : 9781849519373

Get Book

Groovy 2 Cookbook by Andrey Adamovich,Luciano Fiandesio Pdf

This book follows a Cookbook style and is packed with intermediate and advanced level recipes.This book is for Java developers who have an interest in discovering new ways to quickly get the job done using a new language that shares many similarities with Java. The book’s recipes start simple, therefore no previous Groovy experience is required to understand the code and the explanations accompanying the examples.

Jenkins 2.x Continuous Integration Cookbook

Author : Mitesh Soni,Alan Mark Berg
Publisher : Packt Publishing Ltd
Page : 431 pages
File Size : 44,7 Mb
Release : 2017-10-30
Category : Computers
ISBN : 9781788292610

Get Book

Jenkins 2.x Continuous Integration Cookbook by Mitesh Soni,Alan Mark Berg Pdf

Get a problem-solution approach enriched with code examples for practical and easy comprehension About This Book Explore the use of more than 40 best-of-breed plug-ins for improving efficiency Secure and maintain Jenkins 2.x by integrating it with LDAP and CAS, which is a Single Sign-on solution Efficiently build advanced pipelines with pipeline as code, thus increasing your team's productivity Who This Book Is For If you are a Java developer, a software architect, a technical project manager, a build manager, or a development or QA engineer, then this book is ideal for you. A basic understanding of the software development life cycle and Java development is needed, as well as a rudimentary understanding of Jenkins. What You Will Learn Install and Configure Jenkins 2.x on AWS and Azure Explore effective ways to manage and monitor Jenkins 2.x Secure Jenkins 2.x using Matrix-based Security Deploying a WAR file from Jenkins 2.x to Azure App Services and AWS Beanstalk Automate deployment of application on AWS and Azure PaaS Continuous Testing – Unit Test Execution, Functional Testing and Load Testing In Detail Jenkins 2.x is one of the most popular Continuous Integration servers in the market today. It was designed to maintain, secure, communicate, test, build, and improve the software development process. This book will begin by guiding you through steps for installing and configuring Jenkins 2.x on AWS and Azure. This is followed by steps that enable you to manage and monitor Jenkins 2.x. You will also explore the ways to enhance the overall security of Jenkins 2.x. You will then explore the steps involved in improving the code quality using SonarQube. Then, you will learn the ways to improve quality, followed by how to run performance and functional tests against a web application and web services. Finally, you will see what the available plugins are, concluding with best practices to improve quality. Style and approach This book provides a problem-solution approach to some common tasks and some uncommon tasks using Jenkins 2.x and is well-illustrated with practical code examples.

Gradle Essentials

Author : Kunal Dabir,Abhinandan,
Publisher : Packt Publishing Ltd
Page : 176 pages
File Size : 49,8 Mb
Release : 2015-12-23
Category : Computers
ISBN : 9781783982370

Get Book

Gradle Essentials by Kunal Dabir,Abhinandan, Pdf

Master the fundamentals of Gradle using real-world projects with this quick and easy-to-read guide About This Book Write beautiful build scripts for various types of projects effortlessly Become more productive by harnessing the power and elegance of the Gradle DSL Learn how to use Gradle quickly and effectively with this step-by-step guide Who This Book Is For This book is for Java and other JVM-based language developers who want to use Gradle or are already using Gradle on their projects. No prior knowledge of Gradle is required, but some familiarity with build-related terminologies and an understanding of the Java language would help. What You Will Learn Master the Gradle DSL by identifying the building blocks Learn just enough Groovy for Gradle Set up tests and reports for your projects to make them CI ready Create library, stand-alone, and web projects Craft multi-module projects quickly and efficiently Migrate existing projects to a modern Gradle build Extract common build logic into plugins Write builds for languages like Java, Groovy, and Scala In Detail Gradle is an advanced and modern build automation tool. It inherits the best elements of the past generation of build tools, but it also differs and innovates to bring terseness, elegance, simplicity, and the flexibility to build. Right from installing Gradle and writing your first build file to creating a fully-fledged multi-module project build, this book will guide you through its topics in a step-by-step fashion. You will get your hands dirty with a simple Java project built with Gradle and go on to build web applications that are run with Jetty or Tomcat. We take a unique approach towards explaining the DSL using the Gradle API, which makes the DSL more accessible and intuitive. All in all, this book is a concise guide to help you decipher the Gradle build files, covering the essential topics that are most useful in real-world projects. With every chapter, you will learn a new topic and be able to readily implement your build files. Style and approach This step-by-step guide focuses on being productive with every chapter. When required, topics are explained in-depth to give you a good foundation of the Gradle fundamentals. The book covers most aspects of builds required for conventional JVM-based projects, and when necessary, points you towards the right resources.

SoapUI Cookbook

Author : Rupert Anderson
Publisher : Packt Publishing Ltd
Page : 328 pages
File Size : 50,6 Mb
Release : 2015-02-27
Category : Computers
ISBN : 9781784398712

Get Book

SoapUI Cookbook by Rupert Anderson Pdf

This book is aimed at developers and technical testers who are looking for a quick way to take their SoapUI skills and understanding to the next level. Even if you are new to SoapUI but have basic Java skills and a reasonable grasp of RESTFul and Soap web services, then you should have no problem making use of this book.

Scala Cookbook

Author : Alvin Alexander
Publisher : "O'Reilly Media, Inc."
Page : 722 pages
File Size : 46,8 Mb
Release : 2013-08
Category : Computers
ISBN : 9781449340339

Get Book

Scala Cookbook by Alvin Alexander Pdf

Save time and trouble when using Scala to build object-oriented, functional, and concurrent applications. With more than 250 ready-to-use recipes and 700 code examples, this comprehensive cookbook covers the most common problems you’ll encounter when using the Scala language, libraries, and tools. It’s ideal not only for experienced Scala developers, but also for programmers learning to use this JVM language. Author Alvin Alexander (creator of DevDaily.com) provides solutions based on his experience using Scala for highly scalable, component-based applications that support concurrency and distribution. Packed with real-world scenarios, this book provides recipes for: Strings, numeric types, and control structures Classes, methods, objects, traits, and packaging Functional programming in a variety of situations Collections covering Scala's wealth of classes and methods Concurrency, using the Akka Actors library Using the Scala REPL and the Simple Build Tool (SBT) Web services on both the client and server sides Interacting with SQL and NoSQL databases Best practices in Scala development

Spring Boot 2.0 Cookbook

Author : Alex Antonov
Publisher : Packt Publishing Ltd
Page : 278 pages
File Size : 53,6 Mb
Release : 2018-02-26
Category : Computers
ISBN : 9781787123670

Get Book

Spring Boot 2.0 Cookbook by Alex Antonov Pdf

Take your application development skills to the next level by implementing Spring Boot features effectively Key Features This collection of effective recipes serves as guidelines for Spring Boot application development Get up to date with features of the latest version of Spring Boot 2.0 Tips and tricks to improve your efficiency through the stages of software development Book Description The Spring framework provides great flexibility for Java development, which also results in tedious configuration work. Spring Boot addresses the configuration difficulties of Spring and makes it easy to create standalone, production-grade Spring-based applications. This practical guide makes the existing development process more efficient. Spring Boot Cookbook 2.0 Second Edition smartly combines all the skills and expertise to efficiently develop, test, deploy, and monitor applications using Spring Boot on premise and in the cloud. We start with an overview of the important Spring Boot features you will learn to create a web application for a RESTful service. Learn to fine-tune the behavior of a web application by learning about custom routes and asset paths and how to modify routing patterns. Address the requirements of a complex enterprise application and cover the creation of custom Spring Boot starters. This book also includes examples of the new and improved facilities available to create various kinds of tests introduced in Spring Boot 1.4 and 2.0, and gain insights into Spring Boot DevTools. Explore the basics of Spring Boot Cloud modules and various Cloud starters to make applications in “Cloud Native” and take advantage of Service Discovery and Circuit Breakers. What you will learn Get to know Spring Boot Starters and create custom auto-configurations Work with custom annotations that enable bean activation Use DevTools to easily develop and debug applications Learn the effective testing techniques by integrating Cucumber and Spock Observe an eternal application configuration using Consul Move your existing Spring Boot applications to the cloud Use Hashicorp Consul and Netflix Eureka for dynamic Service Discovery Understand the various mechanisms that Spring Boot provides to examine an application’s health Who this book is for This book is for Java Developers who have good knowledge and understanding of Spring and Java application development.

The Groovy Green Kitchen (Volume 2)

Author : Geraldine Hartman
Publisher : Unknown
Page : 150 pages
File Size : 40,6 Mb
Release : 2015-02-27
Category : Electronic
ISBN : 1505346908

Get Book

The Groovy Green Kitchen (Volume 2) by Geraldine Hartman Pdf

Jenkins 2: Up and Running

Author : Brent Laster
Publisher : "O'Reilly Media, Inc."
Page : 606 pages
File Size : 47,6 Mb
Release : 2018-05-02
Category : Computers
ISBN : 9781491979549

Get Book

Jenkins 2: Up and Running by Brent Laster Pdf

Design, implement, and execute continuous delivery pipelines with a level of flexibility, control, and ease of maintenance that was not possible with Jenkins before. With this practical book, build administrators, developers, testers, and other professionals will learn how the features in Jenkins 2 let you define pipelines as code, leverage integration with other key technologies, and create automated, reliable pipelines to simplify and accelerate your DevOps environments. Author Brent Laster shows you how Jenkins 2 is significantly different from the more traditional, web-only versions of this popular open source automation platform. If you’re familiar with Jenkins and want to take advantage of the new technologies to transform your legacy pipelines or build new modern, automated continuous delivery environments, this is your book. Create continuous delivery pipelines as code with the Jenkins domain-specific language Get practical guidance on how to migrate existing jobs and pipelines Harness best practices and new methods for controlling access and security Explore the structure, implementation, and use of shared pipeline libraries Learn the differences between declarative syntax and scripted syntax Leverage new and existing project types in Jenkins Understand and use the new Blue Ocean graphical interface Take advantage of the capabilities of the underlying OS in your pipeline Integrate analysis tools, artifact management, and containers

Mockito Cookbook

Author : Marcin Grzejszczak
Publisher : Packt Publishing Ltd
Page : 284 pages
File Size : 50,6 Mb
Release : 2014-06-24
Category : Computers
ISBN : 9781783982752

Get Book

Mockito Cookbook by Marcin Grzejszczak Pdf

This is a focused guide with lots of practical recipes with presentations of business issues and presentation of the whole test of the system. This book shows the use of Mockito's popular unit testing frameworks such as JUnit, PowerMock, TestNG, and so on. If you are a software developer with no testing experience (especially with Mockito) and you want to start using Mockito in the most efficient way then this book is for you. This book assumes that you have a good knowledge level and understanding of Java-based unit testing frameworks.

The Heart of the Plate

Author : Mollie Katzen
Publisher : HMH
Page : 467 pages
File Size : 47,6 Mb
Release : 2013-09-17
Category : Cooking
ISBN : 9780544106666

Get Book

The Heart of the Plate by Mollie Katzen Pdf

Delightfully unfussy meatless meals from the author of Moosewood Cookbook! With The Moosewood Cookbook, Mollie Katzen changed the way a generation cooked and brought vegetarian cuisine into the mainstream. In The Heart of the Plate, she completely reinvents the vegetarian repertoire, unveiling a collection of beautiful, healthful, and unfussy dishes—her “absolutely most loved.” Her new cuisine is light, sharp, simple, and modular; her inimitable voice is as personal, helpful, clear, and funny as ever. Whether it’s a salad of kale and angel hair pasta with orange chili oil or a seasonal autumn lasagna, these dishes are celebrations of vegetables. They feature layered dishes that juxtapose colors and textures: orange rice with black beans, or tiny buttermilk corn cakes on a Peruvian potato stew. Suppers from the oven, like vegetable pizza and mushroom popover pie, are comforting but never stodgy. Burgers and savory pancakes—from eggplant Parmesan burgers to zucchini ricotta cloud cakes—make weeknight dinners fresh and exciting. “Optional Enhancements” allow cooks to customize every recipe. The Heart of the Plate is vibrantly illustrated with photographs and original watercolors by the author herself.

Trailer Food Diaries Cookbook

Author : Tiffany Harelik
Publisher : Arcadia Publishing
Page : 208 pages
File Size : 50,6 Mb
Release : 2012-10-23
Category : History
ISBN : 9781614237327

Get Book

Trailer Food Diaries Cookbook by Tiffany Harelik Pdf

Austin isn't just the live music capital of the world; it's the trailer food capital of the world too Tiffany Harelik, Austin's own Trailer Food Queen, offers a road map to exploring "trailer food" within the setting of her hometown's rebel charm. Meet the chefs bringing nostalgia to the al fresco experience as they share their favorite recipes from around the globe. No matter what part of town you are in, and no matter what you are craving, these chefs have you covered with banh mi sliders, avocado sorbets, smoothies, sandwiches, supper, sweets and everything in between.

Jira 8 Administration Cookbook

Author : Patrick Li
Publisher : Packt Publishing Ltd
Page : 275 pages
File Size : 45,8 Mb
Release : 2019-06-27
Category : Computers
ISBN : 9781838555887

Get Book

Jira 8 Administration Cookbook by Patrick Li Pdf

Build customized solutions that fulfil your business requirements using the latest features of Jira 8 Key FeaturesLearn how to customize Jira applications to suit your organizational requirementsExtend Jira's capabilities for custom integrations with other products and services such as Slack and GitHubExplore practical recipes for troubleshooting and securing your Jira instances with best practicesBook Description Jira is a project management tool used widely by organizations to plan, track, and release software. Jira administrators are at the heart of these processes and need to know how to successfully administer and customize Jira offerings. This updated Jira 8 Administration Cookbook demonstrates how to efficiently work with Jira Core and Jira Service Desk. The book starts with a variety of recipes to help you manage users and workflows. You'll learn how to set up custom forms and capture important data with custom fields and screens. Next, you'll gain insights into the latest email capabilities, which assist you with everything from managing outgoing email rules to processing incoming emails for automated issue creation. Later, you'll be guided through running scripts to automate tasks, getting easy access to logs, and even working with tools to troubleshoot problems. The book will also ensure you understand how to integrate Jira with Slack, set up SSO with Google, and delegate administrator permissions. Finally, the chapter on Jira Service Desk will enable you to set up and customize your own support portal, work with internal teams to solve problems, and achieve optimized services with Service Level Agreement (SLA). By the end of this book, you'll have the skills to extend and customize your Jira implementation effectively. What you will learnLearn how to delegate administrator permissions effectivelyGain insights into integrating Jira with Bitbucket Cloud and GitHubExplore ways to collaborate with your internal teams on service requestsUnderstand how to add permissions to fieldsLearn how to set up SSO with Google Discover how to copy over configuration settings between Jira instancesWho this book is for This book is for administrators who are looking to customize, support, and maintain Jira for their organizations. A good understanding of Jira's core concepts is a must to make the most out of this book. For certain recipes, some knowledge of HTML, CSS, JavaScript, and basic programming will also be helpful.

Kotlin Cookbook

Author : Ken Kousen
Publisher : O'Reilly Media
Page : 253 pages
File Size : 48,6 Mb
Release : 2019-11-14
Category : Computers
ISBN : 9781492046684

Get Book

Kotlin Cookbook by Ken Kousen Pdf

Use Kotlin to build Android apps, web applications, and more—while you learn the nuances of this popular language. With this unique cookbook, developers will learn how to apply thisJava-based language to their own projects. Both experienced programmers and those new to Kotlin will benefit from the practical recipes in this book. Author Ken Kousen (Modern Java Recipes) shows you how to solve problems with Kotlin by concentrating on your own use cases rather than on basic syntax. You provide the contextand this book supplies the answers. Already big in Android development, Kotlin can be used anywhere Java is applied, as well as for iOS development, native applications, JavaScriptgeneration, and more. Jump in and build meaningful projects with Kotlin today. Apply functional programming concepts, including lambdas, sequences, and concurrency See how to use delegates, late initialization, and scope functions Explore Java interoperability and access Java libraries using Kotlin Add your own extension functions Use helpful libraries such as JUnit 5 Get practical advice for working with specific frameworks, like Android and Spring

Outdoor Gas Griddle Cookbook

Author : Marvin Lambert
Publisher : Unknown
Page : 324 pages
File Size : 52,5 Mb
Release : 2024-05-21
Category : Cooking
ISBN : 8210379456XXX

Get Book

Outdoor Gas Griddle Cookbook by Marvin Lambert Pdf

Do you long to hear the sweet sizzling of meat cooking on the grill but don’t know where to start? Would you like to know the secrets to make everything you cook juicy and tender? You are about to learn how to score every one of your BBQs! It's always the same story: you walk into your trusted supermarket, lovingly looking at all the grills, dreaming of lighting them and getting cooking, but then leave disappointed because you wouldn't know how to use them! Maybe you even received one as a gift but don't use it often because you can't quite figure out how to and what you cook is never as tasty as you imagined. That is what happened to me and many others that today are grillmasters, and thanks to this book, you can become one as well! Here's what you'll find inside: • Grilling 101 — Everything a beginner needs to know: From figuring out which griddle model is good for you to the essential basics of becoming a serial griller, • Feelin' a bit rusty? So does your griddle if you don't take care of it — Learn to maintain and clean it the right way with our guide, with tips & tricks and troubleshooting advice that will have you sorting out any doubts or problems, • The Go-to Recipes for Every Occasion — Get ready to enjoy dozens of recipes suitable for all-day and every-day with meat, fish, and vegetables that will make your taste buds dream, • Cook every dish to PORK-fection — You can say goodbye to bland, overcooked, or undercooked meals: our recipes have easy-to-follow instructions and cooking temperature charts to cook dishes worthy of a grill king, • Get sauced without the hangover - Give your dishes an accompaniment that will enhance their flavors: discover the tastiest, easiest-to-make sauces that will make every bite unforgettable, • And much more The sun is shining high, and it's time to fire up your grill, call all your friends, grab a cold one, and show everyone what you can do. Leave them speechless — But with full bellies! Click on "Buy Now" and start adding HEAT to your MEAT!

JMeter Cookbook

Author : Bayo Erinle
Publisher : Packt Publishing Ltd
Page : 228 pages
File Size : 53,6 Mb
Release : 2014-10-29
Category : Computers
ISBN : 9781783988297

Get Book

JMeter Cookbook by Bayo Erinle Pdf

This book is great for you if you are a developer, quality assurance engineer, tester, or test manager who is looking to get a firmer grasp of elementary, deep, and advanced testing concepts using Apache JMeter. It’s assumed you have access to a computer and an Internet connection. No prior testing or programming experience is required, but would be helpful.