Book picks similar to
Wildfly Performance Tuning by Arnold Johansson


java-application-servers
javaee
software-development
collection

Metaprogramming Elixir


Chris McCord - 2015
    Maybe you’ve played with the basics or written a few macros. Now you want to take it to the next level. This book is a guided series of metaprogramming tutorials that take you step by step to metaprogramming mastery. You’ll extend Elixir with powerful features and write faster, more maintainable programs in ways unmatched by other languages.You’ll start with the basics of Elixir’s metaprogramming system and find out how macros interact with Elixir’s abstract format. Then you’ll extend Elixir with your own first-class features, write a testing framework, and discover how Elixir treats source code as building blocks, rather than rote lines of instructions. You’ll continue your journey by using advanced code generation to create essential libraries in strikingly few lines of code. Finally, you’ll create domain-specific languages and learn when and where to apply your skills effectively.When you’re done, you will have mastered metaprogramming, gained insights into Elixir’s internals, and have the confidence to leverage macros to their full potential in your own projects.

Data Structures and Algorithms in Java


Michael T. Goodrich - 1998
    The authors provide intuition, description, and analysis of fundamental data structures and algorithms. Numerous illustrations, web-based animations, and simplified mathematical analyses justify important analytical concepts. Key Features of the Fourth Edition: * Updates to Java 5.0 include new sections on generics and other Java 5.0 features, and revised code fragments, examples, and case studies to conform to Java 5.0. * Hundreds of exercises, including many that are new to this edition, promote creativity and help readers learn how to think like programmers and reinforce important concepts. * New case studies illustrate topics such as web browsers, board games, and encryption. * A new early chapter covers Arrays, Linked Lists, and Recursion. * A new final chapter on Memory covers memory management and external memory data structures and algorithms. * Java code examples are used extensively, with source code provided on the website. * Online animations and effective in-text art illustrate data structures and algorithms in a clear, visual manner. Access additional resources on the web www.wiley.com/college/goodrich): * Java source code for all examples in the book * Animations * Library (net.datastructures) of Java constructs used in the book * Problems database and search engine * Student hints to all exercises in the book * Instructor resources, including solutions to selected exercises * Lecture slides

OCP: Oracle Certified Professional Java Se 8 Programmer II Study Guide: Exam 1Z0-809


Jeanne Boyarsky - 2015
    With full coverage of 100% of exam objectives, this invaluable guide reinforces what you know, teaches you what you don't know, and gives you the hands-on practice you need to boost your skills. Written by expert Java developers, this book goes beyond mere exam prep with the insight, explanations and perspectives that come from years of experience. You'll review the basics of object-oriented programming, understand functional programming, apply your knowledge to database work, and much more. From the basic to the advanced, this guide walks you through everything you need to know to confidently take the OCP 1Z0-809 Exam and upgrade exams 1Z0-810 and 1Z0-813.Java 8 represents the biggest changes to the language to date, and the latest exam now requires that you demonstrate functional programming competence in order to pass. This guide has you covered, with clear explanations and expert advice.Understand abstract classes, interfaces, and class design Learn object-oriented design principles and patterns Delve into functional programming, advanced strings, and localization Master IO, NIO, and JDBC with expert-led database practice If you're ready to take the next step in your IT career, OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide is your ideal companion on the road to certification.

The C# Player's Guide


R.B. Whitaker - 2012
    

ZooKeeper: Distributed process coordination


Flavio Junqueira - 2013
    This practical guide shows how Apache ZooKeeper helps you manage distributed systems, so you can focus mainly on application logic. Even with ZooKeeper, implementing coordination tasks is not trivial, but this book provides good practices to give you a head start, and points out caveats that developers and administrators alike need to watch for along the way.In three separate sections, ZooKeeper contributors Flavio Junqueira and Benjamin Reed introduce the principles of distributed systems, provide ZooKeeper programming techniques, and include the information you need to administer this service.Learn how ZooKeeper solves common coordination tasksExplore the ZooKeeper API’s Java and C implementations and how they differUse methods to track and react to ZooKeeper state changesHandle failures of the network, application processes, and ZooKeeper itselfLearn about ZooKeeper’s trickier aspects dealing with concurrency, ordering, and configurationUse the Curator high-level interface for connection managementBecome familiar with ZooKeeper internals and administration tools

