Ace The Coding Interview: Essential .NET Interview Questions

Автор: literator от 8-11-2021, 21:05, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Ace The Coding Interview: Essential .NET Interview QuestionsНазвание: Ace The Coding Interview: Essential .NET Interview Questions
Автор: Ion Cosmin Grigore
Издательство: Leanpub
Год: 2020-03-15
Страниц: 166
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

By reading this comprehensive guide your future tech discussions are going to be much less stressful. I am familiarizing you with the most commonly asked interview questions. It contains actual questions I usually ask during an interview or questions I picked up from other employers. This book contains over 170 REAL interview questions you're going to be asked during your interviews. Each of the 3 major sections can contain lectures from C#, SQL, jаvascript, HTML, CSS or GIT areas, so I’m covering everything a full stack developer can be asked during an interview.
 

Decomposition-based Evolutionary Optimization In Complex Environments

Автор: literator от 8-11-2021, 15:03, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Decomposition-based Evolutionary Optimization In Complex EnvironmentsНазвание: Decomposition-based Evolutionary Optimization In Complex Environments
Автор: Juan Li, Bin Xin, Jie Chen
Издательство: World Scientific Publishing
Год: 2021
Страниц: 248
Язык: английский
Формат: pdf (true)
Размер: 15.2 MB

Multi-objective optimization problems (MOPs) and uncertain optimization problems (UOPs) which widely exist in real life are challengeable problems in the fields of decision making, system designing, and scheduling, amongst others. Decomposition exploits the ideas of ‘making things simple’ and ‘divide and conquer’ to transform a complex problem into a series of simple ones with the aim of reducing the computational complexity. The evolutionary algorithm (EA) is a type of classical stochastic optimization method and has been proved to be capable of dealing with complicated problems. Decomposition is an efficient and prevailing strategy in the field of traditional mathematical programming.
 

Become A Ninja With Angular (2021-11-04)

Автор: literator от 8-11-2021, 13:52, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Become A Ninja With Angular (v13.0.0)
Автор: Ninja Squad
Издательство: Ninja Squad
Год: 2021-11-04
Страниц: 322
Язык: английский
Формат: pdf (true), html, epub
Размер: 10.1 MB

[2021-11-04] Актуализация версии книги.

Книга "Стань ниндзя с Angular" поможет программистам понять философию Angular на практике (в настоящее время 13.0.0 ), новые инструменты (такие как ES2015, TypeScript, SystemJS, Webpack, Angular CLI ...) и каждую часть инфраструктуры. К концу чтения данного руководства вы сможете начать свой проект и создавать свои удивительные приложения!

Изменил: literator по причине: Актуализация версии книги.

 

Foundations of Computing An Accessible Introduction to Formal Languages

Автор: literator от 7-11-2021, 15:23, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Foundations of Computing An Accessible Introduction to Formal LanguagesНазвание: Foundations of Computing: An Accessible Introduction to Formal Languages
Автор: Charles D. Allison
Издательство: Leanpub
Год: 2021-07-01
Страниц: 286
Язык: английский
Формат: pdf (true), epub
Размер: 64.7 MB

An accessible, practical approach to formal languages with an introduction to computability. A textbook for upper-division Computer Science majors covering formal languages and automata with an introduction to computability. Intended to give CS majors a solid foundation in the Theory of Computation without being overly formal mathematically, while retaining the rigor of the material. Several programming examples appear, and a small number of modest programming projects appear in the exercises. I use Python 3. Python is among the most readable of programming languages; it is often referred to as “executable pseudocode.”
 

Artificial Intelligence and Machine Learning in Business Management: Concepts, Challenges, and Case Studies

Автор: literator от 7-11-2021, 14:02, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Artificial Intelligence and Machine Learning in Business Management: Concepts, Challenges, and Case StudiesНазвание: Artificial Intelligence and Machine Learning in Business Management: Concepts, Challenges, and Case Studies
Автор: Sandeep K. Panda, Vaibhav Mishra, R. Balamurali
Издательство: CRC Press
Год: 2022
Страниц: 279
Язык: английский
Формат: pdf (true)
Размер: 29.4 MB

The focus of this book is to introduce Artificial Intelligence (AI) and Machine Learning (ML) technologies into the context of Business Management. The book gives insights into the implementation and impact of AI and ML to business leaders, managers, technology developers, and implementers. With the maturing use of AI or ML in the field of business intelligence, this book examines several projects with innovative uses of AI beyond data organization and access. It follows the Predictive Modeling Toolkit for providing new insight on how to use improved AI tools in the field of business. ML is a field of study that gives computers an ability to learn without being explicitly programmed, whereas data science deals with extracting knowledge from data. Deep Learning is a big artificial neural network which mimics the network of neurons in a human brain. It is a subset of ML and is called “deep learning” because it uses deep neural networks for learning.
 

