You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.
Using a web API to provide services to application developers is one of the more satisfying endeavors that software engineers undertake. But building a popular API with a thriving developer ecosystem is also one of the most challenging. With this practical guide, developers, architects, and tech leads will learn how to navigate complex decisions for designing, scaling, marketing, and evolving interoperable APIs. Authors Brenda Jin, Saurabh Sahni, and Amir Shevat explain API design theory and provide hands-on exercises for building your web API and managing its operation in production. You’ll also learn how to build and maintain a following of app developers. This book includes expert advic...
Creating apps for Google Glass is more involved than simply learning how to navigate its hardware, APIs, and SDK. You also need the right mindset. While this practical book delivers the information and techniques you need to build and deploy Glass applications, it also helps you to think for Glass by showing you how the platform works in, and affects, its environment. In three parts—Discover, Design, and Develop—Glass pioneers guide you through the Glass ecosystem and demonstrate what this wearable computer means for users, developers, and society as a whole. You’ll learn how to create rich functionality for a consumer technology that’s radically different than anything currently available. Learn the Five Noble Truths of great Glassware design Understand the Glass ecosystem and learn why it’s different Sidestep Glass’s societal concerns in your projects Learn how Glass adapts to the user’s world, rather than the other way around Avoid poor design by identifying Glassware antipatterns Build cloud services with the Google Mirror API Use the Glass Development Kit to develop client applications Submit your project for review in the MyGlass directory
None
This book is designed to not only expose beginning tax students to tax law, but to also teach the practical intricacies involved in preparation of a tax return. Emphasizing a hands-on approach to tax education, every concept introduced in the text includes meaningful exercises that allow students to reinforce what they are learning. Actual tax forms are included within the textfrom the simplest 1040EZ to the numerous 1040 schedule formswith real-world data inserted into actual tax forms to demonstrate applied skills. Tax software is also a part of the text package, providing yet another tool to bridge the gap between understanding and practical application of tax law.
The popularity of REST in recent years has led to tremendous growth in almost-RESTful APIs that don’t include many of the architecture’s benefits. With this practical guide, you’ll learn what it takes to design usable REST APIs that evolve over time. By focusing on solutions that cross a variety of domains, this book shows you how to create powerful and secure applications, using the tools designed for the world’s most successful distributed computing system: the World Wide Web. You’ll explore the concepts behind REST, learn different strategies for creating hypermedia-based APIs, and then put everything together with a step-by-step guide to designing a RESTful Web API. Examine API...
"Creating channels with application programming interfaces"--Cover.
None
소프트웨어 개발자를 안내하는 테크니컬 라이팅을 위한 실무 노트 우아한형제들, 카카오, AWS, LINE Plus, 쿠팡, NHN, 데브시스터즈, 넷마블 등 국내 테크니컬 라이터 11인 인터뷰 특별 수록! 이 책은 ‘강아지 음성 번역 서비스’를 만드는 개발 팀의 스토리를 따라가며, 개발 문서를 만드는 과정을 단계별로 배우도록 구성되었습니다. 단계별 예제, 템플릿, 가이드를 통해 이론적인 내용뿐만 아니라 문서를 효과적으로 작성하고 관리하는 방법도 배우게 됩니다. 단계에 맞는 문서화 기술을 배우고, 사용자 니즈 이해부터 문서 작성, 유...
The basic rules of REST APIs - "many nouns, few verbs, stick with HTTP" - seem easy, but that simplicity and power require discipline to work smoothly. This brief guide provides next steps for implementing complex projects on simple and extensible foundations.