Jump Start PHP Environment

Автор: harun54 от 16-02-2019, 17:40, Коментариев: 0

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

Название: Jump Start PHP Environment
Автор: Bruno Skvorc
Издательство: Sitepoint
Год: 2015
Формат: PDF
Размер: 12 Мб
Язык: английский / English

Many entry level PHP developers want a quick path to glory, a shortcut to "knowing PHP." Too many books and tutorials go straight into a pre-made, awful environment that just wants you to code, with no regard for security, version control, or other absolutely essential practices. This book is aimed at the absolute beginner who wants to start learning PHP, but aims to set you up with a thorough understanding of what makes for a good, modern, adaptable PHP environment before you start diving into PHP itself.
 

Python programming - Learn with the fun of creation

Автор: literator от 16-02-2019, 15:08, Коментариев: 0

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

Название: Python programming - Learn with the fun of creation
Автор: Ichi Kuroki
Издательство: Amazon Digital Services LLC
ASIN: B07KG3S1JG
Год: 2018
Страниц: 60
Язык: английский
Формат: pdf (true), djvu
Размер: 10.15 MB

I wrote this book for people who are interested in Python but not sure if they can actually use it. It is intended that they will learn how to do programming with Python while creating desktop apps. Even beginners can easily understand this as they start with basic programs and move onto bigger programs by stages.
It will be best if they can create apps that they actually want to at the same time as learning from this book. Why dont you take the first step with this book?
 

Isomorphic Web Applications: Universal Development with React

Автор: literator от 16-02-2019, 14:41, Коментариев: 0

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

Название: Isomorphic Web Applications: Universal Development with React
Автор: Elyse Kolker Gordon
Издательство: Manning Publications
ISBN: 161729439X
Год: 2018
Страниц: 320
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.9 MB

Isomorphic Web Applications teaches you to build production-quality web apps using isomorphic architecture. Designed for working developers, this book offers examples in relevant frameworks like React, Redux, Angular, Ember, and webpack. Build secure web apps that perform beautifully with high, low, or no bandwidth. Isomorphic web apps employ a pattern that exploits the full stack, storing data locally and minimizing server hits. They render flawlessly, maximize SEO, and offer opportunities to share code and libraries between client and server.
 

Computer Security Principles

Автор: literator от 16-02-2019, 14:02, Коментариев: 0

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

Название: Computer Security Principles
Автор: Ricky Barnes
Издательство: Amazon Digital Services LLC
ASIN: B07J283F42
Год: 2018
Страниц: 948
Язык: английский
Формат: azw3
Размер: 10.17 MB

Recently, the need for knowledge in pc protection and related subjects has expanded dramatically-and is essential for anyone learning Computer Technology or Computer Technological innovation. This is the only written text available to provide incorporated, extensive, up-to-date protection of the wide range of subjects in this topic. In addition to an extensive pedagogical program, the book provides remarkable support for both research and modelling tasks, giving learners a wider viewpoint It provides all protection subjects considered Primary in the EEE/ACM Computer Technology Program. This publication can be used to preparation for CISSP Documentation, and contains in-depth protection of Computer Security, Technology and Concepts, Software Security, Management Issues, Cryptographic Methods, Internet Security and more.
 

Starting Out with Java: From Control Structures through Objects, 6th Edition

Автор: harun54 от 16-02-2019, 12:51, Коментариев: 0

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

Название: Starting Out with Java: From Control Structures through Objects, 6th Edition
Автор: Tony Gaddis
Издательство: Pearson
Год: 2015
Формат: PDF
Размер: 16 Мб
Язык: английский / English

Starting Out with Java: From Control Structures through Objects provides a brief yet detailed introduction to programming in the Java language. Starting out with the fundamentals of data types and other basic elements, readers quickly progress to more advanced programming topics and skills. By moving from control structures to objects, readers gain a comprehensive understanding of the Java language and its applications. As with all Gaddis texts, the Sixth Edition is clear, easy to read, and friendly in tone. The text teaches by example throughout, giving readers a chance to apply their learnings by beginning to code with Java.
 

Protecting Mobile Networks and Devices: Challenges and Solutions

