This book will provide you with all of the tools you need to be a professional Ruby developer. Starting with the core principles, such as syntax and best practices, and up to advanced topics like me……続きを見る
A concise beginners guide to the theory of object orientated programming. This book covers the basic theory and more advanced best practices, patterns and advanced concepts such as Publish/Subcribe,……続きを見る
Ruby is famous for being easy to learn, but most users only scratch the surface of what it can do. While other books focus on Ruby's trendier features, The Book of Ruby reveals the secret inner work……続きを見る
著者:Steve Pugh
出版社: No Starch Press
発売日: 2008年12月15日
Are you spending valuable time on work a well-trained monkey could do? If so, Wicked Cool Ruby Scripts will teach you how to automate repetitive tasks using Ruby, one of the most powerful and easy-t……続きを見る
If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to def……続きを見る
There may be no better way to learn how to program than by dissecting real, representative examples written in your language of choice. Ruby by Example analyzes a series of Ruby scripts, examining h……続きを見る
著者:Dave Fancher
出版社: No Starch Press
発売日: 2014年03月01日
F# brings the power of functional-first programming to the .NET Framework, a platform for developing software in the Microsoft Windows ecosystem. If you're a traditional .NET developer used to C# an……続きを見る
Visual Basic .NET is a radically new version of Microsoft Visual Basic, the world's most widely used rapid application development (RAD) package. Whether you are just beginning application developme……続きを見る
Java Recipes are structured in a Cookbook format featuring recipes that contain problem statements and solutions. A detailed explanation follows each problem statement of the recipe. This is usually……続きを見る
Up-to-Date, Essential Java Programming SkillsーMade Easy!
Supplement for key JDK 10 new features available from book's Downloads & Resources page at OraclePressBooks.com.
Fully updated for Java Plat……続きを見る
Kick-start your modular programming journey and gear up for the future of Java developmentKey Features\[\*\] Master design patterns and best practices to build truly modular applications in Java 9\[……続きを見る
This book explains C# fundamentals with easy to understand examples and simple language.
Level: Beginner to Intermediate
Are you a beginner programmer and looking for learning C# basics?
Then this i……続きを見る
The Definitive Java Programming Guide
Supplement for key JDK 10 new features available from book's Downloads & Resources page at OraclePressBooks.com.
Fully updated for Java SE 9, Java: The Complete……続きを見る
Java Programming for Beginners is an introduction to Java programming, taking you through the Java syntax and the fundamentals of object-oriented programming.Key FeaturesLearn the basics of Java pro……続きを見る
Fully updated for Android Studio 3.0 and Android 8, the goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated Development Envir……続きを見る
Fully updated for Android Studio 3.0 and Android 8, the goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated Development Envir……続きを見る
Function literals, Monads, Lazy evaluation, Currying, and moreKey Features\[\*\] Write concise and maintainable code with streams and high-order functions\[\*\] Understand the benefits of currying y……続きを見る
著者:Lee Vaughan
出版社: No Starch Press
発売日: 2018年11月27日
Impractical Python Projects is a collection of fun and educational projects designed to entertain programmers while enhancing their Python skills. It picks up where the complete beginner books leave……続きを見る
A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, a……続きを見る
著者:Steven F. Lott
出版社: Packt Publishing
発売日: 2018年07月10日
Create succinct and expressive implementations with functional programming in PythonKey FeaturesLearn how to choose between imperative and functional approaches based onexpressiveness, clarity, and ……続きを見る
Learn how to apply Functional Programming with Kotlin to real-life projects with popular libraries like Arrow.Key Features\[\*\] Focus on the functional aspects of Kotlin and identify the advantages……続きを見る
Take advantage of Kotlin\\'s concurrency primitives to write efficient multithreaded applicationsKey FeaturesUnderstand Kotlin’s unique approach to multithreadingLearn how to write concurrent non-bl……続きを見る
Understand the principles of software architecture with coverage on SOA, distributed and messaging systems, and database modelingKey FeaturesGain knowledge of architectural approaches on SOA and mic……続きを見る
Learn how to use the Core Motion and Core Location frameworks to access the device's sensors from an iOS application. After reading this guide, you will know how to detect the devices movements, how……続きを見る
Learn how to access the Web from your iOS applications. After reading this guide, you will know how to incorporate links to external resources into your apps, how to create your own browser, how to ……続きを見る
Learn how to use Table Views to present information to the user in an iOS application. After reading this guide, you will know how to create dynamic and static tables, how to set and sort the conten……続きを見る
Learn how to generate local notifications from your iOS applications. After reading this guide, you will know how to schedule and display local notifications to the user, how to respond to system no……続きを見る
Learn how to define user interfaces for your iOS applications using the visual tools provided by Xcode. After reading this guide, you will know how to start a new project, how to structure an applic……続きを見る
Learn how to use MapKit to include maps in your iOS applications. After reading this guide, you will know how to generate and configure a map, how to add annotations, how to detect the user's locati……続きを見る
Learn how to store data in a device from an iOS application. After reading this guide, you will know how to store user's settings, how to create and manage files, and how to encode and decode conten……続きを見る