• RESTful API Design: Best Practices in API Design with REST (API-University Series Book 3)

    Looking for Best Practices for RESTful APIs?This book is for you! Why? Because this book is packed with practical experience on what works best for RESTful API Design.You want to design APIs like a Pro?Use API description languages to both design APIs and develop APIs efficiently. The book introduces the two most common API description languages RAML, OpenAPI, and Swagger.Your company cares about its customers?Learn API product management with a customer-centric design and development approach for APIs. Learn how to manage APIs as a product and how to follow an API-first approach. Build APIs y... [Read More]

    • ASIN: B01L6STMVW
    • ASIN: B01L6STMVW
    • Manufacturer: API-University Press

  • Hands-On RESTful API Design Patterns and Best Practices: Design, develop, and deploy highly adaptable, scalable, and secure RESTful web APIs

    Build effective RESTful APIs for enterprise with design patterns and REST framework's out-of-the-box capabilities Key Features Understand advanced topics such as API gateways, API securities, and cloud Implement patterns programmatically with easy-to-follow examples Modernize legacy codebase using API connectors, layers, and microservices Book Description This book deals with the Representational State Transfer (REST) paradigm, which is an architectural style that allows networked devices to communicate with each other over the internet. With the help of this book, you'll explore the conce... [Read More]

    • ASIN: 1788992660
    • ASIN: 1788992660
    • ISBN: 1788992660
    • Manufacturer: Packt Publishing

  • Django Design Patterns and Best Practices

    Easily build maintainable websites with powerful and relevant Django design patterns About This BookUnravel the common problems of web development in DjangoLearn the current best practices while working in Django 1.7 and Python 3.4Experience the challenges of working on an end-to-end social network projectWho This Book Is ForIf you want to learn how best to utilize commonly found patterns and learn best practices in developing applications with Django, this is the book for you. This book, like Django itself, is accessible to amateur and professional developers alike and assumes little in the w... [Read More]

    • ASIN: 1783986646
    • ASIN: 1783986646
    • ISBN: 1783986646
    • Manufacturer: Packt Publishing

  • Django Design Patterns and Best Practices: Industry-standard web development techniques and solutions using Python, 2nd Edition

    Build maintainable websites with elegant Django design patterns and modern best practicesKey FeaturesExplore aspects of Django from Models and Views to testing and deploymentUnderstand the nuances of web development such as browser attack and data designWalk through various asynchronous tools such as Celery and ChannelsBook DescriptionBuilding secure and maintainable web applications requires comprehensive knowledge. The second edition of this book not only sheds light on Django, but also encapsulates years of experience in the form of design patterns and best practices. Rather than sticking t... [Read More]

    • ASIN: 1788831349
    • ASIN: 1788831349
    • ISBN: 1788831349
    • Manufacturer: Packt Publishing

  • Web Scalability for Startup Engineers

    Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Design and build scalable web applications quicklyThis is an invaluable roadmap for meeting the rapid demand to deliver scalable applications in a startup environment. With a focus on core concepts and best practices rather than on individual languages, platforms, or technologies, Web Scalability for Startup Engineers describes how infrastructure and software architecture work together to support a scalable e... [Read More]

    • ASIN: 0071843655
    • ASIN: 0071843655
    • ISBN: 0071843655
    • Manufacturer: McGraw-Hill Education

  • Building Microservices: Designing Fine-Grained Systems

    Distributed systems have become more fine-grained in the past 10 years, shifting from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling,... [Read More]

    • ASIN: B00T3N7XB4
    • ASIN: B00T3N7XB4
    • Manufacturer: O'Reilly Media

  • Head First JavaScript Programming: A Brain-Friendly Guide

    What will you learn from this book?This brain-friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser’s document object model. You won’t just be reading—you’ll be playing games, solving puzzles, pondering mysteries, and interacting with JavaScript in ways you never imagined. And you’ll write real code, lots of it, so you can start building your own web applications. Prepare to open your mind as you learn (and nail) key topics including:The inner details of JavaScriptHow JavaScript works with the bro... [Read More]

    • ASIN: 144934013X
    • ASIN: 144934013X
    • ISBN: 9781449340131
    • Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • Java Concurrency in Practice

    "I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems "For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively explo... [Read More]

    • ASIN: 0321349601
    • UPC: 785342349603
    • ASIN: 0321349601
    • ISBN: 0321349601
    • Brand: Addison-Wesley Professional
    • Manufacturer: Addison-Wesley Professional

  • RESTful Web Services Cookbook: Solutions for Improving Scalability and Simplicity

    While the REST design philosophy has captured the imagination of web and enterprise developers alike, using this approach to develop real web services is no picnic. This cookbook includes more than 100 recipes to help you take advantage of REST, HTTP, and the infrastructure of the Web. You'll learn ways to design RESTful web services for client and server applications that meet performance, scalability, reliability, and security goals, no matter what programming language and development framework you use.Each recipe includes one or two problem statements, with easy-to-follow, step-by-step inst... [Read More]

    • ASIN: 0596801688
    • ASIN: 0596801688
    • ISBN: 0596801688
    • Brand: Brand: Yahoo Press
    • Manufacturer: Yahoo Press

  • RESTful Web APIs: Services for a Changing World

    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... [Read More]

    • ASIN: 1449358063
    • ASIN: 1449358063
    • ISBN: 1449358063
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • Go in Practice: Includes 70 Techniques

    Summary Go in Practice guides you through 70 real-world techniques in key areas like package management, microservice communication, and more. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can use in your day-to-day applications. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Go may be the perfect systems language. Built with simplicity, concurrency, and modern applications in mi... [Read More]

    • ASIN: 1633430073
    • ASIN: 1633430073
    • ISBN: 1633430073
    • Brand: Manning Publications
    • Manufacturer: Manning Publications

  • Microservice Patterns and Best Practices: Explore patterns like CQRS and event sourcing to create scalable, maintainable, and testable microservices

    Explore the concepts and tools you need to discover the world of microservices with various design patternsKey FeaturesGet to grips with the microservice architecture and build enterprise-ready microservice applicationsLearn design patterns and the best practices while building a microservice applicationObtain hands-on techniques and tools to create high-performing microservices resilient to possible failsBook DescriptionMicroservices are a hot trend in the development world right now. Many enterprises have adopted this approach to achieve agility and the continuous delivery of applications to... [Read More]

    • ASIN: 1788474031
    • ASIN: 1788474031
    • ISBN: 1788474031
    • Manufacturer: Packt Publishing

  • Modern PHP: New Features and Good Practices

    PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries.Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP best practices—reveals these new language features in action. You’ll learn best practices for application architecture and planning, databases, security, testing, debugging, and deployment. If you hav... [Read More]

    • ASIN: 1491905018
    • ASIN: 1491905018
    • ISBN: 1491905018
    • Brand: imusti
    • Manufacturer: O'Reilly Media

  • A Smarter Way to Learn jQuery: Learn it faster. Remember it longer.

    Using the Smarter Way to Learn method, you actually learn jQuery, you don’t just read about it.Research shows that you learn four times as effectively when you practice after you read. So each chapter is paired with free, interactive exercises--more than 1,000 of them in all. You know you're learning because you can prove it to yourself.Testing shows that books and courses load up the learner with too much information at once. Smarter Way chapters are divided into bite-size chunks so you're not overwhelmed.Reader friendly. No jargon. Everything is explained in plain, non-technical English.Wr... [Read More]

    • ASIN: B01BN088MM
    • ASIN: B01BN088MM

  • PHP and MySQL Web Development (5th Edition) (Developer's Library)

    PHP and MySQL Web Development, Fifth Edition The definitive guide to building database-driven Web applications with PHP and MySQL PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications. PHP and MySQL Web Development shows how to use these tools together to produce effective... [Read More]

    • ASIN: 0321833899
    • ASIN: 0321833899
    • ISBN: 0321833899
    • Brand: Addison-Wesley Professional
    • Manufacturer: Addison-Wesley Professional

  • Even Faster Web Sites : Performance Best Practices for Web Developers

    As an important follow-up to O'Reilly's bestselling "High Performance Web Sites," this second edition offers additional rules for speeding up Web page loading and

    • UPC: 10898275
    • Rating: 5.0

  • Hands-On RESTful API Design Patterns and Best Practices - eBook

    Build effective RESTful APIs for enterprise with design patterns and REST framework’s out-of-the-box capabilitiesKey FeaturesUnderstand advanced topics such as API gateways, API securities, and cloudImplement patterns programmatically with easy-to-follow examplesModernize legacy codebase using API connectors,

    • UPC: 503359052

  • Hands-On Restful API Design Patterns and Best Practices (Paperback)

    Hands-On RESTful API Design Patterns and Best

    • UPC: 400384077

  • Django Design Patterns and Best Practices - eBook

    If you want to learn how best to utilize commonly found patterns and learn best practices in developing applications with Django, this is the book for you. This book, like Django itself, is accessible to

    • UPC: 554230149

  • Django Design Patterns and Best Practices - Second Edition

    Django Design Patterns and Best Practices - Second

    • UPC: 852744067

  • Collaborative Web Development: Strategies and Best Practices for Web Teams [With CDROM]

    Collaborative Web Development: Strategies and Best Practices for Web

    • UPC: 24655346

  • Django Design Patterns and Best Practices - eBook

    Build maintainable websites with elegant Django design patterns and modern best practicesKey FeaturesExplore aspects of Django from Models and Views to testing and deploymentUnderstand the nuances of web development such as browser attack and data

    • UPC: 482493033

  • Million Dollar Websites : Build a Better Website Using Best Practices of the Web Elite in E-Business, Design, Seo, Usability, Social, Mobile and

    Million Dollar Websites

    • UPC: 53406447

  • RESTful Java Patterns and Best Practices - eBook

    This book is aimed at novice developers who want to gain insights into building RESTful services and improve productivity, as well as for advanced developers who want to delve into more complicated

    • UPC: 944434852

  • JSP Examples and Best Practices

    Patzer takes the basics of JavaServer Pages (JSP) and then applies sound architectural principles and design patterns to give JSP developers the tools they need to build scalable enterprise applications using JSP. The book includes

    • UPC: 28822602

  • How to Design Great APIs - Parse Developer Day 2013

    Never RESTing – RESTful API Best Practices using ASP.NET Web API - Spencer Schneidenbach

    Designing Quality APIs (Cloud Next '18)