Meta WCG

FREE Programming books with the WCG Newsletter

Here at Web Code Geeks we know how much you love books about programming; we are geeks ourselves. After all, a programmer that respects himself should always have his face in a book, he has to keep up with the latest technologies and developments.

For this reason, we have decided to distribute 9 of our books for free. You can get access to them by joining our Newsletter. Additionally, you will also receive weekly news, tips and special offers delivered to your inbox courtesy of Web Code Geeks!

This is just the beginning, and as Web Code Geeks grow, there will be more free goodies for you! So let’s see what you get in detail!

 

nodejs_small

HTML5 Programming Cookbook
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers, etc.). HTML5 is intended to subsume not only HTML 4, but also XHTML 1 and DOM Level 2 HTML.

In this ebook, we provide a compilation of HTML5 based examples that will help you kick-start your own web projects. We cover a wide range of topics, from graphics and animation, to geolocation and offline storage. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

jquery_small

jQuery Programming Cookbook
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.

In this ebook, we provide a compilation of jQuery based examples that will help you kick-start your own web projects. We cover a wide range of topics, from UI Widgets, to Drag and Drop functionality and CSS manipulation. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

angularjs_small

AngularJS Programming Cookbook
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 and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model-view-viewmodel (MVVM) architectures, along with components commonly used in rich Internet applications.

In this ebook, we provide a compilation of AngularJS based examples that will help you kick-start your own web projects. We cover a wide range of topics, from Single Page Apps and Routing, to Data Binding and JSON Fetching. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

css_small

CSS Programming Cookbook
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 plain XML, SVG and XUL. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications.

In this eBook, we provide a compilation of CSS based examples that will help you kick-start your own web projects. We cover a wide range of topics, from text styling and table design, to class inheritance and hover effects. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

bootstrap_small

Bootstrap Programming Cookbook
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 JavaScript extensions. It aims to ease the development of dynamic websites and web applications.

In this ebook, we provide a compilation of Bootstrap based examples that will help you kick-start your own web projects. We cover a wide range of topics, from grids and navigation bar creation, to layouts and forms design. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

nodejs_small

Building web apps with Node.js
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 efficiency, using non-blocking I/O and asynchronous events.

In this book, you will get introduced to Node.js. You will learn how to install, configure and run the server and how to load various modules. Additionally, you will build a sample application from scratch and also get your hands dirty with Node.js command line programming.

 

javascript-qna_small

JavaScript Interview Questions
This is a summary of some of the most important questions concerning JavaScript, that you may be asked to answer in an interview or in an interview test procedure! There is no need to worry for your next interview test, because Web Code Geeks are here for you!

The majority of the things you may be asked is collected in this guide. From Functional JavaScript and Dynamic Modules, to hoisting and states, everything is presented and described.

 

python-programming-cookbook_small

Python Programming Cookbook
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 languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale.

In this ebook, we provide a compilation of Python examples that will help you kick-start your own projects. We cover a wide range of topics, from multi-threaded programming to web development with Django. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

php-programming-cookbook_small

PHP Programming Cookbook
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 originally stood for Personal Home Page, but it now stands for the recursive backronym PHP: Hypertext Preprocessor.

In this ebook, we provide a compilation of PHP based examples that will help you kick-start your own web projects. We cover a wide range of topics, from HTML tables and files uploading, to SOAP clients and Curl command execution. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

docker-containerization-programming-cookbook_small

Docker Containerization Cookbook
Docker is the world’s leading software containerization platform. Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment.

In this ebook, we provide a compilation of Docker examples that will help you kick-start your own automation projects. We cover a wide range of topics, from installation and configuration, to DNS and commands. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

How-to-Start-a-Blog-with-WordPress-programming-cookbook_small

How to Start a Blog with WordPress
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.

Web Code Geeks recommend using WordPress as your publishing platform. We have been using it with great success for several years now. This short guide will help you start your own blog with WordPress. It will get you up to speed to quickly launch your personal or company blog!

 

Web-Programming-Languages-to-Learn-programming-cookbook_small

The Best Web Programming Languages to Learn
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 complex web-based internet applications, electronic businesses, and social network services.

The web has been around for many years now, but the real advancements and innovation from it are being seen this last decade. Everything just seems to have gotten better and more productive as both programmers and technology put efforts into creating some fundamental standards everyone would follow to work on the web.

 

