Boby Thomas's Articles
1
 
Category:
Software Design
keywords:
Design patterns, observer, composite

Software design patterns played out with people instead of objects.

Read complete article
2
 
Category:
Java programming
keywords:
Java, Performance tuning

A practical approach to performance t ning of Java applications.

Read complete article
3
 
Category:
C++ Debugging
keywords:
C++, gdb, remote debugging

Brief description on remote debugging using GDB, DDD and GDBserver.

Read complete article
4
 
Category:
C++ Programming
keywords:
C++, dynamic link libraries (dlls), shared library

An article about platform independent coding in C++.

Read complete article
5
 
Category:
C++ Programming
keywords:
C++, IDE, Eclipse

C++ Development using eclipse IDE Starters guide.

Read complete article
6
 
Category:
C++ Programming
keywords:
C++, driver interface

This article explains a generic communication interface to a peripheral device with a slower or faster data transfer rate than the data input.

Read complete article
7
 
Category:
C++ Programming
keywords:
C++, static variables

Details of static variables in shared libraries.

Read complete article
8
 
Category:
C++ Programming
keywords:
C++, XML, DOM, xmlparser

XMLreader - Simple reusable class (DOM implementation) for reading xml data.

Read complete article
9
 
Category:
C++ Programming
keywords:
C++, UTF

Article describes the basics about UTF-8 and provide some utility functions for handling UTF-8. Code can be compiled for windows as well as Linux.

Read complete article
10
 
Category:
C++ Programming
keywords:
C++, XML, XMLReader

An example for reusable code - an XML writer class.

Read complete article
11
 
Category:
C++ Programming
keywords:
C++, endianess, little endian, big endian

Problems when we switch between little endian and big endian platform.

Read complete article
12
 
Category:
C++ Programming
keywords:
C++, Path conversion

The following article explains a stack based method to convert absolute path to relative and vice versa.

Read complete article
13
 
Category:
C++ Programming
keywords:
C++, win32 sockets

An implementation of chat client and server with win32 sockets.

Read complete article
14
 
Category:
C++ Programming
keywords:
C++, dynamic inheritance

A design idea - Dynamic Inheritance.

Read complete article
15
 
Category:
Design
keywords:
C++, Java, Design patterns

Design Patterns - examples and sample codes in C++ and Java.

Read complete article
16
 
Category:
Webservices
keywords:
Java, AXIS2, web services, eclipse, tomcat, debugging

Article desribes about developing and debugging webservices using axis and eclipse.

Read complete article
17
 
Category:
Database
keywords:
sql

Database administration for Non-DBA?s Some useful commands for sql users.

Read complete article
18
 
Category:
Linux
keywords:
linux, shell script

List of useful linux commands - handy if you work on linux.

Read complete article
19
 
Category:
Cygwin
keywords:
Cygwin, windows linux emulator

Moving already installed cygwin to a new location in drive or using already installed cygwin in a new OS just keeping the folder backed up

Read complete article
20
 
Category:
Database
keywords:
Java, Database, ORM frameworks, Hibernate, SQL, HQL

Hibernate - a beginners guide .

Read complete article
21
 
Category:
Java web application
keywords:
Java, rich web applications, jboss, richfaces

Creating rich web pages using richfaces.

Read complete article
Please add your suggestions and comments in guestbook

Related Links