Posts

How to create Cron Jobs

Image
This is the sample crontab:

All About XML

Image
........... ...... ..

Consume Simple SOAP Service

Image
These are the sample scripts that help you to consume simple SOAP service. HINT: Use PHP 5.6.*

Create simple SOAP Service

Image
These are the sample scripts that help you to create simple SOAP service. HINT: Use PHP 5.6.*

All you need to know about VIM Editor

Image
VIM is the popular editor in LINUX Environment. Of course, we have VIM editor for other operating systems like Mac OS and Windows. We have command line version and graphic version of VIM editor. Here we are  dealing  about VIM command line version, because it is common for all operating systems including servers. Different modes in VIM editor : Normal mode : Here in this mode we use VIM shortcuts to navigate through the file , duplicate the content and delete content in the file. By default, if we open the file it should be in normal mode. Insert mode : In this mode, we enter new content into the file. In order to enter in to insert mode, we should press “i”. To leave insert mode, press Escape. Command mode :  In this mode, we give few commands to perform few actions on the file.  In order to enter into this mode, we should press “:” in the normal mode. After a command completes inline mode you are returned to...

Consuming Simple RESTful WebService

Image
Sample scripts to consume RESTful webservice:

Create Simple RESTful WebService

Image
What is REST API: HOW TO CREATE SIMPLE REST API: These are the sample scripts that help you to create sample RESTful service:

What is Ansible

Image

How Block Chain Works

Image

What is SDLC in brief

Definition of SDLC: The term software development life cycle model [SDLC]  is a way of describing the planning , designing , coding , and testing of a software system, as well as the method in which these steps are implemented.  How SDLC Works: SDLC  is a process that produces software with the highest quality and lowest cost in the shortest time. SDLC includes a detailed plan for how to develop, alter, maintain, and replace a software system.  SDLC achieves these apparently divergent goals by following a plan that removes the typical pitfalls to software development projects. That plan starts by evaluating existing systems for deficiencies. Next, it defines the requirements of the new system. SLDC can eliminate redundant rework and after-the-fact fixes. Stages involved in SDLC: A variety of life cycle models exist in the market, but they all include the same constituent parts. All lifecycle models take a project through several pri...