Minibooks

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

Bootstrap Programming Cookbook

by Java Code Geeks on February 12th, 2018

Bootstrap is a free and open-source collection of tools for creating websites and web applications. It contains HTML and CSS based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScr …

JavaScript Interview Questions

by Java Code Geeks on February 12th, 2018

Have you wondered what are the most common Javascript questions developers are asked in interviews? Well, in this article we’re going to go through some of the most anticipated questions (and their answers) to help you get going in job interviews and …

Python Programming Cookbook

by Java Code Geeks on February 12th, 2018

Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in …

How to become a Web Developer

by Java Code Geeks on February 12th, 2018

Web development is a broad term for the work involved in developing a web site for the Internet (World Wide Web) or an intranet (a private network). Web development can range from developing the simplest static single page of plain text to the most c …

Web Developer Interview Questions

by Java Code Geeks on February 12th, 2018

Web development is a broad term for the work involved in developing a web site for the Internet (World Wide Web) or an intranet (a private network). Web development can range from developing the simplest static single page of plain text to the most c …

The Best Web Programming Languages to Learn

by Java Code Geeks on February 9th, 2018

Web development is a broad term for the work involved in developing a web site for the Internet (World Wide Web) or an intranet (a private network). Web development can range from developing the simplest static single page of plain text to the most c …

PHP Programming Cookbook

by Java Code Geeks on February 9th, 2018

PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994, the PHP reference implementation is now produced by The PHP Group. PHP origina …

How to Start a Blog with WordPress

by Java Code Geeks on February 9th, 2018

Blogging has surged in popularity in recent years. Companies and individuals are using blogging in order to express their voices and connect with their audience. Most of this is performed on the popular WordPress platform. WordPress is a free and ope …

Amazon Elastic Beanstalk Tutorial

by Java Code Geeks on December 20th, 2017

AWS Elastic Beanstalk is an orchestration service offered from Amazon Web Services for deploying infrastructure which orchestrates various AWS services, including EC2, S3, Simple Notification Service (SNS), CloudWatch, autoscaling, and Elastic Load B …

Back to top button