Test-Driven Development for JAVA Developers

Автор: literator от 6-11-2021, 21:22, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Test-Driven Development for JAVA DevelopersНазвание: Test-Driven Development for JAVA Developers
Автор: Joseph Thachil George
Издательство: Leanpub
Год: 2021-04-04
Страниц: 209
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

In software development, test-driven development is a software development model that provides that the drafting of automatic tests takes place before that of the software to be tested, and that the development of the application software is exclusively oriented towards the goal of passing the automatic tests previously set up. How to do test-driven development using Java and spring boot technology with various tools explained in this book. In computer science, software development, test-driven development (in short TDD is a software development model, which provides that the drafting of the automatic testing occurs before the software that must be tested, and that the development of a software application is exclusively oriented to the goal of passing the automated tests you have previously prepared.
 

Fast Feedback Using Ruby

Автор: literator от 6-11-2021, 21:22, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Fast Feedback Using RubyНазвание: Fast Feedback Using Ruby
Автор: Stephan Kamper
Издательство: Leanpub
Год: 2021-01-08
Страниц: 103
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.2 MB

Let's use Ruby to automatically get feedback as early as possible. Whether running automated tests or creating image files from raw data, Ruby can be used to automate these tasks. Furthermore, it can also be used to automate running tasks whenever a file changes. Does that sound like a good idea? Then this book is for you. The book describes various ways of getting feedback — and fast feedback — using Ruby tools, such as plain Ruby scripts and Rake tasks. It also shows a way to automatically execute these tools, using Guard.
 

Kafka: The Definitive Guide: Real-Time Data and Stream Processing at Scale, 2nd Edition (Final)

Автор: literator от 6-11-2021, 13:41, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Kafka: The Definitive Guide: Real-Time Data and Stream Processing at Scale, 2nd Edition (Final)Название: Kafka: The Definitive Guide: Real-Time Data and Stream Processing at Scale, 2nd Edition (Final)
Автор: Gwen Shapira, Todd Palino, Rajini Sivaram
Издательство: O’Reilly Media, Inc.
Год: 2022
Страниц: 425
Язык: английский
Формат: epub
Размер: 10.1 MB

Every enterprise application creates data, whether it consists of log messages, metrics, user activity, outgoing messages, or something else. Moving all of this data is just as important as the data itself. This book's updated second edition shows application architects, developers, and production engineers new to the Kafka open source streaming platform how to handle real-time data feeds. Additional chapters cover Kafka's AdminClient API, new security features, and tooling changes. Engineers from Confluent and LinkedIn responsible for developing Kafka explain how to deploy production Kafka clusters, write reliable event-driven microservices, and build scalable stream processing applications with this platform.
 

Essential Math for Data Science (Third Early Release)

Автор: literator от 6-11-2021, 04:34, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Essential Math for Data Science: Take Control of Your Data with Fundamental Linear Algebra, Probability, and Statistics (Third Early Release)
Автор: Thomas Nield
Издательство: O’Reilly Media, Inc.
Год: 2021-11-05
Страниц: 216
Язык: английский
Формат: epub
Размер: 10.1 MB

To succeed in data science you need some math proficiency. But not just any math. This common-sense guide provides a clear, plain English survey of the math you'll need in data science, including probability, statistics, hypothesis testing, linear algebra, machine learning, and calculus. Practical examples with Python code will help you see how the math applies to the work you'll be doing, providing a clear understanding of how concepts work under the hood while connecting them to applications like Machine Learning. You'll get a solid foundation in the math essential for data science.
 

Mastering Apache Pulsar (Third Early Release)

Автор: literator от 6-11-2021, 04:12, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Mastering Apache Pulsar (Third Early Release)
Автор: Jowanza Joseph
Издательство: O’Reilly Media, Inc.
Год: 2021-11-05
Страниц: 274
Язык: английский
Формат: epub
Размер: 10.1 MB

Every enterprise application creates data, including log messages, metrics, user activity, and outgoing messages. Learning how to move these items is almost as important as the data itself. If you're an application architect, developer, or production engineer new to Apache Pulsar, this practical guide shows you how to use this open source event streaming platform to handle real-time data feeds. Jowanza Joseph, staff software engineer at Finicity, explains how to deploy production Pulsar clusters, write reliable event streaming applications, and build scalable real-time data pipelines with this platform. Through detailed examples, you'll learn Pulsar's design principles, reliability guarantees, key APIs, and architecture details, including the replication protocol, the load manager, and the storage layer.