Practical Blockchains and Cryptocurrencies: Speed Up Your Application Development Process and Develop Distributed Apps

Автор: buratino от 3-09-2020, 14:50, Коментариев: 0

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

Название: Practical Blockchains and Cryptocurrencies: Speed Up Your Application Development Process and Develop Distributed Apps
Автор: Karan Singh Garewal
Издательство: Apress
Год: 2020
Формат: true pdf/epub/mobi
Страниц: 495
Размер: 11 Mb
Язык: English

Create cryptocurrency and blockchain applications by examining the key algorithms and concepts pertaining to blockchains, transaction processing, mining, distributed consensus, and anonymous currencies. In this book, you’ll develop a fully functional cryptocurrency from scratch in the Python language. Practical Blockchains and Cryptocurrencies is a reference for development of blockchain applications and provides you with rigorous information on cryptography and the theory underlying blockchains.
This book consists of small chapters that focus on particular topics.
 

The Art And Science Of Software Development

Автор: literator от 3-09-2020, 14:07, Коментариев: 0

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

The Art And Science Of Software DevelopmentНазвание: The Art And Science Of Software Development
Автор: Charles Tatum II
Издательство: Amazon.com Services LLC
Год: 2020
Страниц: 124
Язык: английский
Формат: pdf, rtf, epub
Размер: 10.1 MB

Maybe you've had a passing curiosity about computers, and about software, the apps that run on them. Have you ever wondered what it takes to write software, to "code"? This new book, written by an information technology industry veteran, explains in simple terms what's involved with writing a software application and, should you become more serious about it, certain things you can expect once you find a job. So, what, then, is the point of this book? I wrote it as a sort of summation of what I’ve seen and experienced from a career spanning over 30 years. It is a sort of “brain dump” of various ideas, notions, concepts, and anecdotes that someone who’s just entering the field of software development might find valuable.
 

Implementing Effective Code Reviews: How to Build and Maintain Clean Code

Автор: buratino от 3-09-2020, 13:24, Коментариев: 0

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

Название: Implementing Effective Code Reviews: How to Build and Maintain Clean Code
Автор: Giuliana Carullo
Издательство: Apress
Год: 2020
Формат: true pdf/epub/mobi/azw3
Страниц: 200
Размер: 11 Mb
Язык: English

The ideal code review process differs from organization to organization, but the needs all boil down to the same foundational factors. A software development team cannot properly grow if its code reviews are not consistent, straightforward, and aspire to hit several company goals at once, such as security, performance, longevity, and more. Implementing Effective Code Reviews is the manual your team has been seeking.
Author Giuliana Carullo uses her expert background to guide you through the basics of building and maintaining clean code, and she is known for distilling complex concepts into entertaining and easy-to-grasp lessons. Healthy code requires incremental improvements, and knowing how to execute this is essential for conducting effective reviews on your team.
 

Язык Go Для Начинающих

Автор: TRex от 3-09-2020, 11:28, Коментариев: 0

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

Название: Язык Go Для Начинающих
Автор: Максим Жашкевич
Издательство: СИ
Год: 2020
Формат: PDF
Страниц: 109
Размер: 27,3 Mb
Язык: Русский

Книга подойдет как для начинающих специалистов, так и для более опытных ребят. В ней автор разбирает фундаментальные концепции языка, а в конце вместе с читателем разработает простое REST API
 

Creative Coding in Python: 30+ Programming Projects in Art, Games, and More

Автор: buratino от 3-09-2020, 10:57, Коментариев: 0

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

Название: Creative Coding in Python: 30+ Programming Projects in Art, Games, and More
Автор: Sheena Vaidyanathan
Издательство: Quarry Books
Год: 2019
Формат: True PDF
Страниц: 146
Размер: 83.5 Mb
Язык: English

Creative Coding in Python presents over 30 creative projects that teach kids how to code in the easy and intuitive programming language, Python.
Creative Coding in Python teaches the fundamentals of computer programming and demonstrates how to code 30+ fun, creative projects using Python, a free, intuitive, open-source programming language that's one of the top five most popular worldwide and one of the most popular Google search terms in the U.S.
 

Assembly Language for x86 Processors, 8th Edition

