Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 1,400
- Application software 1,242
- History 1,178
- Management 741
- Artificial intelligence 628
- Python (Computer program language) 606
- Computer programs 597
- Data processing 580
- Cloud computing 535
- Social aspects 529
- Machine learning 514
- Computer networks 493
- Engineering & Applied Sciences 476
- Security measures 403
- Design 393
- Computer programming 364
- Computer security 360
- Computer software 360
- Programming 357
- Operating systems (Computers) 354
- Philosophy 345
- Web site development 341
- Computer Science 337
- Information technology 331
- History and criticism 326
- Education 323
- Technological innovations 313
- Data mining 311
- Database management 309
- Java (Computer program language) 299
-
27361Publicado 2018“…Style and approach The book explores the concepts of test driven development in depth so readers can apply these proven techniques to build sophisticated software with C# and .NET. …”
Libro electrónico -
27362Publicado 2018“…What You Will Learn Develop, test, and deploy real-world Node.js applications Master Node.js by building practical, working examples Use awesome third-party Node modules such as MongoDB, Mongoose, Socket.io, and Express Create real-time web applications Explore async and await in ES7 In Detail Advanced Node.js Development is a practical, project-based book that provides you with all you need to progress as a Node.js developer. …”
Libro electrónico -
27363Publicado 2018“…Leverage the features of C# 7 and .NET core 2.0 to build real-world .NET core applications About This Book See how to incorporate Entity Framework Core to build ASP .NET core MVC application Get hands-on SignalR and NuGet packages Work with Reactive Extensions (Rx.Net) using the elasticsearch tool Get hands-on with .NET Core MVC, Middleware, Controllers, Views, Layouts, Routing, and authentication Implement Azure Service Fabric and Microservices and AWS, S3,Serverless computing Work on .NET Core cross-platform functionality Run a .NET Core MVC application with Docker compose Easy-to-follow real-world projects that get you up and running with the new features of C# 7 and .NET Core 2.0 The practical applications will assist you with concepts such as Entity Framework Core, serverless computing, microservices, and more in .NET Core 2.0 Explore the workings of Rx.Net and build cross-platform mobile applications using Xamarin Who This Book Is For This book is for .NET developers who would like to master and implement C# 7 and .NET Core 2.0 with practical projects. …”
Libro electrónico -
27364Publicado 2019“…What you will learn Get to grips with Go fundamentals and best practices Learn how to effectively organize your code for production environments Explore how third-party packages can help make you a better engineer Keep your development process bug-free with unit tests and benchmarks Who this book is for Our goal at Packt is to help you be successful, in whatever it is you choose to do. …”
Libro electrónico -
27365Publicado 2018“…Learn how to use Unity 2018 by creating your very own 3D game while developing your essential skills About This Book Learn to create immersive 3D games and Virtual Reality experiences with Unity 2018 Build custom scripts to make your game characters interactive Explore and implement AritificiaI Intelligence techniques to bring your game to life Who This Book Is For If you are an aspiring game developer interested in learning Unity 2018 and becoming familiar with its core features, then this book is for you. …”
Libro electrónico -
27366Publicado 2017“…Then you follow a step-by-step guide that installs GeoServer in minutes. You will explore the web-based administrative interface to connect to backend data stores such as PostGIS, and Oracle. …”
Libro electrónico -
27367Publicado 2021“…By the end of this book, you’ll have gained the confidence to deliver profitable projects in a well-connected organization through efficient decision-making and successful customer-client relationships.What you will learnConfigure key elements of Project Operations to drive improved collaboration with your customersDiscover how Project Operations is interconnected with Microsoft 365 and Dynamics 365 PlatformUnderstand the Project Opportunity-to-Quote-to-Contract workflow and its implications for sellingFind out how to set up and utilize direct staffing and centralized staffing modelsExplore Project Timeline Management using Task, Board, and Timeline viewsFind out how information flows to finance and operations in Project OperationsWho this book is forThis book is for project managers, project leads, business consultants, and business leaders who want to gain a competitive edge by delivering successful projects in a shorter time span with the help of effective operations and workflows across different teams within projects. …”
Libro electrónico -
27368Publicado 2018“…About This Book Learn server-side JavaScript coding through the most up-to-date book on Node.js Explore the latest JavaScript features, and EcmaScript modules Walk through different stages of developing robust applications using Node.js 10 Who This Book Is For This book is for anybody looking for an alternative to the "P" languages (Perl, PHP, and Python), or anyone looking for a new paradigm of server-side application development. …”
Libro electrónico -
27369Publicado 2018“…The book explains all concepts using practical examples of ASP.NET Core projects, and reusable TypeScript libraries. Finally, you'll explore the features that TypeScript inherits from either ES6 or C#, or both of them, such as Symbols, Iterables, Promises, and Decorators. …”
Libro electrónico -
27370Publicado 2021“…You'll also focus on Just-in-Time compilation issues and the current state of JIT-compilation support that LLVM provides, before finally going on to understand how to develop a new backend for LLVM.By the end of this LLVM book, you will have gained real-world experience in working with the LLVM compiler development framework with the help of hands-on examples and source code snippets.What You Will Learn:Configure, compile, and install the LLVM frameworkUnderstand how the LLVM source is organizedDiscover what you need to do to use LLVM in your own projectsExplore how a compiler is structured, and implement a tiny compilerGenerate LLVM IR for common source language constructsSet up an optimization pipeline and tailor it for your own needsExtend LLVM with transformation passes and clang toolingAdd new machine instructions and a complete backendWho this book is for:This book is for compiler developers, enthusiasts, and engineers who are new to LLVM and are interested in learning about the LLVM framework. …”
Libro electrónico -
27371Publicado 2021“…The code has been broken down into small chunks (a few lines or a function at a time) to enable thorough discussion.As you progress, you will learn how to perform data analysis while exploring the functionalities of key data science Python packages, including pandas, SciPy, and scikit-learn. …”
Libro electrónico -
27372Publicado 2021“…At its core, this book is about learning how to learn.What You Will Learn:Discover how to use the hardware computing resources in your programs effectivelyUnderstand the relationship between memory order and memory barriersFamiliarize yourself with the performance implications of different data structures and organizationsAssess the performance impact of concurrent memory accessed and how to minimize itDiscover when to use and when not to use lock-free programming techniquesExplore different ways to improve the effectiveness of compiler optimizationsDesign APIs for concurrent data structures and high-performance data structures to avoid inefficienciesWho this book is for:This book is for experienced developers and programmers who work on performance-critical projects and want to learn different techniques to improve the performance of their code. …”
Libro electrónico -
27373Publicado 2021“…Finally, youll see how to implement a real-time face detection system using WebSockets and a web browser as a client.By the end of this FastAPI book, youll have not only learned how to implement Python in data science projects but also how to maintain and design them to meet high programming standards with the help of FastAPI.What you will learn* Explore the basics of modern Python and async I/O programming* Get to grips with basic and advanced concepts of the FastAPI framework* Implement a FastAPI dependency to efficiently run a machine learning model* Integrate a simple face detection algorithm in a FastAPI backend* Integrate common Python data science libraries in a web backend* Deploy a performant and reliable web backend for a data science applicationWho this book is forThis Python data science book is for data scientists and software developers interested in gaining knowledge of FastAPI and its ecosystem to build data science applications. …”
Libro electrónico -
27374por Shah, Ashwin“…Throughout the book, you'll work on a variety of amazing projects, such as building your own R2D2, a fictional character from Star Wars, that will pique your curiosity to learn robotics and help you explore the full potential of the LEGO BOOST kit. …”
Publicado 2021
Libro electrónico -
27375Publicado 2021“…As you advance, the book will help you explore disk partitioning, LVM configuration, Stratis volumes, disk compression with VDO, and container management with Podman, Buildah, and Skopeo.By the end of this book, you'll have covered everything included in the RHCSA EX200 certification and be able to use this book as a handy, on-the-job desktop reference guide.This book and its contents are solely the work of Miguel Prez Colino, Pablo Iranzo Gmez, and Scott McCarty. …”
Libro electrónico -
27376Publicado 2022“…Later chapters will guide you through querying data and authenticating users in order to enable user privacy. Finally, you'll explore how to deploy your application on AWS and ensure continuous deployment using Docker and CircleCI. …”
Libro electrónico -
27377Publicado 2022“…This PyTorch book is your companion to machine learning with Python, whether you're a Python developer new to machine learning or want to deepen your knowledge of the latest developments. What you will learn Explore frameworks, models, and techniques for machines to 'learn' from data Use scikit-learn for machine learning and PyTorch for deep learning Train machine learning classifiers on images, text, and more Build and train neural networks, transformers, and boosting algorithms Discover best practices for evaluating and tuning models Predict continuous target outcomes using regression analysis Dig deeper into textual and social media data using sentiment analysis Who this book is for If you have a good grasp of Python basics and want to start learning about machine learning and deep learning, then this is the book for you. …”
Libro electrónico -
27378Publicado 2021“…This Open Access book will provide a strong foundation for future research exploring past ecological, environmental and climatic change within Africa and the surrounding islands. …”
Libro electrónico -
27379Publicado 1989“…Voyager en Orient, à notre époque, n'est plus explorer pour découvrir, mais passer pour voir, avoir vu en réalité. …”
Libro electrónico -
27380Publicado 2016“…Empirical and theoretical contributions on the following themes were expected to: *Explore new avenues of research by investigating the processing of rewards at the cognitive, behavioral, motivational, neural systems and individual difference levels. …”
Libro electrónico