Java Web Services: Up and Running


Martin Kalin - 2009
    You'll learn how to write web services from scratch and integrate existing services into your Java applications. With Java Web Services: Up and Running, you will:Understand the distinction between SOAP-based and REST-style services Write, deploy, and consume SOAP-based services in core Java Understand the Web Service Definition Language (WSDL) service contract Recognize the structure of a SOAP message Learn how to deliver Java-based RESTful web services and consume commercial RESTful services Know security requirements for SOAP- and REST-based web services Learn how to implement JAX-WS in various application servers Ideal for students as well as experienced programmers, Java Web Services: Up and Running is the concise guide you need to start working with these technologies right away.

Streaming Systems


Tyler Akidau - 2018
    As more and more businesses seek to tame the massive unbounded data sets that pervade our world, streaming systems have finally reached a level of maturity sufficient for mainstream adoption. With this practical guide, data engineers, data scientists, and developers will learn how to work with streaming data in a conceptual and platform-agnostic way.Expanded from Tyler Akidau's popular blog posts Streaming 101 and Streaming 102, this book takes you from an introductory level to a nuanced understanding of the what, where, when, and how of processing real-time data streams. You'll also dive deep into watermarks and exactly-once processing with co-authors Slava Chernyak and Reuven Lax.You'll explore:How streaming and batch data processing patterns compareThe core principles and concepts behind robust out-of-order data processingHow watermarks track progress and completeness in infinite datasetsHow exactly-once data processing techniques ensure correctnessHow the concepts of streams and tables form the foundations of both batch and streaming data processingThe practical motivations behind a powerful persistent state mechanism, driven by a real-world exampleHow time-varying relations provide a link between stream processing and the world of SQL and relational algebra

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam


