Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Sunday, November 19, 2017

PHP 7 Data Structures and Algorithms

PHP has always been the the go-to language for web based application development, but there are materials and resources you can refer to to see how it works. Data structures and algorithms help you to code and execute them effectively, cutting down on processing time significantly.
If you want to explore data structures and algorithms in a practical way with real-life projects, then this book is for you.
PHP 7 Data Structures and Algorithms by Mizanur
English | 409 pages | PDF | 2.3 MB
Download: Usercloud

Building a Web Application with PHP and MariaDB

Starting with a quick refresher of the PHP language and MariaDB database, readers will explore concepts such as unit testing, session authentication and management, permissions engine, caching, security, and performance optimization. Building a Web Application with PHP and MariaDB: A Reference Guide begins with basic and advanced programming techniques in both PHP and MariaDB, followed by specialized operations such as working with files and directories. Next, you will be introduced to the concept of REST, and how principles of REST are applied to host XML and JSON feeds for others to consume. This book will show readers how to build a web application that will be an online book store. This would leverage a logging system that keeps a track of the activity that is going on in the application.
This book will help a beginner to learn the basics of object-oriented programming with PHP and help a seasoned expert to understand the intricacies of securing and speeding up their web applications.
Building a Web Application with PHP and MariaDB
June 2014 | English | 200 pages | PDF | 4.2 MB
Download:Usercloud

Saturday, November 18, 2017

Flux Architecture

Learn to build powerful and scalable applications with Flux, the architecture that serves billions of Facebook users every day.
Whilst React has become Facebook’s poster-child for clean, complex, and modern web development, it has quietly been underpinned by its simplicity. It’s just a view. The real beauty in React is actually the architectural pattern that handles data in and out of React applications: Flux. With Flux, you’re able to build data-rich applications that engage your users, and scale to meet every demand. It is a key part of the Facebook technology stack that serves billions of users every day.
This book will start by introducing the Flux pattern and help you get an understanding of what it is and how it works. After this, we’ll build real-world React applications that highlight the power and simplicity of Flux in action. Finally, we look at the landscape of Flux and explore the Alt and Redux libraries that make React and Flux developments easier.
Filled with fully-worked examples and code-first explanations, by the end of the book, you’ll not only have a rock solid understanding of the architecture, but will be ready to implement Flux architecture in anger.
Flux Architecture
English | 352 Pages | PDF | 2 MB
Downloadusercloud

Beginning Laravel

A beginner's guide to application development with Laravel 5.3




Beginning Laravel
English | PDF | 189 pages | 2.17 MB
Downloadusercloud

Programming Arduino-based in C# by Yury Magda

This book is written for hobbyists and developers who would like to be able to program Arduino-based measurement and control systems in C# ...