Jun 7 2017
The following is a simplified way to generate to self-signed certificate use for development and testing. Assumption is made that openssl toolkit is installed in the system. Openssl toolkit has many options and the following steps use some of those features.
Read MoreAug 1 2016
The Linux Logical Volume Manager(lvm) can be increase when adding a new disk. This is usually usefull when working in virtual machine to add new disk space.
Read MoreDec 2 2016
Redis Sentinel connection configuration in Spring
Read MoreMay 20 2016
Webservice documentaion is a good way to show the api that are exposed. Using swagger annotation and let swagger generate the documentation is pretty neat.
Read MoreMay 22 2015
To package a web application to be deployable in multiple container, deployment descriptor is needed for each of the specific container. The deployment descriptor web.xml
is the standard descriptor for the servlet container.
May 20 2015
Handling excpetion in Spring web application and returing them to the client meaningfully is important part of the application design.
Read MoreApr 27 2014
The following tutorial is for creating simple Spring ReST webservice with MySQL. We are going to use Spring framwork to create this simple rest webservice that get data from the database.
Read MoreApr 27 2014
JAXB stands for Java Architecture for XML Binding. JAXB is used in converting XML to Java Object and vice verse.
Read MoreMay 15 2014
Describe about the configuration file and how it is parse and used in python. Other tricks are also shown how to parse configuration file without section.
Read MoreMay 14 2014
Python error and exceptions are discuss and how they are handle. Handling error and exceptions can be done in various ways.
Read MoreApr 3 2014
In this post, discussion are made on how to install python and its environment.
Read MoreDec 1 2016
SSL tools openssl - some of the general usage commands.
Read MoreNov 12 2016
Publishing open source to maven Central procedure.
Read MoreMay 10 2014
Ever bored of using the same feature and user interface of your phone. Is your phone performing slow and battery is draining? If you own an android device you can taste different flavor of the those by flashing the ROM.
Read MoreMay 4 2014
In Android, recovery is a software that is distinct and separate from the ROM installed operation system. It has its own partition and is booted when certain keys are press togerther. Installed operation system is one you interact with the device to make call, install apps, take pic etc. Recovery on the other hand is used in the system update, diagnostic and perform factory reset of the android system. They comes handy when installing new ROM, updating ROM and even fixing when the installed ROM fails to boot the device.
Read MoreApr 5 2014
Rooting means taking control of your device. When the manufacturer sell you the device, the operation of device is run in an environment and limit define by the manufacturer. The full potential of device is not explore. When you root the device, you are the super user, you now actually own a property that you can do whatever limit you want the hardware can take.
Read More