click to dismiss

Please change your bookmark for this page

April 2010

ANTHILLPRO COMPARISON WITH ATLASSIAN BAMBOO

April 28, 2010 by Rajesh Kumar   Comments (0)

, ,

workflow management tools, build management system, release tools, build managent, release managment, automation practice

ANTHILLPRO COMPARISON WITH ATLASSIAN BAMBOO AnthillPro Vs Bamboo OR Difference between AnthillPro and Bamboo OR
Last month i was discussing with Eric Minick from Anthillpro on Why Build Engineer should be go for AnthillPro instead of Bamboo and i found some interesting inputs which i am sharing below;
Introduction
Bamboo is a respectable team level continuous integration server. Continuous Integration servers are focused on providing feedback to developers about the quality of their... Read full post

Introdcution of Perl

April 26, 2010 by Rajesh Kumar   Comments (0)

, ,

build tools, scripting

What is Perl

Perl is a programming language, It's Object Oriented, simple to learn and very powerful. Perl stand for: "Practical Extraction and Reporting Language".
Perl is an Interpreted language, so you don't have to compile it like you do Java, C, C++ etc. For fast development work, that's a godsend.
Perl is a versatile, powerful programming language used in a variety of disciplines, ranging from system administration to web programming to database manipulation.
Perl is a... Read full post

Types of Build in Remote Agent

April 20, 2010 by Rajesh Kumar   Comments (0)

, , , ,

software configuration management, build tools, build management system, build managent

Types of Build in Remote Agent
Build Management tools has one one capability where they can share the infrasture to build the product in less time with the help of Remote Agent Machine.
There are following types of build in remote Agent.
Distributed processing Build: A distributed build is one in which individual steps in the Workflow are sent to be executed on multiple machines.  In doing this you are able to leverage more machine power instead of attempting to run the entire... Read full post

Jetty - Java-based HTTP server

April 20, 2010 by Rajesh Kumar   Comments (0)

, ,

software configuration management, build management system, best practices

Jetty is a 100% pure Java-based HTTP server and servlet container (application server). Jetty is a free and open source project under the Apache 2.0 License. Jetty is used by several other popular projects including the Geronimo application server and by the Google Web Toolkit plug-in for Eclipse. Jetty deployment focuses on creating a simple, efficient, embeddable and pluggable web server. Jetty's small size makes it suitable for providing web services in an embedded Java application.
In... Read full post

Agile Software Development Methodology

April 20, 2010 by Rajesh Kumar   Comments (0)

, , ,

software configuration management, workflow management tools, release tools, automation practice, best practices

What is Agile Software Development Methodology?
Agile development practices increase the velocity at which software teams deliver customer value by improving everyone's visibility into project features, quality and status.
BROAD DEFINITION: Agile software development refers to a group of software development methodologies based on iterative development, where requirements and solutions evolve through collaboration between self-organizing cross-functional teams. Agile methods generally... Read full post

Compare between RSM and Sonar

April 16, 2010 by Rajesh Kumar   Comments (0)

, ,

software configuration management, testing tools, test coverage tools, source-code analysis, automation practice

Metrics
Tools

Category
Metric
Comment
RSM
Sonar

Function Metrics
LOC Lines of Code
Per Function, All Functions
Yes
Yes

 
eLOC (Effective LOC)
Per Function, All Functions
Yes
Yes

 
lLOC (Logical Statements LOC)
Per Function, All Functions
Yes
No

 
FP Function Points Derived from LOC metrics
Per Function, All Functions
Yes
No

 
Comments Lines
Per Function, All... Read full post

General SCM Interview Questions

April 16, 2010 by Rajesh Kumar   Comments (0)

, , , ,

What do you think about configuration management?
What do you understand about Change Management?
branching methodologies and what currently theya re using it. Show with some example with pros and cons
Concept of Merging and Why do we need?
What do you think about build Management?
What are the key benefit of build Automation and what are the key inputs to automate the build process in the project?
Discuss about tools and technology which help to automate the entire build cycle.... Read full post