Category: Programming

jQuery Recipes, 2nd Edition 0

jQuery Recipes, 2nd Edition

eBook Details: Paperback: 710 pages Publisher: WOW! eBook; 2nd edition (November 12, 2021) Language: English ISBN-10: 1484273036 ISBN-13: 978-1484273036 eBook Description: jQuery Recipes: Find Ready-Made Solutions to All Your jQuery Problems, 2nd Edition Quickly discover solutions to common problems, best practices you can follow, and everything jQuery has to offer. Using a problem-solution approach, this book begins with small initial problems that developers typically face while working with jQuery, and gradually goes deeper to explore more complex problems. The solutions include illustrations and clear, concise explanations of the code. You will learn to traverse and manipulate the DOM effectively, understand how...

Learning Test-Driven Development 0

Learning Test-Driven Development

eBook Details: Paperback: 280 pages Publisher: WOW! eBook (November 2, 2021) Language: English ISBN-10: 1098106474 ISBN-13: 978-1098106478 eBook Description: Learning Test-Driven Development: A Polyglot Guide to Writing Uncluttered Code Your code is a testament to your skills as a developer. No matter what language you use, code should be clean, elegant, and uncluttered. By using test-driven development (TDD), you’ll write code that’s easy to understand, retains its elegance, and works for months, even years, to come. With this indispensable guide, you’ll learn how to use TDD with three different languages: Go, JavaScript, and Python. This Learning Test-Driven Development: A Polyglot Guide...

Learning Domain-Driven Design 1

Learning Domain-Driven Design

eBook Details: Paperback: 340 pages Publisher: WOW! eBook (November 2, 2021) Language: English ISBN-10: 1098100131 ISBN-13: 978-1098100131 eBook Description: Learning Domain-Driven Design: Aligning Software Architecture and Business Strategy Building software is harder than ever. As a developer, you not only have to chase ever-changing technological trends but also need to understand the business domains behind the software. This Learning Domain-Driven Design practical book provides you with a set of core patterns, principles, and practices for analyzing business domains, understanding business strategy, and, most importantly, aligning software design with its business needs. With this Learning Domain-Driven Design: Aligning Software Architecture and Business...

Beginning Hibernate 6 0

Beginning Hibernate 6

eBook Details: Paperback: 505 pages Publisher: WOW! eBook; 5th edition (October 26, 2021) Language: English ISBN-10: 1484273362 ISBN-13: 978-1484273364 eBook Description: Beginning Hibernate 6: Java Persistence from Beginner to Pro, 5th Edition Get started with Hibernate, an open source Java persistence layer and gain a clear introduction to the current standard for object-relational persistence in Java. This updated Beginning Hibernate 6, 5th Edition includes the new Hibernate 6.0 framework which covers new configuration, new object relational mapping changes, and enhanced integration with the more general Spring, Boot and Quarkus and other Java frameworks. What You’ll Learn Build enterprise Java-based transaction-type applications...

Introduction to Video Game Engine Development 3

Introduction to Video Game Engine Development

eBook Details: Paperback: 408 pages Publisher: WOW! eBook (June 12, 2021) Language: English ISBN-10: 148427038X ISBN-13: 978-1484270387 eBook Description: Introduction to Video Game Engine Development: Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine Start your video game development journey by learning how to build a 2D game engine from scratch. Using Java (with NetBeans as your IDE and using Java’s graphics framework) or by following along in C# (with Visual Studio as your IDE and using the MonoGame framework), you’ll cover the design and implementation of a 2D game engine in detail. Each class will be reviewed with...