Minibooks

The education never stops here at Web Code Geeks. Check out our recommended whitepapers and books (complimentary downloads):

Building web apps with Node.js

by Web Code Geeks on March 6th, 2017

Node.js is an exciting software platform for building scalable server-side and networking applications. Node.js applications are written in JavaScript, and can be run within the Node.js runtime on Windows, Mac OS X and Linux with no changes. Node.js applications are designed to maximize throughput and …

jQuery Programming Cookbook

by Web Code Geeks on March 6th, 2017

jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. jQuery is the most popular JavaScript library in use today, with installation on 65% of the top 10 million highest-trafficked sites on the Web. jQuery’s syntax is designed to make it easier to navigate a …

AngularJS Programming Cookbook

by Web Code Geeks on March 6th, 2017

AngularJS (commonly referred to as “Angular”) is an open-source web application framework maintained by Google and by a community of individual developers and corporations to address many of the challenges encountered in developing single-page applications. It aims to simplify both the development …

CSS Programming Cookbook

by Web Code Geeks on March 6th, 2017

Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language. Although most often used to change the style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any kind of XML document, including …

HTML5 Programming Cookbook

by Web Code Geeks on March 6th, 2017

HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. As of October 2014 this is the final and complete fifth revision of the HTML standard of the World Wide Web Consortium (W3C). The previous version, HTML 4, was standardised in 1997. …

CouchDB Database for the Web

by Web Code Geeks on March 6th, 2017

CouchDB, is an open source database that focuses on ease of use and on being “a database that completely embraces the web”. It is a NoSQL database that uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API. One of its distinguishing features is multi-master replication. …

Back to top button