Minibooks
The education never stops here at Java Code Geeks. Check out our recommended whitepapers and books (complimentary downloads):
Introduction to Nginx |
by Java Code Geeks on February 16th, 2018 |
![]() |
Nginx is an open source HTTP and reverse proxy server, as well as a mail proxy server, load balancer, and HTTP cache. The nginx project started with a strong focus on high concurrency, high performance and low memory usage. It runs on Linux, BSD vari … |
Apache HTTP Server Cookbook |
by Java Code Geeks on February 16th, 2018 |
![]() |
The Apache HTTP Server, colloquially called Apache, is the world’s most used web server software. Originally based on the NCSA HTTPd server, development of Apache began in early 1995 after work on the NCSA code stalled. Apache played a key role in th … |
VirtualBox Essentials |
by Java Code Geeks on February 16th, 2018 |
![]() |
Oracle VM VirtualBox is a free and open-source hypervisor for x86 computers from Oracle Corporation. VirtualBox may be installed on a number of host operating systems, including: Linux, OS X, Windows, Solaris, and OpenSolaris. There are also ports to … |
Nagios Monitoring Handbook |
by Java Code Geeks on February 15th, 2018 |
![]() |
Nagios, now known as Nagios Core, is a free and open source computer-software application that monitors systems, networks and infrastructure. Nagios offers monitoring and alerting services for servers, switches, applications and services. It alerts u … |
Linux BASH Programming Cookbook |
by Java Code Geeks on February 15th, 2018 |
![]() |
Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. First released in 1989, it has been distributed widely as it is a default shell on the major Linux distributions a … |
PostgreSQL Database Handbook |
by Java Code Geeks on February 14th, 2018 |
![]() |
PostgreSQL, often simply Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data securely, and to allow for retrieva … |
CouchDB Database for the Web |
by Java Code Geeks on February 13th, 2018 |
![]() |
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. On … |
HTML5 Programming Cookbook |
by Java Code Geeks on February 13th, 2018 |
![]() |
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 … |
CSS Programming Cookbook |
by Java Code Geeks on February 13th, 2018 |
![]() |
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, th … |