Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

PHP Web Services
  • Language: en
  • Pages: 180

PHP Web Services

Whether you’re sharing data between two internal systems or building an API so that users can access their data, this practical guide has everything you need to build APIs with PHP. Author Lorna Jane Mitchell provides lots of hands-on code samples, real-world examples, and advice based on her extensive experience to guide you through the process—from the underlying theory to methods for making your service robust. You’ll learn how to use this language to work with JSON, XML, and other web service technologies. This updated second edition includes new tools and features that reflect PHP updates and changes on the Web. Explore HTTP, from the request/response cycle to its verbs, headers, and cookies Work with and publish webhooks—user-defined HTTP callbacks Determine whether JSON or XML is the best data format for your application Get advice for working with RPC, SOAP, and RESTful services Use several tools and techniques for debugging HTTP web services Choose the service that works best for your application, and learn how to make it robust Document your API—and learn how to design it to handle errors

Clean Code
  • Language: en
  • Pages: 464

Clean Code

Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code “on the fly” into a book that will instill within you the values of a software craftsman and make you a better programmer–but only if you work at it. What kind of work will you be doing? You’ll be readi...

Building Tools with GitHub
  • Language: en
  • Pages: 301

Building Tools with GitHub

This practical guide shows you how to build your own software tools for customizing the GitHub workflow. Each hands-on chapter is a compelling story that walks you through the tradeoffs and considerations for building applications on top of various GitHub technologies.

Mastering PyTorch
  • Language: en
  • Pages: 559

Mastering PyTorch

Master advanced techniques and algorithms for machine learning with PyTorch using real-world examples Updated for PyTorch 2.x, including integration with Hugging Face, mobile deployment, diffusion models, and graph neural networks Purchase of the print or Kindle book includes a free eBook in PDF format Key Features Understand how to use PyTorch to build advanced neural network models Get the best from PyTorch by working with Hugging Face, fastai, PyTorch Lightning, PyTorch Geometric, Flask, and Docker Unlock faster training with multiple GPUs and optimize model deployment using efficient inference frameworks Book DescriptionPyTorch is making it easier than ever before for anyone to build dee...

Robot Operating System (ROS)
  • Language: en
  • Pages: 604

Robot Operating System (ROS)

  • Type: Book
  • -
  • Published: 2018-07-05
  • -
  • Publisher: Springer

Building on the successful first and second volumes, this book is the third volume of the Springer book on the Robot Operating System (ROS): The Complete Reference. The Robot Operating System is evolving from year to year with a wealth of new contributed packages and enhanced capabilities. Further, the ROS is being integrated into various robots and systems and is becoming an embedded technology in emerging robotics platforms. The objective of this third volume is to provide readers with additional and comprehensive coverage of the ROS and an overview of the latest achievements, trends and packages developed with and for it. Combining tutorials, case studies, and research papers, the book co...

Learning PHP
  • Language: en
  • Pages: 415

Learning PHP

Explores features of PHP 5.x and the enhancements in the latest relese, PHP 7.

Technobiophilia
  • Language: en
  • Pages: 273

Technobiophilia

  • Type: Book
  • -
  • Published: 2013-09-26
  • -
  • Publisher: A&C Black

Why are there so many nature metaphors - clouds, rivers, streams, viruses, and bugs - in the language of the internet? Why do we adorn our screens with exotic images of forests, waterfalls, animals and beaches? In Technobiophilia: Nature and Cyberspace, Sue Thomas interrogates the prevalence online of nature-derived metaphors and imagery and comes to a surprising conclusion. The root of this trend, she believes, lies in biophilia, defined by biologist E.O. Wilson as 'the innate attraction to life and lifelike processes'. In this wide-ranging transdisciplinary study she explores the strong thread of biophilia which runs through our online lives, a phenomenon she calls 'technobiophilia', or, t...

Advances in Genetic and Epigenetic Mechanisms of Therapeutic Resistance in Cancer
  • Language: en
  • Pages: 162
Mastering Shiny
  • Language: en
  • Pages: 372

Mastering Shiny

Master the Shiny web framework—and take your R skills to a whole new level. By letting you move beyond static reports, Shiny helps you create fully interactive web apps for data analyses. Users will be able to jump between datasets, explore different subsets or facets of the data, run models with parameter values of their choosing, customize visualizations, and much more. Hadley Wickham from RStudio shows data scientists, data analysts, statisticians, and scientific researchers with no knowledge of HTML, CSS, or JavaScript how to create rich web apps from R. This in-depth guide provides a learning path that you can follow with confidence, as you go from a Shiny beginner to an expert developer who can write large, complex apps that are maintainable and performant. Get started: Discover how the major pieces of a Shiny app fit together Put Shiny in action: Explore Shiny functionality with a focus on code samples, example apps, and useful techniques Master reactivity: Go deep into the theory and practice of reactive programming and examine reactive graph components Apply best practices: Examine useful techniques for making your Shiny apps work well in production

Smalltalk Best Practice Patterns
  • Language: en
  • Pages: 281

Smalltalk Best Practice Patterns

This classic book is the definitive real-world style guide for better Smalltalk programming. This author presents a set of patterns that organize all the informal experience successful Smalltalk programmers have learned the hard way. When programmers understand these patterns, they can write much more effective code. The concept of Smalltalk patterns is introduced, and the book explains why they work. Next, the book introduces proven patterns for working with methods, messages, state, collections, classes and formatting. Finally, the book walks through a development example utilizing patterns. For programmers, project managers, teachers and students -- both new and experienced. This book presents a set of patterns that organize all the informal experience of successful Smalltalk programmers. This book will help you understand these patterns, and empower you to write more effective code.