0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (3)
  • R1,000 - R2,500 (4)
  • -
Status
Brand

Showing 1 - 7 of 7 matches in All Departments

Build Location-Based Projects for iOS - GPS, Sensors, and Maps (Paperback): Dominik Hauser Build Location-Based Projects for iOS - GPS, Sensors, and Maps (Paperback)
Dominik Hauser
R764 Discovery Miles 7 640 Ships in 10 - 15 working days

Coding is awesome. So is being outside. With location-based iOS apps, you can combine the two for an enhanced outdoor experience. Use Swift to create your own apps that use GPS data, read sensor data from your iPhone, draw on maps, automate with geofences, and store augmented reality world maps. You'll have a great time without even noticing that you're learning. And even better, each of the projects is designed to be extended and eventually submitted to the App Store. Explore, share, and have fun. Location-based apps are everywhere. From mapping our jogging path to pointing us to the nearest collectible creature in a location-based game, these apps offer useful and interesting features and information related to where you are. Using real-world maps and places as the environment, they add an extra layer of adventure to exploring the outdoors. If you've ever wanted to make your own location-based apps and games, you can learn how with four simple, Swift-based projects that are easy to code and fun to use. Build four stunning apps that sense the iPhone's surroundings. Use Core Location and MapKit to draw GPS data on maps and share the results to social media. Use the sensor data from the iPhone and draw acceleration graphs using Core Graphics while on a playground swing. Build an app that measures the time you spend outside using geofences. Combine Core Location and ARKit to build an augmented reality scavenger hunt app that you can use and play with other people. Have great time building creative apps you cannot wait to try out.

Dominik Hauser-Chords For Bass (Book): Dominik Hauser Dominik Hauser-Chords For Bass (Book)
Dominik Hauser
R757 R694 Discovery Miles 6 940 Save R63 (8%) Ships in 9 - 15 working days

Explore new sounds on the bass that you may never have considered! Learning to play chords will enhance your ability to hear chord progressions and qualities, improve your composition and arranging skills, and strengthen your soloing chops and overall musicianship. Covers: double stops, major & minor triads, diminished and augmented triads, seventh chords, chordal song arrangements, different styles, a chord glossary and more. The accompanying CD features 76 demo tracks of all the exercises in the book.

Test-Driven iOS Development with Swift - Write maintainable, flexible, and extensible code using the power of TDD with Swift... Test-Driven iOS Development with Swift - Write maintainable, flexible, and extensible code using the power of TDD with Swift 5.5 (Paperback, 4th Revised edition)
Dr. Dominik Hauser
R863 Discovery Miles 8 630 Ships in 10 - 15 working days

Build robust applications using TDD with Swift 5.5 and become a TDD expert by writing tests for view controller, views, network code, and even SwiftUI view Key Features Build a complete iOS app using test-driven development Explore testing view controllers, table views, navigation, and network code Learn how to write tests for Combine and SwiftUI code Book DescriptionTest-driven development (TDD) is a proven way to find software bugs earlier on in software development. Writing tests before you code improves the structure and maintainability of your apps, and so using TDD in combination with Swift 5.5's improved syntax leaves you with no excuse for writing bad code. Developers working with iOS will be able to put their knowledge to work with this practical guide to TDD in iOS. This book will help you grasp the fundamentals and show you how to run TDD with Xcode. You'll learn how to test network code, navigate between different parts of the app, run asynchronous tests, and much more. Using practical, real-world examples, you'll begin with an overview of the TDD workflow and get to grips with unit testing concepts and code cycles. You'll then develop an entire iOS app using TDD while exploring different strategies for writing tests for models, view controllers, and networking code. Additionally, you'll explore how to test the user interface and business logic of iOS apps and even write tests for the network layer of the sample app. By the end of this TDD book, you'll be able to implement TDD methodologies comfortably in your day-to-day development for building scalable and robust applications. What you will learn Implement TDD in Swift application development Detect bugs before you run code using the TDD approach Use TDD to build models, view controllers, and views Test network code with asynchronous tests and stubs Write code that's a joy to read and maintain Design functional tests to suit your software requirements Discover scenarios where TDD should be applied and avoided Who this book is forThis book is for iOS developers looking to apply TDD to build maintainable and scalable applications. Intermediate-level developers with Swift application development experience will be able to make the most out of this book. Prior experience of applying TDD to Swift applications is not required.

