Koncocoo

Best Client-Server Networking Systems

Code Complete: A Practical Handbook of Software Construction, Second Edition
Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project. He is the author of several books, including Code Complete and Rapid Development, both honored with Software Development magazine's Jolt Award.
Reviews
"readable encyclopedia of best practices on software quality, covering topics such as how to build classes, use data and control structures, debug, refactor, and code-tune. Yes, it would be nice if the book was updated to include substantive material on languages like Ruby or Python (cf. p. 65, Python "also contains some support for creating larger programs") but, in the words of Gertrude Stein, "Not everything can be about everything" -- though Code Complete does come pretty close. McConnell also sprinkles the text with classic words of wisdom, e.g. "The competent programmer is fully aware of the strictly limited size of his own skull" (Edsger Dijkstra), "Never debug standing up" (Gerald Weinberg), "Copy and paste is a design error" (David Parnas), "Any fool can defend his or her mistakes -- and most fools do." It is important to point out that even though this volume is encyclopedia-like, it does have both a sense of humor (e.g. "the encryption algorithm is so convoluted that it seems like it's been used on itself") and a clear authorial voice (e.g. "Though sometimes tempting, that's dumb."). 33, after quoting Edward Yourdon at length, McConnell adds "This lusty tribute to programming machismo is pure B.S. I found this to be bizarre, given that in the 1995 edition of "The Mythical Man-Month" Brooks states in no uncertain terms that he has changed his mind on this: "This I now perceive to be wrong" (p. 265). On a different note, although some of the on-line accompanying material is fascinating (e.g. the links to the original Dijkstra and Lawrence articles in ch."
"Very readable, excellent real-world examples and case studies, and many valuable insights."
"I'm a self taught programmer going on 5 years now doing it full time, and I have learned a lot of techniques that have filled in some holes in my skills."
"The Microsoft code way."
"Bad humor, takes a long time to convey information, but is useful."
"I'd also recommend the more recent Clean Code, especially for Java programmers, as it goes into more depth, even providing actual case studies in which code is dramatically cleaned up."
"I make all of my new programmers at least read selections from it (in fact that is part of our training program.)."
"Great book on software development."
Find Best Price at Amazon
Kotlin in Action
Kotlin in Action guides experienced Java developers from the language basics of Kotlin all the way through building applications to run on the JVM and Android devices. Kotlin in Action teaches you to use the Kotlin language for production-quality applications. Functional programming on the JVM Writing clean and idiomatic code Combining Kotlin and Java Domain-specific languages. PART 1 - INTRODUCING KOTLIN Kotlin: what and why Kotlin basics Defining and calling functions Classes, objects, and interfaces Programming with lambdas The Kotlin type system PART 2 - EMBRACING KOTLIN Operator overloading and other conventions Higher-order functions: lambdas as parameters and return values Generics Annotations and reflection DSL construction. Dmitry Jemerov has been working with JetBrains since 2003 and was one of the initial developers working on Kotlin.
Reviews
"Livebook is very good, where you could run the code samples online and see the output."
"If you come from a Java background and are trying to pick up Kotlin, then this is the book for you."
"Just read the first chapter, I think every developer from a Java background will like this book."
"Expects prior Java knowledge."
"This book was a great guide to getting started with Kotlin, I still keep it around as a reference and re-read portions to stay sharp."
"Best book for learning kotlin from the basic to advance."
"Clear, concise and practical."
"Very thorough guide of the language and showcases all of the great enhancements over Java."
Find Best Price at Amazon
RHCSA/RHCE Red Hat Linux Certification Study Guide, Seventh Edition (Exams EX200 & EX300)
Complete coverage of all exam objectives and performance-based requirements related to the exams, including difficult lab-based scenarios Electronic content includes four complete lab-based practice exams, two for RHCSA and two for RHCE A proven study system for RHCSA and RHCE candidates. Michael Jang, RHCE, LPIC, MCSE, is the author of the three previous bestselling editions of RHCSA/RHCE Red Hat Linux Certification Study Guide as well as RHCSA/RHCE Red Hat Linux Certification Practice Exams with Virtual Machines, Mike Meyers' Linux+ Certification Passport , and several other books.
Reviews
"This book was helpful for studying for both exams..."
"As long as one has the resources to set up VMs running RedHat, or CentOS, the exercises in this guide should give one the experience needed to successfully complete the exam in the alloted time."
"This is a good book for learning the exam objectives quickly."
"I've bought this and previous addition."
"This book isn't the greatest in my opinion."
"This book attempts to explain Red Hat Enterprise Linux 6 in plain english. This book is packed with a large amount of extra, OJT (on the job training) tips that a Linux admin."
"Will update after I earn the certifications."
"(The sections on VMs was tough to follow, not because it's overly complex but the material lacks a good description.)."
Find Best Price at Amazon

Best Enterprise Data Computing

Code Complete: A Practical Handbook of Software Construction, Second Edition
Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project. He is the author of several books, including Code Complete and Rapid Development, both honored with Software Development magazine's Jolt Award.
Reviews
"readable encyclopedia of best practices on software quality, covering topics such as how to build classes, use data and control structures, debug, refactor, and code-tune. Yes, it would be nice if the book was updated to include substantive material on languages like Ruby or Python (cf. p. 65, Python "also contains some support for creating larger programs") but, in the words of Gertrude Stein, "Not everything can be about everything" -- though Code Complete does come pretty close. McConnell also sprinkles the text with classic words of wisdom, e.g. "The competent programmer is fully aware of the strictly limited size of his own skull" (Edsger Dijkstra), "Never debug standing up" (Gerald Weinberg), "Copy and paste is a design error" (David Parnas), "Any fool can defend his or her mistakes -- and most fools do." It is important to point out that even though this volume is encyclopedia-like, it does have both a sense of humor (e.g. "the encryption algorithm is so convoluted that it seems like it's been used on itself") and a clear authorial voice (e.g. "Though sometimes tempting, that's dumb."). 33, after quoting Edward Yourdon at length, McConnell adds "This lusty tribute to programming machismo is pure B.S. I found this to be bizarre, given that in the 1995 edition of "The Mythical Man-Month" Brooks states in no uncertain terms that he has changed his mind on this: "This I now perceive to be wrong" (p. 265). On a different note, although some of the on-line accompanying material is fascinating (e.g. the links to the original Dijkstra and Lawrence articles in ch."
"Very readable, excellent real-world examples and case studies, and many valuable insights."
"I'm a self taught programmer going on 5 years now doing it full time, and I have learned a lot of techniques that have filled in some holes in my skills."
"The Microsoft code way."
"Bad humor, takes a long time to convey information, but is useful."
"I'd also recommend the more recent Clean Code, especially for Java programmers, as it goes into more depth, even providing actual case studies in which code is dramatically cleaned up."
"I make all of my new programmers at least read selections from it (in fact that is part of our training program.)."
"Great book on software development."
Find Best Price at Amazon

Best SAP R3 Networking

SAP BW on SAP HANA: Implementation Guide, BW on HANA Migration
* Explore your SAP BW on SAP HANA implementation options. * Get step-by-step instructions for migration, including pre- and post-steps. * Learn how SAP HANA changes data modeling, reporting, and administration for an SAP BW system. * In-memory technology. * Implementation options. * LSA++. * Migration steps. * Data modeling in SAP HANA Studio. * In-memory optimized InfoCubes. * Process chains. * Hot/warm/cold data. * Administration in SAP HANA Studio. * SAP HANA Views. * SAP Lumira. At Camelot ITLab GmbH, he leads the Center of Excellence for SAP HANA and provides consultation for enterprises, particularly in the area of SAP BW on SAP HANA. His working fields in the SAP BW on SAP HANA environment include SAP HANA XS development, SAP HANA administration, nearline storage, and the evaluation of new functions.
Find Best Price at Amazon

Best Business Software Guides

Code Complete: A Practical Handbook of Software Construction, Second Edition
Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project. He is the author of several books, including Code Complete and Rapid Development, both honored with Software Development magazine's Jolt Award.
Reviews
"readable encyclopedia of best practices on software quality, covering topics such as how to build classes, use data and control structures, debug, refactor, and code-tune. Yes, it would be nice if the book was updated to include substantive material on languages like Ruby or Python (cf. p. 65, Python "also contains some support for creating larger programs") but, in the words of Gertrude Stein, "Not everything can be about everything" -- though Code Complete does come pretty close. McConnell also sprinkles the text with classic words of wisdom, e.g. "The competent programmer is fully aware of the strictly limited size of his own skull" (Edsger Dijkstra), "Never debug standing up" (Gerald Weinberg), "Copy and paste is a design error" (David Parnas), "Any fool can defend his or her mistakes -- and most fools do." It is important to point out that even though this volume is encyclopedia-like, it does have both a sense of humor (e.g. "the encryption algorithm is so convoluted that it seems like it's been used on itself") and a clear authorial voice (e.g. "Though sometimes tempting, that's dumb."). 33, after quoting Edward Yourdon at length, McConnell adds "This lusty tribute to programming machismo is pure B.S. I found this to be bizarre, given that in the 1995 edition of "The Mythical Man-Month" Brooks states in no uncertain terms that he has changed his mind on this: "This I now perceive to be wrong" (p. 265). On a different note, although some of the on-line accompanying material is fascinating (e.g. the links to the original Dijkstra and Lawrence articles in ch."
"Very readable, excellent real-world examples and case studies, and many valuable insights."
"I'm a self taught programmer going on 5 years now doing it full time, and I have learned a lot of techniques that have filled in some holes in my skills."
"The Microsoft code way."
"Bad humor, takes a long time to convey information, but is useful."
"I'd also recommend the more recent Clean Code, especially for Java programmers, as it goes into more depth, even providing actual case studies in which code is dramatically cleaned up."
"I make all of my new programmers at least read selections from it (in fact that is part of our training program.)."
"Great book on software development."
Find Best Price at Amazon

Best Electronic Data Interchange (EDI)

Electronic Commerce
Comprehensive coverage of emerging online business strategies, up-to-the-minute technologies, and the latest developments from the field equips readers with a solid understanding of the dynamics of this fast-paced industry. Gary Schneider is a Professor of Accounting at California State University Monterey Bay.
Reviews
"The book includes chapters on Internet development history, packet-switching, server hardware and software considerations, security issues, payment systems, and marketing strategies (including the development of a business plan). For someone in IT or management, this is a wonderfully balanced survey of e-commerce business structure and transaction process."
"I am satisfied with quality of service."
"PRO: good intro to ecommerce. CON: fails to go in depth if you know anything about computers. Had to buy for a class."
"As with all basic or intro textbooks, this author, Gary Schneider, touches on the main aspects of his subject matter. I know the author has written many editions, and I know this is probably tiring, but he really should take a vacation, clear his head, and come back and begin anew."
"Honestly, the book is old."
"Really enjoying this textbook ... very informative, but deep."
"I didn't really have any problems with the book, but if your teacher isn't assigning work straight out of the book I think you could likely get away with not having it."
Find Best Price at Amazon