Web Development Books


PHP Handbook

PHP

PHP is an incredibly popular programming language, reportedly used by 80% of all websites. It serves as the foundation for WordPress, the widely used content management system, and powers numerous frameworks designed to simplify web development, such as Laravel. This book is presented as a perfect introduction for those new to the language, as well

Laravel Handbook

PHP Laravel

This book positions Laravel not as a fleeting trend, but as a legendary framework that has earned widespread appreciation from its users. It highlights that Laravel has been a stable presence since 2011, predating modern frontend tools like React and Vue.js. The author notes that while PHP is often disregarded by some developers, it possesses uniqu

HTML5 Notes for Professionals

HTML

The HTML5 Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.

React JS Notes for Professionals

React

The React JS Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.

Modern JavaScript

JavaScript

JavaScript has come a long way. It may have seemed like a "toy language" at first, but it has evolved into the powerful dominant scripting language of the Web. JavaScript is now found not only in the browser, but on the server, and it's even moving into the world of hardware. Staying on top of the latest methodologies, tools, and techniques is crit

CSS Notes for Professionals

CSS

The CSS Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.

The Tiny Book of Rules

Drupal

The Tiny Book of Rulesis tiny and it's about the Rules module for Drupal. Rules is a module usually used to auto-mate actions on your Drupal site. Rules can react on events occurring on your site - such as a user logging in or a node being created - and perform customized follow-up actions such as redirecting to a certain page or setting field valu

Transitioning to .NET Core on Red Hat Enterprise Linux

.NET ASP.NET Linux

Everything in the .NET world has changed, and decidedly for the better. Not only is .NET Core now an open source framework, but thanks to Microsoft's recent partnership with Red Hat, you can develop and run .NET web applications on Linux. In this report, author Don Schenck shows you how to create simple applications with ASP.NET, MVC, and Entity Fr

Web Accessibility for Developers

Web Accessibility for Developers is a technical resource aimed primarily at programmers. Learn how to develop accessible interactivity on the Web and gain expertise using WAI-ARIA, a W3C specification that enables optimal use of assistive technologies, like screen readers, when navigating the Web. By the time you complete this book, you should be a

Building User Interfaces for Modern Web Applications

React JavaScript

Since Facebook released React as an open-source software library for front-end programming in 2013, React has gain popularity quickly. Although there are other frameworks or libraries, React is considered a programmer-friendly JavaScript library using the functional programming approach for the front-end web application development. Teaching and le