Test-Driven iOS Development with Swift 4 - Third Edition (Paperback, 3rd Revised edition): Dr. Dominik Hauser Test-Driven iOS Development with Swift 4 - Third Edition (Paperback, 3rd Revised edition)
Dr. Dominik Hauser
R1,134 Discovery Miles 11 340 Ships in 10 - 15 working days

Use test-driven approach to develop highly-functional iOS apps with Swift 4 and Xcode 9 About This Book * A practical guide to writing effective, organized, and clean code that works well * Learn test-driven principles to help you build better-designed apps with fewer bugs * A comprehensive overview of the techniques available for TDD in Swift Who This Book Is For To get the most out of this book, you will need some prior experience with Swift application development. You may have already heard about Test-Driven Development (TDD) but you don't need any prior experience of applying it to Swift applications. What You Will Learn * Implement TDD in Swift application development * Find bugs before you enter code using the TDD approach * Use TDD to build models, view controllers, and views * Test network code with asynchronous tests and stubs * Write code that is a joy to read and maintain * Develop functional tests to ensure the app works as planned In Detail Test-driven development (TDD) is a proven way to find software bugs early. Writing tests before you code improves the structure and maintainability of your apps. Using TDD, in combination with Swift 4's improved syntax, means there is no longer any excuse for writing bad code. This book will help you understand the process of TDD and how to apply it to your apps written in Swift. Through practical, real-world examples, you'll learn how to implement TDD in context. You will begin with an overview of the TDD workflow and then delve into unit-testing concepts and code cycles. You will also plan and structure your test-driven iOS app, and write tests to drive the development of view controllers and helper classes. Next, you'll learn how to write tests for network code and explore how the test-driven approach-in combination with stubs-helps you write network code even before the backend component is finished. Finally, the book will guide you through the next steps to becoming a testing expert by discussing integration tests, Behavior Driven Development (BDD), open source testing frameworks, and UI Tests (introduced in Xcode 9). Style and approach Using a step-by-step approach, you will develop an entire iOS app using TDD. During the course of the book, you will explore different strategies for writing tests for models, View Controllers, and networking code.

Test-Driven iOS Development with Swift (Paperback): Dr. Dominik Hauser Test-Driven iOS Development with Swift (Paperback)
Dr. Dominik Hauser
R1,130 Discovery Miles 11 300 Ships in 10 - 15 working days

Create fully-featured and highly functional iOS apps by writing tests first About This Book * Learn test-driven principles to help you build apps with fewer bugs and better designs * Become more efficient while working with Swift to move on to your next project faster! * Learn how to incorporate all of the principles of test-driven development (TDD) in to your daily programming workflow Who This Book Is For If debugging iOS apps is a nerve-racking task for you and you are looking for a fix, this book is for you. What You Will Learn * Implement TDD in swift application development * Get to know the fundamentals, life cycle, and benefits of TDD * Explore the tools and frameworks to effectively use TDD * Develop models and controllers driven by tests * Construct the network layer using stubs * Use functional tests to ensure the app works as planned * Automate and streamline the building, analysing, testing, and archiving of your iOS apps In Detail Test-driven development (TDD) is a proven way to find software bugs early. Writing tests before your code improves the structure and maintainability of your app. Test-Driven iOS Development with Swift will help you understand the process of TDD and how it impacts your applications written in Swift. Through practical, real-world examples, you'll start seeing how to implement TDD in context. We will begin with an overview of your TDD workflow and then deep-dive into unit testing concepts and code cycles. We will showcase the workings of functional tests, which will help you improve the user interface. Finally, you will learn about automating deployments and continuous integration to run an environment. Style and approach This is an easy-to-follow example-driven tutorial, packed with lots of tips and tricks that explore TDD bit-by-bit in the process of making an iOS application.