Web-Developer-Interview-Questions-programming-cookbook_small

Web Developer Interview Questions
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 complex web-based internet applications, electronic businesses, and social network services.

The aim of this minibook is to provide a wide range of questions that a web developer can be asked during a job interview. Preparing for a job interview can be a daunting process if the scope of what is to be asked is so large. Web development includes a considerable set of skills and languages, and an interview of this scale is sure to be all inclusive regarding the various web technologies.

 

become-web-developer-programming-cookbook_small

How to become a Web Developer
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 complex web-based internet applications, electronic businesses, and social network services.

In this guide we’ll be providing in-depth information on how to become a Web Developer. Web development is one of the most exciting fields in the world right now. For a career that has only been around for twenty years or less, it has not only been a major field of interest, but has also changed our daily life in ways that one would never have thought. It has proven to be a widely successful career, and people start getting a great salary and satisfaction without even being fully dedicated.

 

So, fellow geeks, hop on our newsletter and enjoy our kick-ass books!

download-button

NOTE1: After you enter a VALID email address, you will need to verify your subscription. A verification email will be sent to you and after you successfully verify your email, you will get a final welcome email which will contain the links to download the ebooks!

NOTE2: If you have subscribed and not received an email yet, please send us an email at support[at]webcodegeeks.com and we will provide immediate assistance.

Byron Kiourtzoglou

Byron is a master software engineer working in the IT and Telecom domains. He is an applications developer in a wide variety of applications/services. He is currently acting as the team leader and technical architect for a proprietary service creation and integration platform for both the IT and Telecom industries in addition to a in-house big data real-time analytics solution. He is always fascinated by SOA, middleware services and mobile development. Byron is co-founder and Executive Editor at Web Code Geeks.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

15 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Ben floyd
9 years ago

How do I download the free books?

Thanks.

Eleftheria Drosopoulou
Reply to  Ben floyd

Hello Ben,
If you have not received an email yet, shoot us a message at support[at]webcodegeeks.com and we will help you.

Bailey Burritt
Bailey Burritt
9 years ago

I received the email, but it just brought me to webcodegeeks.com, with no indication of where to download the books.

Eleftheria Drosopoulou
Reply to  Bailey Burritt

Hello Bailey,
shoot us a message at support[at]webcodegeeks.com and we will help you.

Bailey Burritt
Bailey Burritt
9 years ago
Reply to  Bailey Burritt

Disregard that last message. All set.

Oninure
Oninure
9 years ago

I don’t understand what is happening. You asked us to subscribed and we did but could still not download the books.

Eleftheria Drosopoulou
Reply to  Oninure

Hello Oninure,
If you have not received an email yet, shoot us a message at support[at]webcodegeeks.com and we will help you.

Nicholas Work
Nicholas Work
8 years ago

I have subscribed to 2 newsletters already do I need to subscribe to this one also to receive the book or is there another way?

Eleftheria Drosopoulou
Reply to  Nicholas Work

Hello Nicholas,
If you have not received an email yet, shoot us a message at support[at]webcodegeeks.com and we will help you.

Eleftheria Drosopoulou
Reply to  Nicholas Work

After you enter a VALID email address, you will need to verify your subscription. A verification email will be sent to you and after you successfully verify your email, you will get a final welcome email which will contain the links to download the ebooks!

Morgan Conrad
Morgan Conrad
8 years ago

For a supposed bunch of rockstar web developers, your site is a disaster. Just like Ben, Bailey, and Oninure, I have subscribed a couple of times and nowhere do your links takes me to a download page. And your “resources” page is under construction.

Very sad. Please unsubscribe me.

Eleftheria Drosopoulou
Reply to  Morgan Conrad

Hello Morgan,
After you enter a VALID email address, you will need to verify your subscription. A verification email will be sent to you and after you successfully verify your email, you will get a final welcome email which will contain the links to download the ebooks!

json parser
6 years ago

Great post. Thanks for sharing!

sviergn
sviergn
6 years ago

What a ripoff! They get you to sign up and then the link to download the books is conveniently non-existent. Boo! The number of messages below noting the same situation demonstrate what a rip this is. Or maybe none of the people behind this website has read any of their own books? >:->

Claude Lepere
Claude Lepere
3 years ago

How to delete a book in the library? A duplicate, for example.

Back to top button