Автор: harun54 от 16-02-2019, 11:22, Коментариев: 0

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

Название: Protecting Mobile Networks and Devices: Challenges and Solutions
Автор: Weizhi Meng
Издательство: CRC Press
Год: 2016
Формат: PDF
Размер: 16 Мб
Язык: английский / English

This book gathers and analyzes the latest attacks, solutions, and trends in mobile networks. Its broad scope covers attacks and solutions related to mobile networks, mobile phone security, and wireless security. It examines the previous and emerging attacks and solutions in the mobile networking worlds, as well as other pertinent security issues. The many attack samples present the severity of this problem, while the delivered methodologies and countermeasures show how to build a truly secure mobile computing environment.
 

Irresistible Apps: Motivational Design Patterns for Apps, Games, and Web-based Communities

Автор: harun54 от 15-02-2019, 21:55, Коментариев: 0

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

Название: Irresistible Apps: Motivational Design Patterns for Apps, Games, and Web-based Communities
Автор: Chris Lewis
Издательство: Apress
Год: 2014
Формат: PDF, EPUB
Размер: 25 Мб
Язык: английский / English

When you create an app, a website, or a game, how do you attract users, and perhaps more importantly, how do you keep them? Irresistible Apps explains exactly how to do this using a library of 27 motivational design patterns and real-world examples of how they work. As a developer, you need to retain users in the new economy of advertisements, subscriptions, and in-app purchases, but how do you do this? How do some applications keep users coming back? Why do people spend hours and hours playing World of Warcraft? Why do people care about Reddit karma? What makes customers keep buying from Amazon? Why do so many people love Khan Academy?
 

Deploying with JRuby

Автор: harun54 от 15-02-2019, 21:42, Коментариев: 0

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

Название: Deploying with JRuby
Автор: Joe Kutner
Издательство: Pragmatic Bookshelf
Год: 2012
Формат: PDF, EPUB
Размер: 23 Мб
Язык: английский / English

Deploy using the JVM's high performance while building your apps in the language you love. JRuby is a fast, scalable, and powerful JVM language with all the benefits of a traditional Ruby environment. See how to consolidate the many moving parts of an MRI-based Ruby deployment onto a single JVM process. You'll learn how to port a Rails application to JRuby, get it into production, and keep it running. JRuby deployments have fewer moving parts and consume less memory than traditional Ruby deployments, but to deploy your apps on the JVM, you need to learn some new approaches. This book introduces you to three JRuby deployment strategies that will give you the performance and scalability you need while letting you use the language you love.
 

Android's Architecture Components 0.10

Автор: literator от 15-02-2019, 20:49, Коментариев: 0

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

Название: Android's Architecture Components 0.10
Автор: Mark L. Murphy
Издательство: CommonsWare
Год: 2018
Страниц: 338
Язык: английский
Формат: pdf (true), azw3, mobi, epub
Размер: 10.19 MB

Thanks for your interest in Android app development, the world’s most popular operating system! And, thanks for your interest in the Android Architecture Components, released by Google in 2017 to help address common “big-ticket” problems in Android app development. We start off with a look at Room, an object/relational mapping (ORM) library. This makes it a bit easier to integrate your app with SQLite, the built-in relational database engine in Android.
 

Data Science and Predictive Analytics: Biomedical and Health Applications using R

Автор: literator от 15-02-2019, 20:17, Коментариев: 0

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

Название: Data Science and Predictive Analytics: Biomedical and Health Applications using R
Автор: Ivo D. Dinov
Издательство: Springer
ISBN: 3319723464
Год: 2018
Страниц: 851
Язык: английский
Формат: pdf (true)
Размер: 65.4 MB

Over the past decade, Big Data have become ubiquitous in all economic sectors, scientific disciplines, and human activities. They have led to striking technological advances, affecting all human experiences. Our ability to manage, understand, interrogate, and interpret such extremely large, multisource, heterogeneous, incomplete, multiscale, and incongruent data has not kept pace with the rapid increase of the volume, complexity and proliferation of the deluge of digital information. There are three reasons for this shortfall.