Home Tags Tutorial

Tag: tutorial

A Tutorial on Integrating Jenkins with Selenium WebDriver

0
Selenium is the most popular open source automated testing tool for Web applications. Jenkins is an open source continuous integration tool written in Java....

A Comprehensive Guide to Programming in Ruby

0
This article gives readers Ruby in a nutshell, covering all aspects of how to program in it. Enthusiasts can then get started on it...

DokuWiki: An Ace Among the Wikis

0
A wiki could be defined as a simple, collaborative content management system which allows content editing. DokuWiki can be used for several purposes like...

Using jq to Consume JSON in the Shell

2
This article is a tutorial on using jq as a JSON parser and fetching information about the weather from different cities. JSON has become the...

Using PhaserJS to Speed Up 2D Game Development

1
This tutorial will help you build a 2D platform arcade style game, using the PhaserJS framework, within a few minutes. PhaserJS is a popular, free...

Wine: A Great Tool for Running Windows Programs on Linux

1
On switching over to Linux, many Windows users feel lost because they miss their favourite Windows programs. Wine provides a means of running those...

Using a Virtual Machine to Run Linux on Windows

0
If you would like to run Linux on Windows and have never used a virtual machine, this tutorial explains how you can do so...

Create an Exe File for your Python Application in Windows

2
You can build your own search tool for Windows, using Python and allied technologies, by going through this tutorial. This tool will search for...