Показ дописів із міткою Web Development. Показати всі дописи
Показ дописів із міткою Web Development. Показати всі дописи

пʼятниця, 20 травня 2016 р.

Google Compute Engine by Marc Cohen PDF

Google Compute Engine by Marc Cohen


Product Details:

Author(s): Marc Cohen

Publisher: --

Category: Web Development

Date: 27.12.2014

Pages: 246

Language: English

ISBN-10: 1449360882

ISBN-13: 9781449360887

Format: PDF, EPUB

Book Description:

Learn how to run large-scale, data-intensive workloads with Compute Engine, Googles cloud platform. Written by Google engineers, this tutorial walks you through the details of this Infrastructure as a Service by showing you how to develop a project with it from beginning to end. Youll learn best practices for using Compute Engine, with a focus on solving practical problems. With programming examples written in Python and JavaScript, youll also learn how to use Compute Engine with Docker containers and other platforms, frameworks, tools, and services. Discover how this IaaS helps you gain unparalleled performance and scalability with Googles advanced storage and computing technologies. Access and manage Compute Engine resources with a web UI, command-line interface, or RESTful interface Configure, customize, and work with Linux VM instances Explore storage options: persistent disk, Cloud Storage, Cloud SQL (MySQL in the cloud), or Cloud Datastore NoSQL service Use multiple private networks, and multiple instances on each network Build, deploy, and test a simple but comprehensive cloud computing application step-by-step Use Compute Engine with Docker, Node.js, ZeroMQ, Web Starter Kit, AngularJS, WebSocket, and D3.js

Tags: Google Compute Engine by Marc Cohen, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


четвер, 24 березня 2016 р.

CORS in Action: Creating and consuming cross-origin APIs by Monsur Hossain PDF

CORS in Action: Creating and consuming cross-origin APIs by Monsur Hossain


Product Details:

Author(s): Monsur Hossain

Publisher: --

Category: Web Development

Date: 31.10.2014

Pages: 240

Language: English

ISBN-10: 161729182X

ISBN-13: 9781617291821

Format: EPUB, PDF

Book Description:

Summary CORS in Action introduces Cross-Origin Resource Sharing (CORS) from both the server and the client perspective. It starts with the basics: how to make CORS requests and how to implement CORS on the server. It then explores key details such as performance, debugging, and security. API authors will learn how CORS opens their APIs to a wider range of users. JavaScript developers will find valuable techniques for building rich web apps that can take advantage of APIs hosted anywhere. The techniques described in this book are especially applicable to mobile environments, where browsers are guaranteed to support CORS. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Book Suppose you need to share some JSON data with another application or service. If everything is hosted on one domain, it s a snap. But if the data is on another domain, the browser s same-origin policy stops you cold. CORS is a new web standard that enables safe cross-domain access without complex server-side code. Mastering CORS makes it possible for web and mobile applications to share data simply and securely. CORS in Action introduces CORS from both the server and the client perspective. It starts with making and enabling CORS requests and then explores performance, debugging, and security. You ll learn to build apps that can take advantage of APIs hosted anywhere and how to write APIs that expand your products to a wider range of users. For web developers comfortable with JavaScript. No experience with CORS is assumed. What s Inside CORS from the ground up Serving and consuming cross-domain data Best practices for building CORS APIs When to use CORS alternatives like JSON-P and proxies

Tags: CORS in Action: Creating and consuming cross-origin APIs by Monsur Hossain, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


середа, 23 березня 2016 р.

JavaScript Objects Functions and Arrays Explained by Tony de Araujo PDF

JavaScript Objects Functions and Arrays Explained by Tony de Araujo


Product Details:

Author(s): Tony de Araujo

Publisher: --

Category: Web Development

Date: 31.05.2014

Pages: 295

Language: English

ISBN-10: B00GDEPBZQ

ISBN-13: --

Format: pdf,epub

Book Description:

