Ruby Net::HTTP tutorial

This tutorial introduces the standard Ruby Net::HTTP module to grab data, post data, work with JSON, and connect to a secure web page.

web
jQuery tutorial

jQuery tutorial

This tutorial introduces the jQuery library. We will present the jQuery library, show how to download and include jQuery, explain various jQuery selectors, show how to bind events, show various jQuery effects, an work with asynchronous events.

web
Google charts tutorial

Google charts tutorial

Google charts tutorial is an introductory tutorial to Google charts library. It shows how to create interactive charts in JavaScript with Google charts library.

web

Ruby Faraday tutorial

This tutorial introduces the Ruby Faraday module. We grab data, post data, work with JSON, and connect to a secure web page. We also create a custom Faraday middleware.

web

Asynchronous HTTP requests

The asynchronous HTTP requests tutorial shows how to create async web requests in Go, C#, F#, Groovy, Python, Perl, PHP, Java, JavaScript.

web
Embedded Tomcat

Embedded Tomcat

In this tutorial, we show how work with embedded Tomcat server. Tomcat can be run in embedded mode; it means that it is not necessary to build a WAR file and deploy it in a standalone Tomcat server.

web