Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectCountry Of PublicationPublisherSourceTarget AudienceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
36,204
result(s) for
"Application software Programming."
Sort by:
Coding all-in-one
by
Minnick, Chris, author
,
Abraham, Nikhil, author
,
Burd, Barry, author
in
Computer programming.
,
Internet programming.
,
Technology.
2022
\"Adding some coding know-how to your skills can help launch a new career or bolster an old one. Coding All-in-One For Dummies offers an ideal starting place for learning the languages that make technology go. This edition gets you started with a helpful explanation of how coding works and how it's applied in the real-world before setting you on a path toward writing code for web building, mobile application development, and data analysis. Add coding to your skillset for your existing career, or begin the exciting transition into life as a professional developer--Dummies makes it easy.\" -- Description provided by publisher.
Head first Kotlin : a brain-friendly guide
\"Head First Kotlin is a complete introduction to coding in Kotlin. This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals and teaches you how to think like a great Kotlin developer. You'll learn everything from language fundamentals to collections, generics, lambdas, and higher-order functions. Along the way, you'll get to play with both object-oriented and functional programming.\"--Publisher's description.
Learning Android Application Testing
2015
This book, 'Learning Android Application Testing', is a comprehensive guide to mastering the art of testing and debugging Android applications. Through practical techniques and insightful guidance, you'll learn how to enhance the quality and reliability of your Android apps, ensuring optimal performance for users.What this Book will help me doGain expertise in Android testing techniques and tools to confidently verify your app's functionality.Learn to effectively utilize the Android Instrumentation Testing Framework for better test management.Master development methodologies such as Test-driven Development and Behavior-driven Development for robust code.Optimize your entire testing process with continuous integration for seamless app quality assurance.Understand performance testing to analyze and improve app behavior under various conditions.Author(s)Paul Blundell is a seasoned Android developer with extensive experience in application development and optimization. He has mastered the nuances of testing Android applications and shares his knowledge through clear, effective teaching and real-world examples. Paul's approach to writing focuses on giving developers actionable insights they can directly apply.Who is it for?This book is perfect for Android developers seeking to gain or enhance skills in application testing and debugging. Whether you're an experienced coder or completely new to these methodologies, the book provides insights and techniques to suit your skill level. It fits those aiming to deliver more reliable apps. The book serves professionals interested in refining their Android development expertise.
Models to code : with no mysterious gaps
Learn how to translate an executable model of your application into running code. This is not a book about theory, good intentions or possible future developments. You'll benefit from translation technology and solid software engineering principles that are demonstrated with concrete examples using an open source tool chain. Models don't deliver enough value if they are not on a direct path to code production. But to waste time building models that are merely pictures of your code doesn't add much value either. In this book, you'll translate detailed, yet platform-independent models that solve real application problems. Using a pragmatic approach, Models to Code quickly dives into two case studies of Executable UML models. The models and code are extensively annotated and illustrate key principles that are emphasized throughout the book. You'll work with code production using \"C\" as the implementation language and targeting microcomputer class processors. This might not be your particular target language or platform, but you can use you can use what you learn here to engineer or re-evaluate your own code translation system to dramatically increase the value of both your modeling and code generation solution. Written by three leading experts, Models to Code is an exceptional resource for producing software by model translation-- add it to your library today.
Professional Swift
2015
Transition from Objective-C to the cleaner, more functional Swift quickly and easily
Professional Swift shows you how to create Mac and iPhone applications using Apple's new programming language. This code-intensive, practical guide walks you through Swift best practices as you learn the language, build an application, and refine it using advanced concepts and techniques. Organized for easy navigation, this book can be read end-to-end for a self-paced tutorial, or used as an on-demand desk reference as unfamiliar situations arise. The first section of the book guides you through the basics of Swift programming, with clear instruction on everything from writing code to storing data, and Section II adds advanced data types, advanced debugging, extending classes, and more. You'll learn everything you need to know to make the transition from Objective-C to Swift smooth and painless, so you can begin building faster, more secure apps than ever before.
* Get acquainted with the Swift language and syntax
* Write, deploy, and debug Swift programs
* Store data and interface with web services
* Master advanced usage, and bridge Swift and Objective-C
Professional Swift is your guide to the future of OS X and iOS development.
Software defined networks : a comprehensive approach
This book discusses the historical networking environment that gave rise to SDN, as well as the latest advances in SDN technology. It provides state of the art knowledge needed for successful deployment of an SDN, including how to explain to the non-technical business decision makers in an organization the potential benefits and risks, in shifting parts of a network to the SDN model; how to make intelligent decisions about when to integrate SDN technologies in a network; how to decide if an organization should be developing its own SDN applications or looking to acquire them from an outside vendor; how to accelerate the ability to develop an SDN application; discusses the evolution of the switch platforms that enable SDN; addresses when to integrate SDN technologies in a network; provides an overview of sample SDN applications relevant to different industries; includes practical examples of how to write SDN applications. --
Amazing applications and perfect programs
by
Gifford, Clive, author
,
Gifford, Clive. Get connected to digital literacy
in
Computer programming Juvenile literature.
,
Application software Juvenile literature.
,
Operating systems (Computers) Juvenile literature.
2015
Amazing Applications and Perfect Programs helps explain operating systems, computer programs, sorting and storing files, and databases. Learn about the amazing variety of programs that allow users to have fun with words, numbers, pictures, and sounds. Exercises teach key skills such as word processing, creating documents, and using databases, and are not linked to specific software or operating systems.
CUDA application design and development
by
Farber, Rob
in
Application software
,
Application software -- Development
,
Computer architecture
2011
As the computer industry retools to leverage massively parallel graphics processing units (GPUs), this book is designed to meet the needs of working software developers who need to understand GPU programming with CUDA and increase efficiency in their projects. CUDA Application Design and Development starts with an introduction to parallel computing concepts for readers with no previous parallel experience, and focuses on issues of immediate importance to working software developers: achieving high performance, maintaining competitiveness, analyzing CUDA benefits versus costs, and determining application lifespan.The book then details the thought behind CUDA and teaches how to create, analyze, and debug CUDA applications. Throughout, the focus is on software engineering issues: how to use CUDA in the context of existing application code, with existing compilers, languages, software tools, and industry-standard API libraries.Using an approach refined in a series of well-received articles at Dr Dobb's Journal, author Rob Farber takes the reader step-by-step from fundamentals to implementation, moving from language theory to practical coding.Includes multiple examples building from simple to more complex applications in four key areas: machine learning, visualization, vision recognition, and mobile computingAddresses the foundational issues for CUDA development: multi-threaded programming and the different memory hierarchyIncludes teaching chapters designed to give a full understanding of CUDA tools, techniques and structure.Presents CUDA techniques in the context of the hardware they are implemented on as well as other styles of programming that will help readers bridge into the new material