If you are looking for a source that describes the most common methods from the JavaScript library, this is it. This is a great reference book. How many times have you attempted to learn JavaScript, only to put it on the side because it was too complex or you just felt overwhelmed by the information overload? This may be the book that will propel you forward to become a JavaScript programmer. Get yourself ready and cross that bridge now, download the eBook. JavaScript Objects Functions and Arrays Explained covers a lot of material as you may see from the index below. However, each chapter is self-contained and easy to understand with plenty of illustrations and links to files of code you can physically copy. The author is, above all, a teacher. This is a method to learn and to refer back later. The author recommends to read and review the book several times. It is easy to grasp but powerful when repeated the second time around.

Tags: JavaScript Objects Functions and Arrays Explained by Tony de Araujo, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


вівторок, 19 січня 2016 р.

ASP.Net Web API 2 Recipes: A Problem-Solution Approach by Peter Vogel PDF

ASP.Net Web API 2 Recipes: A Problem-Solution Approach by Peter Vogel


Product Details:

Author(s): Peter Vogel

Publisher: --

Category: Web Development

Date: 2014

Pages: 1

Language: English

ISBN-10: 1430259809

ISBN-13: --

Format: PDF

Book Description:

ASP.NET Web API Recipes gives you the code and the confidence to work with the Web API successfully in any .NET environment. ASP.NET Web API Recipes shows you how to use the Web API with the full range of .NET application development tools to solve common business problems. Find out how this technology allows you to build real world, line-of-business applications more efficiently than ever before. The first chapters of ASP.NET Web API Recipes provide you with the key solutions you ll reach for when you re integrating the Web API with applications from your chosen technology whether that s ASP.NET, SharePoint, WPF, or Windows Phone. Then later chapters will show you a wide range of solutions to the critical problems that you re most likely to face on any of these platforms. You ll learn how to handle input and output issues, test your web services, and how to bypass IIS when you need to. You ll learn how to preempt your extensibility problems ahead of time, and how to solve typical problems of performance, efficiency and flexibility while working with the Web API. Throughout ASP.N ET Web API Recipes, you ll find the solutions you need to the key situations you ve already met or are likely to meet, with the insights and configuration code to adapt them to your own scenarios. ASP.NET Web API Recipes doesn t just show you how the Web API works it gives you the code and the confidence to work with it successfully in any .NET environment. What you ll learn * Write applications that use the Web API from any platform. * Access Web API services from JavaScript (including integration with Knockout) and .NET code. * Use TDD to test Web API services and components. * Implement tested design patterns to create maintainable applications. * Take advantage of the Web API s customization options to support your organization s standards and practices. * Exploit the Web API in client and server-side code in ASP.NET MVC and ASP.NET. Who this book is for ASP.NET Web API Recipes is for application developers who are creating line-of-business applications using the .NET Framework, with Visual Studio 2010 or Visual Studio 2012. Experience with web services is not assumed, but you ll have experience building ASP.NET applications.

Tags: ASP.Net Web API 2 Recipes: A Problem-Solution Approach by Peter Vogel, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


понеділок, 18 січня 2016 р.

Writing for Multimedia and the Web, Third Edition: A Practical Guide to Content Development for Interactive Media by Timothy Garrand PDF

Writing for Multimedia and the Web, Third Edition: A Practical Guide to Content Development for Interactive Media by Timothy Garrand


Product Details:

Author(s): Timothy Garrand

Publisher: Focal Press

Category: Web Development

Date: 21.07.2006

Pages: 478

Language: English

ISBN-10: 240808223

ISBN-13: 9780240808222

Format: PDF

Book Description:

Learning how to write for just one type of interactive media, such as web sites or games, is not enough! To be truly successful as an interactive writer or designer, you need to understand how to create content for all types of new media. Writing for Multimedia and the Web is the most comprehensive guide available for interactive writing. It covers web sites, computer games, e-learning courses, training programs, immersive exhibits, and much more. Earlier editions have garnered rave reviews as a writing handbook for multimedia and web professionals, as well as a classroom text for interactive writing and design. New Sections and Completely Updated Chapters: *Writing a corporate web site: T. Rowe Price *Creating blogs and podcasts *Web writing tips from usability experts *Optimizing text for web search engines *Defining the user with use cases and user scenarios *Dealing with web editors *Software for organizing and writing interactive media content *Script formats for all types of multimedia and web projects *Writing careers

Tags: Writing for Multimedia and the Web, Third Edition: A Practical Guide to Content Development for Interactive Media by Timothy Garrand, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook