• Effective Java

    The Definitive Guide to Java Platform Best Practices–Updated for Java 7, 8, and 9   Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases the need for specific best-practices advice, and this book delivers.   As in previous editions, each chapter of Effective Java, Third Edition, consists of several “items,” each presented... [Read More]

    • ASIN: 0134685997
    • ASIN: 0134685997
    • ISBN: 0134685997
    • Brand: Addison-Wesley Professional
    • Manufacturer: Addison-Wesley Professional

  • Automate the Boring Stuff with Python: Practical Programming for Total Beginners

    If you’ve ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do them for you?In Automate the Boring Stuff with Python, you’ll learn how to use Python to write programs that do in minutes what would take you hours to do by hand—no prior programming experience required. Once you’ve mastered the basics of programming, you’ll create Python programs that effortlessly perform useful and impressive feats of automation to:–Search for text in a file or across multiple files–Creat... [Read More]

    • ASIN: B00WJ049VU
    • ASIN: B00WJ049VU
    • Manufacturer: No Starch Press

  • Cracking the Coding Interview: 189 Programming Questions and Solutions

    I am not a recruiter. I am a software engineer. And as such, I know what it's like to be asked to whip up brilliant algorithms on the spot and then write flawless code on a whiteboard. I've been through this as a candidate and as an interviewer. Cracking the Coding Interview, 6th Edition is here to help you through this process, teaching you what you need to know and enabling you to perform at your very best. I've coached and interviewed hundreds of software engineers. The result is this book. Learn how to uncover the hints and hidden details in a question, discover how to break down a proble... [Read More]

    • ASIN: 0984782850
    • ASIN: 0984782850
    • ISBN: 0984782869
    • Manufacturer: CareerCup

  • A Smarter Way to Learn JavaScript: The new approach that uses technology to cut your effort in half

    Learning JavaScript is hell because of two problems.I remove the problems, and you start having fun.The first problem is retention. You remember only ten or twenty percent of what you read. That spells failure. To become fluent in a computer language, you have to retain pretty much everything.How can you retain everything? Only by constantly being asked to play everything back. That's why people use flashcards. But my system does flashcards one better. After reading a short chapter, you go to my website and complete twenty interactive exercises. Algorithms check your work to make sure you know... [Read More]

    • ASIN: B00H1W9I6C
    • ASIN: B00H1W9I6C
    • Brand: Unknown
    • Manufacturer: Unknown

  • Adaptive Code: Agile coding with design patterns and SOLID principles (2nd Edition) (Developer Best Practices)

    Write code that can adapt to changes.   By applying this book’s principles, you can create code that accommodates new requirements and unforeseen scenarios without significant rewrites. Gary McLean Hall describes Agile best practices, principles, and patterns for designing and writing code that can evolve more quickly and easily, with fewer errors, because it doesn’t impede change.   Now revised, updated, and expanded, Adaptive Code, Second Edition adds indispensable practical insights on Kanban, dependency inversion, and creating reusable abstractions. Drawing on over a decade of Agile ... [Read More]

    • ASIN: 1509302581
    • ASIN: 1509302581
    • ISBN: 1509302581
    • Brand: Microsoft Press
    • Manufacturer: Microsoft Press

  • A Smarter Way to Learn HTML & CSS: Learn it faster. Remember it longer.

    Using the Smarter Way to Learn method, you actually learn HTML/CSS, you don’t just read about it.Research shows that you learn four times as effectively when you practice after you read. So each chapter is paired with free, interactive exercises--more than 1,000 of them in all. You know you're learning because you can prove it to yourself.Testing shows that books and courses load up the learner with too much information at once. Smarter Way chapters are divided into bite-size chunks so you're not overwhelmed.Reader friendly. No jargon. Everything is explained in plain, non-technical English.... [Read More]

    • ASIN: B00ULX5FT2
    • ASIN: B00ULX5FT2
    • Brand: Unknown
    • Manufacturer: Unknown

  • Clean Code: A Handbook of Agile Software Craftsmanship

    Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship . Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code “on the fly” into a book that will instill within you the values of a software craftsman and make you a ... [Read More]

    • ASIN: 0132350882
    • UPC: 000132350882
    • ASIN: 0132350882
    • ISBN: 9780132350884
    • Brand: Prentice Hall
    • Manufacturer: Prentice Hall

  • Web Design with HTML, CSS, JavaScript and jQuery Set

    A two-book set for web designers and front-end developers This two-book set combines the titles HTML & CSS: Designing and Building Web Sites and JavaScript & jQuery: Interactive Front-End Development. Together these two books form an ideal platform for anyone who wants to master HTML and CSS before stepping up to JavaScript and jQuery. HTML & CSS covers structure, text, links, images, tables, forms, useful options, adding style with CSS, fonts, colors, thinking in boxes, styling lists and tables, layouts, grids, and even SEO, Google analytics, ftp, and HTML5. JavaScript & jQuery offers an exce... [Read More]

    • ASIN: 1118907442
    • ASIN: 1118907442
    • ISBN: 1118907442
    • Brand: Wiley
    • Manufacturer: Wiley

  • Java Concurrency in Practice

    "I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems "For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively explo... [Read More]

    • ASIN: 0321349601
    • UPC: 785342349603
    • ASIN: 0321349601
    • ISBN: 0321349601
    • Brand: Addison-Wesley Professional
    • Manufacturer: Addison-Wesley Professional

  • The Pragmatic Programmer: From Journeyman to Master


    • ASIN: B003GCTQAE
    • ASIN: B003GCTQAE
    • Manufacturer: Addison-Wesley Professional

  • Building Microservices: Designing Fine-Grained Systems

    Distributed systems have become more fine-grained in the past 10 years, shifting from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling,... [Read More]

    • ASIN: B00T3N7XB4
    • ASIN: B00T3N7XB4
    • Manufacturer: O'Reilly Media

  • Java: Advanced Features and Programming Techniques (Step-By-Step Java Book 3)

    ★★ Get the Kindle version FREE when purchasing the Paperback! ★★Take Your Skills to the Next Level with 60+ ExamplesThis third instalment in the Step-By-Step Java Series is geared towards seasoned developers and novices alike. This guide explores slightly more advanced Java techniques, while being presented in our popular, easy to understand format. The topics in this book will prove invaluable to anyone currently using Java, no matter your skill level. With numerous examples and step by step descriptions, you will be able to master this wonderful language in no time.What This Book Off... [Read More]

    • ASIN: B079R79HT1
    • ASIN: B079R79HT1
    • Manufacturer: Nathan Clark

  • Domain-Driven Design: Tackling Complexity in the Heart of Software

    Domain Driven Design Tackling Complexity in the Heart of Software by Evans, Eric. Published by Addison Wesley,2003, Binding: Hardcover

    • ASIN: 0321125215
    • UPC: 076092019565
    • ASIN: 0321125215
    • ISBN: 0321125215
    • Manufacturer: Addison-Wesley Professional

  • High-Performance Java Persistence

    A high-performance data access layer must resonate with the underlying database system. Knowing the inner workings of a relational database and the data access frameworks in use can make the difference between a high-performance enterprise application and one that barely crawls.This book is a journey into Java data access performance tuning. From connection management, to batch updates, fetch sizes and concurrency control mechanisms, it unravels the inner workings of the most common Java data access frameworks.The first part aims to reduce the gap between application developers and database ad... [Read More]

    • ASIN: 973022823X
    • ASIN: 973022823X
    • ISBN: 973022823X
    • Brand: Ingramcontent
    • Manufacturer: VLAD MIHALCEA

  • You Don't Know JS: Types & Grammar

    No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this compact guide explores JavaScript types in greater depth than previous treatments by looking at type coercion problems, demonstrating why types work, and showing you how to take advantage of these features.Like other books in this series, You Don’t Know JS: Types & Grammar dives into trickier parts of the language that many JavaScript programmers simply avoid or assume don’t exist (like types). Armed with this knowledge, you can achi... [Read More]

    • ASIN: B00SXHFTO4
    • ASIN: B00SXHFTO4
    • Manufacturer: O'Reilly Media

  • Java Concurrency in Practice

    "I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team

    • UPC: 3956053
    • Rating: 4.0

  • Java Practice Questions: Oracle Certified Expert, Java EE 6 Web Component Developer (OCEJWCD) - eBook

    How to become a certified java programmer the easy way The Web Component Developer exam is one of the advanced level certifications in the world of Java. But this doesn't mean it has to be

    • UPC: 445284774

  • Functional Programming for Java Developers - eBook

    Software development today is embracing functional programming (FP), whether it's for writing concurrent programs or for managing Big Data. Where does that leave Java developers? This concise book offers a pragmatic, approachable introduction to FP

    • UPC: 805203916
    • Rating: 3.0

  • Java Programming for Android Developers for Dummies

    Develop the next killer Android App using Java programming! Android is everywhere! It runs more than half the smartphones in the U.S.--and Java makes it go. If you want to cash in on its popularity

    • UPC: 53961123

  • Ocejwcd Study Companion : Certified Expert Java Ee 6 Web Component Developer (Oracle Exam 1z0-899)

    This book is a study guide for any candidate preparing for the Java EE Web Component Developer exam (Oracle Exam 1Z0-899). It contains the theory behind how the Web container works, and important notes, hints

    • UPC: 53373123

  • Thriving from A to Z : Best Practices to Increase Resilience, Satisfaction, and Success

    Thriving from A to Z provides you with 26 best practices proven to help you learn, grow, and succeed. The essential best practices, valuable implementation tips, and engaging reflection activities help you build resilience and

    • UPC: 662577702

  • Oca / Ocp Java Se 8 Programmer Practice Tests

    Test your knowledge and prepare for the OCA/OCP exams OCA/OCP Java SE 8 Programmer Practice Tests complements the Sybex OCA: Oracle Certified Associate Java SE 8 Programmer I Certification Study Guide and the OCP: Oracle

    • UPC: 55133367

  • Evidence-Based Practice in Nursing & Healthcare : A Guide to Best Practice

    Publisher's Note: Products purchased from 3rd Party sellers are not guaranteed by the Publisher for quality, authenticity, or access to any online entitlements included with the product. Evidence-Based Practice in Nursing & Healthcare: A Guide

    • UPC: 762687928

  • Functional Programming for Java Developers : Tools for Better Concurrency, Abstraction, and Agility

    Functional Programming for Java Developers: Tools for Better Concurrency, Abstraction, and

    • UPC: 17119979
    • Rating: 3.0

  • The Well-Grounded Java Developer : Vital Techniques of Java 7 and Polyglot Programming

    The authors present a unique guide written for developers with a solid grasp of Java fundamentals. It provides a fresh, practical look at new Java 7 features along with the array of ancillary technologies that

    • UPC: 16645928
    • Rating: 4.0

  • Wiley application development: J2EE best practices: Java design patterns,

    • UPC: 303128432735
    • Category: Non Fiction
    • Price: 3 GBP

  • Good Coding Practices - #1 - Competitive Programming In Java

    Java 8 best practices by Stephen Colebourne

    Effective and Clean Java Code? Tips and Tricks from the Real World