Skip to main content

First Blog needs so much courage to start !!

Blog is mirror of reflection of your views, thinking and ideas or you can say best way to communicate and convey something about you. I will say, posting the first blog  never gets any easier. It took so many years for me to start writing something which could be useful and  can be shared. ...But finally I decided to post some interesting stuff . Now you must be thinking what is it all about?. So let me introduce few things about me before I start. Like every one, I took first step of career(more specifically IT career) in the year 2006. With growing IT projects in companies ,there was so much hype and requirement for Java people. Fortunately, a day came when some one recognized my novice Java knowledge and offered me to join their company(I was on the top of world for my first job :)). I started my career with Java,Struts and Hibernate(regarded as one of the top rated combination of technology during that time :) ). 

As the times passed by, I started learning the technology better and feel fortunate to work with some of the best people and best technologies(mostly open source). I have experienced and developed my skills in Telecom and Health care industries from Domain front. As there are bunch of technologies available in the market to learn and implement but, in our busy schedules sometimes, we may not get ample of time to understand it and deliver it. We all face problems during development/testing, So keeping that in mind I thought of sharing some of the artifices and technology stuff experiences that we may encounter(personally which I have faced and learned) during our work.  My point of discussion is to understand and help you and would not be any new information which is not available on net. It will be totally a post/discussion on what we do and have experienced during our development. 

Lets start with positive note and Good Luck for me !!

Comments

Popular posts from this blog

Know your Repository Statistics

Being in software development, everyone of us must be using some or the other repository to save our work( popularly know as check-in check-out :) ). Recently while working on one of my project I thought of finding out the statistics of our project repository for some management reports. While there are so many tools available in the market to explore the stats, I chose to go with Tortoise SVN tool with some plugins. Following are other tools that can be very useful based on scenarios: -Commit Monitor -Winmerge -Visual SVN -SVN Monitor -CM Synergy from Telelogic -Many more are there If you are using Tortoise SVN and want to know the details(for example : no of java classes checked-in, lines of codes written, developers name, total code base details and many more ) about your repository You can use the following steps to find the details: 1-check if the SVN has been installed and working properly or not by using following command: C:\>svn help It will output something ...

Testing your Webservice Applications using SOAP UI

SOAP UI is a standard desktop application for testing the Web Services projects. It provides full support for debugging, developing and testing of your web services applications. The tool support data driven development and also provides platform for creating test suites where you can create services for regression testing. For example if you want to test the complete flow of your SOA application, you can create Test Suites using SOAP UI and can perform end to end testing of your applications. The test suits can be configured to run in multiple environments (dev, sit, uat or production). Okay, let’s start the working on SOAPUI. I will show you the simple webservice testing that I developed in my last blog. Prerequisites: -You have developed your webservices -Webservice is ready and running on your local server -Installed SOAP UI tool Step-1 Download the SOAPUI tool Step-2 Open the soap UI Tool Setp-3 Right click on the project and choose New SOAP Pro...

It's All Mobile

In the digital era, where anything is available on finger tip and we want everything in our pocket, It will not be wrong to say that mobile devices have become our life line. These devices are impacting our lives on a daily basis. Today we have an app(as the modern world calls it) for everything. You name an application, its there on app store/play store. For any company(small or big), having a mobile application can be a smart way to connect with people and get started with their business very quickly.  I can say it has become a must first step for businesses to have mobile presence if they want to reach out to their customers easily and on time. This is high time for them to get their feet wet and jump into this App world. Today's world of technical innovation is taking business owners closer to their customers and giving them opportunity to know the customers need. This can be a good way to understand your customer instead of solving their problem. Demand for mobile software a...