Page 1
Page 1
img

Introduction to software design with Java

Provides an in-depth introduction to software design, with a focus on object-oriented design, and using the Java programming language. Its goal is to help readers learn software design by discovering the experience of the design process. To this end, the text follows a continuous narrative that introduces each element of design know-how in context, and explores alternative solutions in that context. This narrative is complemented by hundreds of code fragments and design diagrams.

img

Design Patterns in Modern C++20 : Reusable Approaches for Object-Oriented Software Design

As well as covering traditional design patterns, this book fleshes out new design patterns and approaches that will be useful to modern C++ developers. Author Dmitri Nesteruk presents concepts as a fun investigation of how problems can be solved in different ways, along the way using varying degrees of technical sophistication and explaining different sorts of trade-offs. You will: Use creational patterns such as builder, factories, prototype and singleton / Implement structural patterns such as adapter, bridge, decorator, facade and more / Work with the behavioral patterns such as chain of responsibility, command, iterator, mediator and more / Apply functional design patterns such as the Maybe Monad

img

Java 17 Recipes : A Problem-Solution Approach

Quickly find solutions to dozens of common programming problems encountered while building Java applications, with recipes presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved! covers of some of the newest features, APIs, and more such as pattern matching for switch, Restore Always-Strict-Floating-Point-Semantics, enhanced pseudo-random number generators, the vector API, sealed classes, and enhancements in the use of String. Source code for all recipes is available in a dedicated GitHub repository. This must-have reference belongs in your library. You will learn : Look up solutions to everyday problems involving Java SE 17 LTS and other recent releases / Develop Java SE applications using the latest in Java SE technology / Incorporate Java major features introduced in versions 17, 16, and 15 into your code

img

Java 17 Quick Syntax Reference : A Pocket Guide to the Java SE Language, APIs, and Library

Packed with useful information and is a must-have for any Java programmer. You will: Run a Java file with a single command / Learn what a switch expression is and how to use it / Use pattern matching / Code with Java modules / Create text blocks to handle multiline strings / Learn what sealed classes are and how to use these and more

img

C# 10 Quick Syntax Reference : A Pocket Guide to the Language, APIs, and Library

Reviews the essential C# 10 and earlier syntax, not previously covered, in a well-organized format that can be used as a handy reference. Specifically, unions, generic attributes, CallerArgumentExpression, params span, Records, Init only setters, Top-level statements, Pattern matching enhancements, Native sized integers, Function pointers and more. You will: Employ nullable reference types / Work with ranges and indices / Apply recursive patterns to your applications / Use switch expressions

img

Beginning PyQt : A hands-on approach to GUI programming with PyQt6

Learn GUI application development from the ground up by building simple projects that teach the fundamentals of using PyQt6. This 2nd edition includes updated code, programs, and new chapters to get you started using the newest version. Taking a practical approach, each chapter will gradually teach more advanced and diverse concepts to aid you in designing and customizing interesting and professional applications. Using this knowledge, you’ll be able to build a photo editor, games, a text editor, a working web browser, and an assortment of other GUIs. In the end, this book will guide you through the process of creating UIs to help you bring your own ideas to life. Find out what you need to begin making your own applications with PyQt! You will: Develop cross-platform UIs with PyQt and Python / Use PyQt’s many widgets and apply them by building real applications / Build larger applications through a step-by-step approach and break the code into smaller chunks for deeper understanding / Work with more complex applications in PyQt, covering SQL databases, multithreading, web browsers, and more / Create modern-looking UIs with Qt Quick and QtQml using the latest version of PyQt

img

Beginning IntelliJ IDEA : Integrated development environment for Java programming

Shows you how to leverage IntelliJ’s tools to develop clean, efficient Java applications. The last portion of the book focuses on application testing and deployment, and language- and framework- specific guidelines. After reading this book and working through its freely available source code, you'll be up to speed with this powerful IDE for today's Java development. You will: Use IntelliJ IDEA to build Java applications / Set up your IDE and project / Work with source code / Extend your Java application to data science and other kinds of applications / Test and deploy your application and much more

Results Per Page