Автор: Igor1977 от 3-09-2020, 10:30, Коментариев: 0

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


Название: Assembly Language for x86 Processors, 8th Edition
Автор: Irvine K.R.
Издательство: Prentice-Hall
Год: 2019
Формат: pdf
Страниц: 1998
Размер: 10 mb
Язык: английский

Assembly Language for x86 Processors, Eighth Edition, teaches assembly language programming and architecture for x86 and Intel64 processors. It is an appropriate text for the following types of college courses:
Assembly Language Programming.
Fundamentals of Computer Systems.
Fundamentals of Computer Architecture.
 

Java Programming Applications

Автор: TRex от 3-09-2020, 10:11, Коментариев: 0

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

Название: Java Programming Applications
Автор: Gerard Prudhomme
Издательство: Arcler Press
Год: 2020
Формат: PDF
Страниц: 182
Размер: 10 Mb
Язык: English

Java Programming Applications discusses the basic concept of portability, NET, Java and its documentation and tools. It includes different kinds of Java use for the Web and desktop applications. This book also discusses about the Java language and how it actually functions. It provides the reader with the basic insights of the Java programming languages so as to understand how Java can help to improve the overall efficiency of an organization.
 

Data Structures and Algorithms Made Easy with Java : Learn Data Structure using Java in 7 Days: Data Structures and Algorithmic Puzzles for Beginners to Professional

Автор: literator от 3-09-2020, 02:38, Коментариев: 0

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

Data Structures and Algorithms Made Easy with Java : Learn Data Structure using Java in 7 Days: Data Structures and Algorithmic Puzzles for Beginners to ProfessionalНазвание: Data Structures and Algorithms Made Easy with Java : Learn Data Structure using Java in 7 Days: Data Structures and Algorithmic Puzzles for Beginners to Professional
Автор: Rahul Maurya
Издательство: Amazon.com Services LLC
Год: 2020
Страниц: 332
Язык: английский
Формат: pdf, azw3, epub
Размер: 11.0 MB

Data Structures and Algorithms Made Easy with Java : Data Structures and Algorithmic Puzzles for Beginners to Professional. With this book you'll get better understanding of the different types of data structures, how they behave, and how to interact with them. Starting with simple linked lists and arrays, and then moving to more complex structures like binary search trees and set. The book also features downloadable code samples and vivid diagrams to help you visualize the more abstract structures and algorithms. It can be used as a reference manual by those readers in the computer science industry. This book serves as guide to prepare for interviews, exams, and campus work.
 

VBA для "чайников"

Автор: kotmatros255 от 2-09-2020, 19:13, Коментариев: 0

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

Название: VBA для "чайников"
Автор: Стив Каммингс
Издательство: Диалектика
Год: 2001
ISBN: 5-8459-0230,4, 0-7654-0856-3
Формат: pdf
Страниц: 449
Размер: 11,6 Mb
Язык: Русский

Эта книга поможет освоить интегрированную среду разработки VBA и научиться программировать в VBA с использованием объектов, их свойств, методов и событий. Обсуждаемые приемы программирования иллюстрируются примерами, которые можно сразу же опробовать на практике.
 

JavaScript Programming : Beginner to Professional (BASIC + ADVANCE): Guide To Learn Javascript In 7 Days

Автор: literator от 2-09-2020, 19:05, Коментариев: 0

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

JavaScript Programming : Beginner to Professional (BASIC + ADVANCE): Guide To Learn Javascript In 7 DaysНазвание: jаvascript Programming : Beginner to Professional (BASIC + ADVANCE): Guide To Learn jаvascript In 7 Days
Автор: Rahul Maurya
Издательство: Amazon.com Services LLC
Год: 2020
Страниц: 676
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB

A Crash Course to Learn jаvascript Programming (Basics + Advance) in the Easy Way. jаvascript is an object-based programming language that is very popular today as it is adopted universally by every web browser, allowing dynamic content to get executed in a webpage. In reality, as jаvascript built its success worldwide with its integration into the web browsers, the programming skills became more and more important in order to work with this language. Therefore, web designer can’t ignore the importance of jаvascript language as an absolutely decisive tool in order to grant you every kind of solutions.