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
35,611
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.
Shared memory application programming : concepts and strategies in multicore application programming
by
Alessandrini, Victor
in
Parallel processing (Electronic computers)
,
Parallel programming (Computer science)
2016,2015
Shared Memory Application Programming presents the key concepts and applications of parallel programming, in an accessible and engaging style applicable to developers across many domains.Multithreaded programming is today a core technology, at the basis of all software development projects in any branch of applied computer science.
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.
Angular Design Patterns
by
Nayrolles, Mathieu
,
(USD), Nayrolles Mathieu
in
AngularJS (Software framework)
,
Application software-Development
,
COMPUTERS / Programming / General
2018,2024
This book will provide clear guidance on how to work through the most valuable design patterns effectively in Angular. You will explore some of the best ways to work with Angular to meet the performance required in the web development world. You will also learn the best practices to improve your productivity and the code base of your application.
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.
Learn ECMAScript
by
MOHAN, Mehul
,
Prusty, Narayan
in
Application software-Design
,
JavaScript (Computer program language)
2018
Learn ECMAScript explores implementation of the latest ECMAScript features to add to your developer toolbox, helping you to progress to an advanced level. Learn to add 1 to a variable and safely access shared memory data within multiple threads to avoid race conditions.