Mostrando 25,361 - 25,380 Resultados de 25,467 Para Buscar 'Poago~', tiempo de consulta: 0.88s Limitar resultados
  1. 25361
    Publicado 2020
    “…The concluding chapters will then help you use SignalR effectively to add real-time functionality to your applications, before demonstrating how to implement MongoDB in your apps. Finally, you'll delve into serverless computing and how to build microservices using Docker and Kubernetes. …”
    Libro electrónico
  2. 25362
    Publicado 2016
    “…What's New The second edition updates coverage of Node.js to reflect changes in the technology and how it is used in the three years since the first edition was published: Explanation of Node's new versioning scheme Updated coverage of Streams New coverage of installation using pre-build installers rather than from source code New coverage of Mongoose in the section on MongoDB New information about deploying Node on Heroku and Azure Expansion of coverage on testing About the Instructor Marc Wandschneider has worked extensively with open source and web development platforms. …”
    Video
  3. 25363
    Publicado 2016
    “…In the final project, we combine Flask with more modern technologies, such as Twitter's Bootstrap and the NoSQL database MongoDB, to create a Waiter Caller application that allows restaurant patrons to easily call a waiter to their table. …”
    Libro electrónico
  4. 25364
    Publicado 2016
    “…What You Will Learn Explore the basic functions in R and familiarize yourself with common data structures Work with data in R using basic functions of statistics, data mining, data visualization, root solving, and optimization Get acquainted with R’s evaluation model with environments and meta-programming techniques with symbol, call, formula, and expression Get to grips with object-oriented programming in R: including the S3, S4, RC, and R6 systems Access relational databases such as SQLite and non-relational databases such as MongoDB and Redis Get to know high performance computing techniques such as parallel computing and Rcpp Use web scraping techniques to extract information Create RMarkdown, an interactive app with Shiny, DiagramR, interactive charts, ggvis, and more In Detail R is a high-level functional language and one of the must-know tools for data science and statistics. …”
    Libro electrónico
  5. 25365
    Publicado 2016
    “…An in-depth guide to exploring the design, architecture, and techniques behind building sophisticated, scalable, and maintainable single-page applications in JavaScript About This Book Build large-scale, feature-complete SPAs by leveraging widely used tools and techniques. …”
    Libro electrónico
  6. 25366
    Publicado 2015
    “…Why Hype Makes for Bad Policy Robert M. Lee, co-founder, Dragos Security LLC Vendors, governments, academics, and journalists have used hype to raise the alarm concerning cyber threats. …”
    Video
  7. 25367
    Publicado 2016
    “…Get started with speed building AngularJS applications, and scale up to a full-stack web application, using the existing AngularJS framework without the trouble of migrating to Angular 2 About This Book Follow the best practices of the framework to organize and modularize your application Get to grips with Angular's Model-View-Controller architecture Create application modules with maximum reusability and extensibility Structure and use AngularJS applications in your MEAN project in your MEAN project Who This Book Is For This course is for people who want to discover how they can improve their current web applications with the existing version of Angular without having to worry much about migrating to AngularJS 2 What You Will Learn Install and set up the AngularJS framework Create your own full-featured and robust AngularJS web apps Create reusable directives and then extend the behavior of HTML on your web page Optimize and maintain your web applications Create more powerful full-stack web applications, that draw on the combined power of AngularJS, Node.js, MongoDB, and Express in the MEAN stack In Detail The AngularJS course is a journey to help you improve and scale your current web applications with the existing version of Angular without having to worry about migration to Angular 2. …”
    Libro electrónico
  8. 25368
    Publicado 2017
    “…Next, you'll get acquainted with database integration for different platforms, such as MongoDB and PostgreSQL. Finally, you'll set up different Jenkins jobs to integrate with Node.js and C# projects, and Jenkins pipelines to make branching easier. …”
    Libro electrónico
  9. 25369
    Publicado 2016
    “…After this, you will understand the concept of scaling with Redis cluster and Redis Sentinel , followed by a through explanation of incorporating Redis with NoSQL technologies such as Elasticsearch and MongoDB. At the end of this section, you will be able to develop competent applications using these technologies. …”
    Libro electrónico
  10. 25370
    Publicado 2016
    “…Acquire finesse with CTools features and build rich and custom analytics solutions using Pentaho About This Book Learn everything you need to know to make the most of CTools Create interactive and remarkable dashboards using the CTools Understand how to use and create data visualizations that can make the difference The author of our book works for Pentaho as a Senior Consultant Acts as a follow-up to Packt's previously published products on Pentaho such as Pentaho Business Analytics Cookbook, Pentaho Analytics for MongoDB, Pentaho Data Integration Cookbook - Second Edition, and Pentaho Reporting [Video] Our book is based on the latest version of Pentaho, that is, 6.0 Who This Book Is For If you are a CTools developer and would like to expand your knowledge and create attractive dashboards and frameworks, this book is the go-to-guide for you. …”
    Libro electrónico
  11. 25371
    Publicado 2015
    “…Explore the usage of Puppet facts, functions and modules to have a deeper understanding of how Puppet functions Manage installation and updates of third party software using Puppet with Chocolatey to completely forgo the manual update chores in your daily plan Use Puppet for Windows security to have a more secure environment In Detail Puppet is a configuration management tool. …”
    Libro electrónico
  12. 25372
    Publicado 2017
    “…Use Spring Boot to build lightning-fast apps About This Book Get up to date with the defining characteristics of Spring Boot 2.0 in Spring Framework 5 Learn to perform Reactive programming with SpringBoot Learn about developer tools, AMQP messaging, WebSockets, security, MongoDB data access, REST, and more Who This Book Is For This book is designed for both novices and experienced Spring developers. …”
    Libro electrónico
  13. 25373
    Publicado 2022
    “…What you will learn Set up a FastAPI application that is fully functional and secure Understand how to handle errors from requests and send proper responses in FastAPI Integrate and connect your application to a SQL and NoSQL (MongoDB) database Perform CRUD operations using SQL and FastAPI Manage concurrency in FastAPI applications Implement authentication in a FastAPI application Deploy a FastAPI application to any platform Who this book is for This book is for Python developers who want to learn FastAPI in a pragmatic way to create robust web APIs with ease. …”
    Libro electrónico
  14. 25374
    Publicado 2017
    “…Understand key modern database technologies such as MongoDB, and Amazon’s DynamoDB Leverage the power of containers Explore Amazon cloud services fundamentals Know how to utilize the power of the Go language to access key services in the Amazon cloud such as S3, SQS, DynamoDB and more. …”
    Libro electrónico
  15. 25375
    Publicado 2017
    Tabla de Contenidos: “…. -- Extracting HTML table data from a web page -- Extracting a single HTML table from a web page -- Reading JSON data -- Getting ready -- How to do it... -- How it works... -- Reading data from fixed-width formatted files -- Getting ready -- How to do it... -- How it works... -- There's more... -- Files with headers -- Excluding columns from data -- Reading data from R files and R libraries -- Getting ready -- How to do it... -- How it works... -- There's more... -- Saving all objects in a session -- Saving objects selectively in a session -- Attaching/detaching R data files to an environment -- Listing all datasets in loaded packages -- Removing cases with missing values -- Getting ready -- How to do it... -- How it works... -- There's more... -- Eliminating cases with NA for selected variables -- Finding cases that have no missing values -- Converting specific values to NA -- Excluding NA values from computations -- Replacing missing values with the mean -- Getting ready -- How to do it... -- How it works... -- There's more... -- Imputing random values sampled from non-missing values -- Removing duplicate cases -- Getting ready -- How to do it... -- How it works... -- There's more…”
    Libro electrónico
  16. 25376
    por Ward, Bob. author
    Publicado 2019
    “…The book concludes by showing you how to virtualize your data access with Polybase to Oracle, MongoDB, Hadoop, and Azure, allowing you to reduce the need for expensive extract, transform, and load (ETL) applications. …”
    Libro electrónico
  17. 25377
    Publicado 2020
    “…This AI book will show you how to select a database for your system and run common queries on databases such as MySQL, MongoDB, and Cassandra. You'll also design your own AI trading system to get a feel of the pipeline-based architecture. …”
    Libro electrónico
  18. 25378
    Publicado 2020
    “…He also produces courses with Pearson ( Getting Started with MongoDB and NoSQL LiveLessons ) and has been featured in Forbes . …”
    Video
  19. 25379
    Publicado 2019
    “…What you will learn Explore web application development in Flask, right from installation to post-deployment stages Make use of advanced templating and data modeling techniques Discover effective debugging, logging, and error handling techniques in Flask Integrate Flask with different technologies such as Redis, Sentry, and MongoDB Deploy and package Flask applications with Docker and Kubernetes Design scalable microservice architecture using AWS Lambda continuous integration and continuous deployment Who this book is for If you are a web developer who wants to learn more about developing scalable and production-ready applications in Flask, this is the book for you. …”
    Libro electrónico
  20. 25380
    Publicado 2018
    “…Recently NoSQL databases like MongoDB has also gained a lot of traction - but still, RDBMS remains the de-facto choice of engineers when it comes to storing structured data. …”
    Video