Bryan Basham - 2004
    Isn't it time you learned the latest (J2EE 1.4) versions of Servlets & JSPs? This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the Sun Certified Web Component Developer (SCWCD) 1.4 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use Servlets & JSPs in your next project. You're working on a deadline. You're over the legal limit for caffeine. You can't waste your time with a book that makes sense only AFTER you're an expert (or worse one that puts you to sleep). No problem. Head First Servlets and JSP's brain-friendly approach drives the knowledge straight into your head (without sharp instruments). You'll interact with servlets and JSPs in ways that help you learn quickly and deeply. It may not be The Da Vinci Code, but quickly see why so many reviewers call it "a page turner". Most importantly, this book will help you use what you learn. It won't get you through the exam only to have you forget everything the next day. Learn to write servlets and JSPs, what makes the Container tick (and what ticks it off), how to use the new JSP Expression Language (EL), what you should NOT write in a JSP, how to write deployment descriptors, secure applications, and even use some server-side design patterns. Can't talk about Struts at a cocktail party? That'll change. You won't just pass the exam, you will truly understand this stuff, and you'll be able to put it to work right away. This new exam is tough--much tougher than the previous version of the SCWCD. The authors of Head First Servlets and JSP know: they created it. (Not that it EVER occurred to them that if they made the exam really hard you'd have to buy a study guide to pass it.) The least they could do is give you a stimulating, fun way to pass the thing. If you're one of the thousands who used Head First EJB to pass the SCWCD exam, you know what to expect!

Metaprogramming Ruby 2: Program Like the Ruby Pros


Paolo Perrotta - 2014
    With metaprogramming, you can produce elegant, clean, and beautiful programs. Once the domain of expert Rubyists, metaprogramming is now accessible to programmers of all levels. This thoroughly revised and updated second edition of the bestselling Metaprogramming Ruby explains metaprogramming in a down-to-earth style and arms you with a practical toolbox that will help you write your best Ruby code ever.Dig under the surface and explore Ruby's most advanced feature: a collection of techniques and tricks known as metaprogramming. In this book, you'll learn metaprogramming as an essential component of Ruby and discover the deep, non-obvious details of the language. Once you understand the tenets of Ruby, including the object model, scopes, and singleton classes, you're on your way to applying metaprogramming both in your daily work assignments and in your fun, after-hours projects.Metaprogramming Ruby, Second Edition makes mastering the language enjoyable. The book is packed with: Pragmatic examples of metaprogramming in action, many of which come straight from real-life gems such as Rails.Programming challenges that let you experiment and play with some of the most out-there metaprogramming concepts.Metaprogramming spells--33 practical recipes and idioms that you can study and apply right now, to write code that is sure to impress.This completely revised new edition covers the new features in Ruby 2.0 and 2.1, and contains code from the latest Ruby libraries, including Rails 4. Most examples are new, from the wild, with more recent libraries. And the book reflects current ideas of when and how much metaprogramming you should use.Whether you're a Ruby apprentice on the path to mastering the language or a Ruby wiz in search of new tips, this book is for you.What You Need: Ruby 2.x, Ruby 1.9, or a recent version of JRuby.

Jenkins: The Definitive Guide


John Ferguson Smart - 2011
    This complete guide shows you how to automate your build, integration, release, and deployment processes with Jenkins—and demonstrates how CI can save you time, money, and many headaches. Ideal for developers, software architects, and project managers, Jenkins: The Definitive Guide is both a CI tutorial and a comprehensive Jenkins reference. Through its wealth of best practices and real-world tips, you'll discover how easy it is to set up a CI service with Jenkins. Learn how to install, configure, and secure your Jenkins server Organize and monitor general-purpose build jobs Integrate automated tests to verify builds, and set up code quality reporting Establish effective team notification strategies and techniques Configure build pipelines, parameterized jobs, matrix builds, and other advanced jobs Manage a farm of Jenkins servers to run distributed builds Implement automated deployment and continuous delivery

Real Ghost Stories: Disturbing Paranormal Stories Based On True Events


Eve S. Evans - 2019
    Learn more in The Collector.Some things seem ordinary to the naked eye, but sometimes a camera catches things invisible to the naked eye. This one will give you chills in It's Only A Photo.

The DI Tremayne Thriller Series: Books 1 - 6: The Complete Series


Phillip Strang - 2018
    Six Edge of Your Seat Thrillers. Six Books at a Discounted Price. Death Unholy (Book 1) - All that remained were the man’s two legs and a chair full of greasy and fetid ash. Little did DI Keith Tremayne know that it was the beginning of a trip into the murky world of paganism and its ancient rituals. ‘Do you believe in spontaneous human combustion?’ Inspector Tremayne asked his sergeant, Clare Yarwood. Death and the Assassin’s Blade (Book 2) - It was meant to be high drama, not murder, but someone’s switched the daggers. The man’s death, in plain view of two serving police officers. A summer’s night, a production of Julius Caesar among the ruins of an Anglo-Saxon fort. The assassination scene, the man collapses to the ground, Brutus defending his actions, Mark Antony’s rebuke. Death and the Lucky Man (Book 3) - Sixty-eight million pounds and DEAD! Someone had once told Detective Inspector Keith Tremayne that some people were lucky and some weren’t. Tremayne knew only one thing: the man lying dead in a pool of blood had qualified on the lucky after winning the lottery, but now his luck had run out. Death at Coombe Farm (Book 4) – A warring family. A disputed inheritance. A recipe for death! If it hadn’t been for the circumstances, Detective Inspector Keith Tremayne would have said the view was outstanding. Up high, overlooking the farmhouse in the valley below, the panoramic vista of Salisbury Plain stretching out beyond. The only problem was that near where he stood with his sergeant, Clare Yarwood, there was a body, and it wasn’t a pleasant sight. Tremayne had never been keen on farms, and especially horses, although Clare loved them. Tremayne assumed she wouldn’t be so fond of the one that trampled Claude Selwood to death. Death by a Dead Man’s Hand (Book 5) - A murdered brother. A missing treasure trove of stolen gold bars. A family dying in the hunt for it.! Ethan Mitchell knew the exact amount of time since his arrest for murder: eighteen years, five months and three days. After so long in prison, many things confused him on his release, but one thing he was sure of was that people do not come back from the dead. However, one month before his release from prison for the murder of a man, he had received a letter. It had only two sentences. Time will not save you. St Mark’s Church, three in the afternoon, the first Wednesday after your release. He had recognised the writing. After all, hadn’t they grown up together. The signature was unmistakable: it was his brother Martin’s. But that’s not possible, Mitchell thought. I killed him, spent seventeen years in prison for his murder. A voice echoed through the church; Ethan felt the hairs on the back of his neck stand up. ‘Martin, it can’t be,’ Ethan said. ‘You’re dead. I killed you.’ At ten feet from Ethan the man reached into his right-hand jacket pocket. He levelled the gun that he taken removed and emptied three bullets into Ethan, the noise echoing around the church. Death in the Village (Book 6) - A woman with a venomous tongue, dead and hanging from a beam in her garage! Nobody was sad that the woman was dead, and she’s not the last to die. DI Tremayne sees a pattern developing, which can only mean one thing – more deaths.

Core Java: An Integrated Approach


R. Nageswara Rao - 2008
    Considering just how java is dominating the software industry these days, it is vital for all software and it professionals to be knowledgeable in it. This book is ideal even for new learners as it provides detailed descriptions even of the basic concepts of java, in a very simple and easily understandable way. The best part about using this book is that once you have gone through it, you are sure to be able to write basic java programs on your own. Another highlight of this book is that instead of being vague, it provides you with a detailed explanation of all the concepts that concern this topic. Core java: an integrated approach includes many examples that are helpful as they help students get rid of the fears that they have, concerning programming. Students are also provided with an exhaustive list of questions concerning the topic, which are frequently asked in interviews. This is beneficial for students as they appear for interviews in the future. The first edition of the core java: an integrated approach has been published by dreamtech press in the year 2008 and is available in paperback.key features: this book includes 32 chapters that focus on various java-related topics. Students are provided with an exhaustive list of questions that often feature in interviews for programming jobs.

Daughters of Blessing


Lauraine Snelling - 2008
    Contains A Promise for Ellie, Sophie's Dilemma, A Touch of Grace, and Rebecca's Reward.

BWWM Club


J.A. Fielding - 2015
    In this book you get 6 classic BWWM stories in 1 - that's 828 pages of interracial goodness! All of the books in this bundle can be enjoyed as stand alone stories. That said, all have further parts in the series, so if you like one more than the rest you can pick up more books with the same characters when you're ready. Books in this collection are: 1. My Russian Dream: When she woke that morning, the last thing Sophie expected was to not only meet the man of her dreams, but to enter into a fast moving whirlwind romance with a mysterious Russian billionaire. Will it all be too much for Sophie? Or will this be her dream playing out like she's always felt she deserved? 2. Passion Abroad: Have you ever felt like you just need to get away from it all? Well that's exactly how Erica feels, and she's going to do something about it! The tale of a holiday romance which turns into a round the world trip with a passionate and loving new partner. 3. Home Is Where The Heart Is: When a handsome English billionaire is looking for homes to add to his portfolio, Julie is assigned the job of helping him out. But will this billionaire have another reason for his interest in her? 4. Find Me Online: After filtering through a ton of pervs on a popular interracial dating site, Cherelle finally finds someone who catches her eye. But is there more to her catch Michael than she originally realizes? And will he be the man she is looking for? 5. Is Mr White Mr Right: One of the original BWWM books, and largely held as a classic in the genre. Natasha Black is a strong African American woman, who has always been career focused and level headed. Nothing has ever been able to knock her off her game... until now! Enter 'McDreamy', the hunk of a boss at her new dream job. Will she be able to stay career focused while getting advances from possibly the man of her dreams? 6. My Billionaire Cowboy: What does a fashion stylist and a fashionably challenged cowboy have in common?! You're about to find out... Kate is the proud owner of her own fashion boutique. Bruce is a successful business man who now spends his time on his passion: working his ranch. When fate brings these two opposites together, there's no denying there's something there. But is Kate at a point in her life where she is willing to throw caution to the wind and allow herself to be swept off of her feet by an unexpected love? Authors of these books: J A Fielding, Esther Banks and Cher Etan; all authors from Saucy Romance Books. To see more great stories by us, simply search BWWM Club on Amazon Kindle. Suitable for over 18s only due to all stories having scenes of a sexual nature.