Home Tags SQL

Tag: SQL

Cyber Attacks Explained: Network Sniffing

5
In earlier articles in this series, we have explored denial of service attacks and packet spoofing. This month, let us focus on a wider...

Postgres-XC — A PostgreSQL Clustering Solution

4
What started with a simple relational database system, is expanding its horizons by developing new technology that satiates the ever-increasing need for more data...

Making Your Web Apps Social with Facebook

0
Thinking about making your Web application talk to Facebook? Or do you need tighter integration for your website? Alternately, do you just want to...

Onama — A Quantum Leap in HPC

0
This article introduces readers to Onama, a CDAC-created bundle of well-selected parallel and serial applications for various engineering disciplines. An amalgamation of HPC and...

Web Application Penetration Testing Using Samurai

3
This article introduces you to penetration-testing of Web applications. Also included is some hands-on work with a Web-testing framework called Samurai. Penetration testing, affectionately called...

Testing Your Databases with DbUnit

4
DbUnit is ideal as an add-on testing framework when developing applications in Java-based languages, which rely heavily on databases. This article assumes that the...

A Simple Guide to Database Design in MySQL

6
As the title says, this is an introduction to databases, their purpose and features. It deals with how to design and create a simple...

A Quick-Start Practical Guide to Drupal Module Development

6
In this article, we attempt to build a simple module by learning some basics of the Drupal Module Core. You can extend Drupal by developing...

Databases in the Era of Cloud Computing and Big Data

8
We take a look at the directions in which databases are evolving, driven by the twin factors of the "Cloud" and "Big Data". Let's...

Exploring Software: ZODB, a NoSQL Database

3
Let's explore how to use ZODB, a NoSQL database, from Python, with an example that stores and retrieves 'album' and 'track' data from the database. Most...