Multiprojektmanagement - Projekte mittels zentralisiertem Projektburo effizient und effektiv steuern (German, Paperback):... Multiprojektmanagement - Projekte mittels zentralisiertem Projektburo effizient und effektiv steuern (German, Paperback)
Dominik Hauser
R1,322 Discovery Miles 13 220 Ships in 10 - 15 working days
Multiprojektmanagement im Project Management Office (German, Paperback): Dominik Hauser Multiprojektmanagement im Project Management Office (German, Paperback)
Dominik Hauser
R1,315 Discovery Miles 13 150 Ships in 10 - 15 working days

Bachelorarbeit aus dem Jahr 2010 im Fachbereich BWL - Industriebetriebslehre, Note: Sehr Gut, Fachhochschule Vorarlberg GmbH, Sprache: Deutsch, Abstract: In der heutigen Zeit gehoren Projekte in nahezu jedem Unternehmen zum Alltag. Dabei werden diese immer grosser und komplexer. Aufgrund der hohen Projektanzahl, die ein Unternehmen hat, sind die oftmals begrenzten Unternehmensressourcen schwer einzuteilen. Um diese Problematik der vielen unterschiedlichen Projekte richtig steuern zu konnen, benotigen die Organisationen nicht mehr nur" Projektmanagement sondern Multiprojektmanagement. Ein Project Management Office ist ein unterstutzendes Instrument der Unternehmens- bzw. Projektleitung bei Planungs-, Erfassungs- und Informationsaufgaben. Es ist meist eine eigenstandige Abteilung innerhalb einer Organisation. Durch das PMO soll eine effektive, sach-, termin- und kostengerechte Abwicklung aller Projekte der Organisation garantiert werden. Der Vorteil eines projektubergreifend und zentralisiert arbeitenden Projektburos liegt dabei in der optimalen Auslastung des MPM-Personals bei gleichzeitiger Entlastung der Spezialisten von projektadministrativen Tatigkeiten. Ein Multiprojektmanagement im Project Management Office hilft den Unternehmen, mit ihrer Vielzahl von komplexen Projekten, Ordnung in die unubersichtliche Projektlandschaft zu bekommen und die Ressourcen richtig zu verteilen. Des Weiteren kann ein Unternehmen durch das MPM und das zentral gelegene Project Management Office die Kosten senken, Projektteile zusammenschliessen und Projekte effizienter und effektiver bearbeiten. Jedoch gestaltet sich die Einfuhrung des MPM und des PMO als auch die Durchfuhrung oftmals sehr schwieri

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Elecstor 18W In-Line UPS (Black)
R999 R499 Discovery Miles 4 990
Dala A2 Sketch Pad (120gsm)(36 Sheets)
R260 Discovery Miles 2 600
Home Classix Placemats - Geometric…
R59 R51 Discovery Miles 510
Die Wonder Van Die Skepping - Nog 100…
Louie Giglio Hardcover R279 R235 Discovery Miles 2 350
HyperX Predator HX432C16PB3A/8 memory…
R999 R772 Discovery Miles 7 720
Loot
Nadine Gordimer Paperback  (2)
R205 R168 Discovery Miles 1 680
This Is Why
Paramore CD R392 Discovery Miles 3 920
Cable Guy Ikon "Light Up" Marvel…
R599 R549 Discovery Miles 5 490
Nexus Plugtop Solid 3Pin (16A) (White )
R49 R25 Discovery Miles 250
Loot
Nadine Gordimer Paperback  (2)
R205 R168 Discovery Miles 1 680

 

Partners