Home Tags API

Tag: API

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

Exploring Software: Extending J2EE Applications Using Grails

0
We look at how J2EE users can benefit from agile development methodologies by using Grails to maximise the returns from their middleware layer. Exploring Grails...

All You Need to Know About Web Application Frameworks

0
Jargon fills our everyday lives on the Internet. The days when HTML and JavaScript used to be "cool" technologies are long gone. They are...

When Python Weds C

1
It is a well-known fact that the C language is closely related to many programming languages. This article discusses the Application Programming Interfaces (APIs)...

Device Drivers, Part 4: Linux Character Drivers

77
This article, which is part of the series on Linux device drivers, deals with the various concepts of character drivers and their implementation.

A Desktop Twitter Client in 15 Minutes

0
Twitter, the fun social-networking micro-blogging service, has taken the world by storm. Millions of "tweets" -- real-time text messages of up to 140 characters...

Securing Apache, Part 1: The Basics

4
Targeted at readers with Web security concerns, information security experts, systems administrators and all those who want to jump-start their careers in Web security,...

Extending Python via Shared Libraries

3
Python is one of the most popular programming languages ever -- its great productivity, flexibility and general-purpose nature efficiently address areas ranging from Internet...

Joy of Programming: Questions and Answers on C

0
Let's look at some of the queries received from readers relating to programming in C. Q. Where are enum members stored in memory? How does...