Minibooks

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

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 …

AngularJS Programming Cookbook

by Java Code Geeks on February 13th, 2018

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 applic …

jQuery Programming Cookbook

by Java Code Geeks on February 13th, 2018

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. jQue …

Building web apps with Node.js

by Java Code Geeks on February 13th, 2018

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 …

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 …

Back to top button