Vtome.ru - электронная библиотека

  • Добавил: buratino
  • Дата: 19-05-2020, 11:42
  • Комментариев: 0

Название: Getting Clojure: Build Your Functional Skills One Idea at a Time
Автор: Russ Olsen
Издательство: Pragmatic Bookshelf
Год: 2018
Страниц: 290
Формат: EPUB
Размер: 10 Mb
Язык: English

Behind every programming language lies a vision of how programs should be built. The vision behind Clojure is of a radically simple language framework holding together a sophisticated collection of programming features. Learning Clojure involves much more than just learning the mechanics of the language. To really get Clojure you need to understand the ideas underlying this structure of framework and features. You need this book: an accessible introduction to Clojure that focuses on the ideas behind the language as well as the practical details of writing code.
  • Добавил: buratino
  • Дата: 19-05-2020, 11:41
  • Комментариев: 0

Название: Reactive Programming with RxJS 5: Untangle Your Asynchronous jаvascript Code
Автор: Sergi Mansilla
Год: 2018
Страниц: 146
Формат: EPUB, MOBI, AZW3
Размер: 10 Mb
Язык: English

Reactive programming is revolutionary. It makes asynchronous programming clean, intuitive, and robust. Use RxJS 5 to write complex programs in a simple way, and master the Observable: a powerful data type that substitutes callbacks and promises. Think about your programs as streams of data that change and adapt to produce what you want. Manage real-world concurrency and write complex flows of events in your applications with ease. Take advantage of Schedulers to make asynchronous testing easier. The code in this new edition is completely updated for RxJS 5 and ES6.
  • Добавил: buratino
  • Дата: 19-05-2020, 11:29
  • Комментариев: 0
Название: Spark in Action, Second Edition (Final)
Автор: Jean-Georges Perrin
Издательство: Manning Publications
Год: 2020
Формат: true pdf
Страниц: 577
Размер: 16.7 Mb
Язык: English

Spark in Action, Second Edition is an entirely new book that teaches you everything you need to create end-to-end analytics pipelines in Spark. Rewritten from the ground up with lots of helpful graphics, you’ll learn the roles of DAGs and dataframes, the advantages of “lazy evaluation”, and ingestion from files, databases, and streams.
  • Добавил: buratino
  • Дата: 19-05-2020, 09:59
  • Комментариев: 0
Название: Deep Learning with Structured Data (MEAP Version 4)
Автор: Mark Ryan
Издательство: Manning Publications Co
Год: 2020
Формат: true pdf/epub
Страниц: 241
Размер: 17.1 Mb
Язык: English

Deep Learning with Structured Data shows you how to bring powerful deep learning techniques to your business’s structured data to predict trends and unlock hidden insights. In it, deep learning advocate Mark Ryan takes you through cleaning and preparing structured data for deep learning. You’ll learn the architecture of a Keras deep learning model, along with techniques for training, deploying, and maintaining your model. You’ll discover ways to get quick wins that can rapidly show whether your models are working, and techniques for monitoring your model’s ongoing functionality.
  • Добавил: buratino
  • Дата: 19-05-2020, 09:50
  • Комментариев: 0
Название: The Joy of jаvascript (MEAP Version 6)
Автор: Luis Atencio
Издательство: Manning Publications Co.
Год: 2020
Формат: true pdf/epub/mobi
Страниц: 277
Размер: 10.3 Mb
Язык: English

The Joy of jаvascript teaches you how to design jаvascript applications founded in sound computer science concepts and real-world industry success. First, you’ll get up close and personal with jаvascript’s object system. From there, you’ll dive into programming objects and functions. As you build various domain models, you’ll learn the pros and cons of techniques ranging from prototype-centered tightly coupled object configurations to loosely coupled delegation-based compositions. You’ll also explore ways of connecting objects with pure functions, and driving business logic with immutability and algebraic data types.
  • Добавил: buratino
  • Дата: 19-05-2020, 09:43
  • Комментариев: 0
Название: Cryptography: The Key to Digital Security, How It Works, and Why It Matters
Автор: Keith Martin
Издательство: W. W. Norton & Company
Год:
Формат: epub/azw3/mobi/pdf(conv.)
Страниц: 320
Размер: 10 Mb
Язык: English

Despite its reputation as a language only of spies and hackers, cryptography plays a critical role in our everyday lives. Though often invisible, it underpins the security of our mobile phone calls, credit card payments, web searches, internet messaging, and cryptocurrencies?in short, everything we do online. Increasingly, it also runs in the background of our smart refrigerators, thermostats, electronic car keys, and even the cars themselves. As our daily devices get smarter, cyberspace—home to all the networks that connect them—grows.
  • Добавил: buratino
  • Дата: 19-05-2020, 09:26
  • Комментариев: 0
Название: Grokking Artificial Intelligence Algorithms (MEAP Version 5)
Автор: Rishal Hurbans
Издательство: Manning Publications Co.
Год: 2020
Формат: true pdf/epub
Страниц: 320
Размер: 26.4 Mb
Язык: English

Grokking Artificial Intelligence Algorithms uses simple language, jargon-busting explanations, and hand-drawn diagrams to open up complex algorithms. Don’t worry if you aren’t a calculus wunderkind; you’ll need only the algebra you picked up in math class.
  • Добавил: buratino
  • Дата: 19-05-2020, 09:19
  • Комментариев: 0
Название: Get Programming with Scala (MEAP Version 5)
Автор: Daniela Sfregola
Издательство: Manning Publications Co
Год: 2020
Формат: true pdf/epub/azw3
Страниц: 264
Размер: 10 Mb
Язык: English

Get Programming with Scala teaches you the core skills you'll need to code with Scala. This book lives up to its name! You'll learn the ins and outs of Scala by actually programming with it, thanks to the practical examples, exercises, and easy-to-follow lessons. You'll start by reviewing OOP concepts in the Scala language. Then, example-by-example, you'll gradually open up the world of functional programming. You'll explore functions and types and learn how to combine them to create powerful, flexible abstractions. Along the way, you'll learn some Scala testing and get an intuition for sniffing out and fixing code that doesn't smell quite right.
  • Добавил: buratino
  • Дата: 19-05-2020, 09:09
  • Комментариев: 0
Название: Jump Start Git: Take Control of your Code and Assets, 2nd Edition
Автор: Shaumik Daityari
Издательство: SitePoint Pty. Ltd
Год: 2020
Формат: epub/pdf(conv.)
Размер: 13.5 Mb
Язык: English

Get a Jump Start on version control with Git today!
If you've worked on a web development project of any size, you've probably used Git, the most broadly adopted distributed version control system available. It enables you to store different versions of project files and directories, so you can roll back to an earlier one if something goes wrong. And since it's distributed, it smoothes the path for dev team collaboration.
  • Добавил: buratino
  • Дата: 19-05-2020, 08:53
  • Комментариев: 0
Название: Tiny Python Projects (MEAP Version 6)
Автор: Ken Youens-Clark
Издательство: Manning Publications
Год: 2020
Формат: true pdf/epub
Страниц: 408
Размер: 22 Mb
Язык: English

Tiny Python Projects teaches you the big ideas of Python programming through small puzzles, tasks, and games. Each chapter challenges you with a fun new Python program for you to write and run, including a Shakespearean insult generator, an unbreakable password creator, and various text encoders. As you practice core Python language features and coding skills, you’ll also explore the principles of test-driven development by running your programs against a suite of specially designed tests.