Home Tags API

Tag: API

An Introduction to Google Machine Learning APIs

0
This article gives readers an overview of Google machine learning APIs. It contains code samples to get started with APIs, bringing the power of...

REST API Development Using Django Tastypie Framework

1
Tastypie is a Web service API framework for Django. It is used to create REST style APIs, which can be used from any application,...

Use Django and REST frameworks to create simple API

2
This article is a short tutorial on how to create a simple TaskAPI with SQLite, which communicates over JSON and REST. We will use...

Simplifying Deployment on the Cloud with Heroku

0
Many developers assume cloud deployment to be tedious, costly, insecure and even sometimes unreliable. However, with the advent of platforms like Heroku, deployment on...

Open Source Access to MS Exchange Server Using DavMail

1
  This article introduces DavMail and demonstrates its importance in corporate scenarios for accessing mail from MS Exchange Server. Many enterprises use Microsoft Exchange for corporate...

Joy of Programming!

0
Design smells are poor solutions to recurring implementation and design problems. This article gives readers an overview on what design smells are, why we...

Try Your Hand at the Dropbox API for Android

1
For cloud and Android developers, Dropbox is a very handy service. It offers cloud storage and a nifty tool to sync data. One of...

The Socket API, Part 4: Datagrams

1
Let's try to develop server clients using UDP, the protocol behind some important services like DNS, NFS, etc. UDP, the User Datagram Protocol, is a...

Device Drivers, Part 11: USB Drivers in Linux

110
This article, which is part of the series on Linux device drivers, gets you started with writing your first USB driver in Linux. Pugs' pen...

Let’s Play with CodeIgniter

5
Here's a basic introduction to CodeIgniter, an open source Web framework that helps to quickly develop dynamic websites with PHP. To get started, you need...