top-10-continuous-integration-tool

Top 10 Continuous Integration Tools | List of Best CI Tools | scmGalaxy

Introduction Your product ideas may be the greatest of all time, but without delivering well and delivering often, it may be extremely hard to keep up with the competition. So…

Read more »
top-10-devops-tools

Top 10 DevOps Tools which is mostly used by DevOps Engineers | DevOpsSchool

Introduction “DevOps” is an emerging model that allows effective collaboration of development and Operations team so that they can build, test, and release software faster and more reliably. Traditionally in…

Read more »
top-5-code-coverage-tool

Top 5 Code Coverage Tools | Best Test Coverage Tools

Today we will talk about code coverage tools which are used by developers for measuring the quality of the software testing. There are so many different types of code coverage…

Read more »
Top 10 Static Code Analysis Tools

Top 10 Static Code Analysis Tool | Best Static Code Analysis Tools List

Software security is a very important concern for todays Software market and for that you need to do code analysis in the development lifecycle. Now we can not imagine ourselves to sit back and do manual reading each line of codes and find issues and bugs. Those days of manual review in the software development lifecycle to find the flaws in the codes are over now.
 
Now the mindsets has changed and developing quality & secure code from the beginning is on rise. This is the time of automation and developers & programmers are now shifting towards the adoption of tools which auto detects the flaws as soon as possible in the software development lifecycle.
 
As the process shifting towards the automation, static code analysis (SCA) has become an important part of creating quality code. Now the question here is, What is Static Code Analysis?
 
Static Code Analysis is a technique which quickly and automatically scan the code line by line to find security flaws and issues that might be missed in the development process before the software or application is released. It functions by reviewing the code without actually executing the code.

Read more »
devops-online-resources

Top 10 DevOps Online Resources to learn, share and practice.

DevOps is a hot topic these days among-st IT professionals and when you as a student or professional who is related to this industry go to Google and search about…

Read more »
it-management-tools

Top 5 IT Management Tools | IT Management Software

IT Management Software | Top 5 IT Management Tools Servicenow BMC Remedy Jira Salesforce Sharepoint

Read more »

Best Open Source Scanning Software

Open Source Scanning Software Palamida openlogic Blackduck fisheye

Read more »
single-sign-on-implementations

List of single sign-on implementations

List of single sign-on implementations https://www.bitcard.org/ – Free https://www.onelogin.com/product/pricing – Commericials https://www.okta.com/ – Commericals Reference https://en.wikipedia.org/wiki/List_of_single_sign-on_implementations

Read more »
web-development-toolkit

Useful Web Development ToolKit

Bokeh Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of…

Read more »
top-5-version-control-software-in-cloud

Top 5 git version control software in cloud

Cloud Based cloudforge Assembla github bitbucket beanstalk Gitlab Some of them can be hosted behind the firewall as well in your company premises. Gerrit Gitlab Github

Read more »
chef-interview-questions-and-answers

Chef Configuration Management Interview Questions and Answers Part – 1

Source – learn.chef.io What is a resource? Answer- A resource represents a piece of infrastructure and its desired state, such as a package that should be installed, a service that…

Read more »
chef-interview-questions-and-answers

Chef Configuration Management Interview Questions and Answers Part – 2

Source – learn.chef.io What is a resource? Answer- A resource represents a piece of infrastructure and its desired state, such as a package that should be installed, a service that…

Read more »
top-5-configuration-management-tools

Top 5 Configuration Management Tools

Top 5 Configuration Management Tools Puppet In computing, Puppet is an open-source configuration management utility. It runs on many Unix-like systems as well as on Microsoft Windows, and includes its…

Read more »
perforce-interview-questions-answers

Interview Questions and Answer for Perforce Version Control Tool

Some of the perforce commands which is not commonly used but useful. p4 annotate – Print file lines along with their revisions. e.g p4 annotate file.c How to ignore files/folder…

Read more »
jenkins-interview-questions

Jenkins Interview Questions and Answers – Part 1

What is continuous integration? Jenkins Continuous integration API features? Advantages of jenkins? Jenkins plugins? Requirements for using Jenkins? Installing Jenkins on Ubuntu and RHEL? Process to take Jenkins backup and…

Read more »
svn-subversion-interview-questions-and-answers

Top 10 Interview Questions and Answers in SVN (Subversion)

What is SVN? What is “branch” , “Tag” and “Trunk” in SVN ? what do you mean by “Synchronizing with Repository” ? How is it different from “Update” ? Difference…

Read more »
interview-questions-on-git-github-gitlab

Git Interview Questions and Answer Part – 6

What is GIT? What is a repository in GIT? What is the command you can use to write a commit message? What is the difference between GIT and SVN and…

Read more »
perl-sign-punctuation-marks

Commonly Used Sign- Punctuation and their Name in Perl

Commonly Used Sign- Punctuation and their Name in Perl ( => ) Comma Arrow  ( ‘ ’, “ ”, ‘ ‘, ” “ ) à Quotation marks ( $ ) àDollar sign ( ~…

Read more »
perl-interview-questions-answers

Most asked Perl Interview Questions and Answers

What is Perl one-liner?

There are two ways a Perl script can be run:

a)from a command line, called one-liner, that means you type and execute immediately on the command line. You’ll need the -e option to start like “perl -e “print “Hello”;”. One-liner doesn’t mean one Perl statement. One-liner may contain many statements in one line.

b)from a script file, called Perl program.

Read more »
anthillpro-interview-questions

Selected AnthillPro Interview Questions and Answer

Selected AnthillPro Interview Questions Building Procedures in AnthillPro Deploying Procedures with AnthillPro Using AnthillPro for Audit Process of Integrating with Defect & Feature Tracking Process of Integrating with Static Code…

Read more »
bamboo-interview-questions

Top Bamboo Interview Questions and Answer

Top Selected Bamboo Interview Questions Bamboo Questions: Tell me more about continuous integration ? How did you configured? Plugins used in Bamboo? Tell me more about Bamboo Schedule Options? How…

Read more »
apche-interview-questions-answers

Apache Interview Questions and Answer – Job Interview Kit

Apache Interview Questions – Apache Job Interview Kit On a fresh install, why does Apache have three config files – srm.conf, access.conf and httpd.conf? – The first two are remnants…

Read more »
apache-and-http-interview-question-answers

Apache and HTTP Interview Questions and Answers – Interview Guide

Apache and HTTP Interview Questions and Answers – Interview Guide List of Apache and HTTP Interview Questions: – <!– /* Font Definitions */ @font-face {font-family:”Cambria Math”; panose-1:2 4 5 3…

Read more »
scm-interview-questions

General SCM Interview Questions and Answer – SCM Job Interview Kit

  General SCM Interview Questions – SCM Job Interview Kit What do you think about configuration management? What do you understand about Change Management? branching methodologies and what currently theya…

Read more »
shell-script-descriptive-interview-questions-sets

Shell Bash Scripting Interview Questions and Answer – Part 1

Interview Questions Sets : Shell Script Descriptive Questions Sets What is shell scripting? Shell scripting is used to program command line of an operating system. Shell Scripting is also used…

Read more »
maven-interview-questions-answers

Maven Interview Questions and Answers – Maven Job Interview Kit

Maven Interview Questions and Answers Contributed by Rajesh Kumar with the help of Google Search and www.scmGalaxy.com Is there a way to use the current date in the POM? Take…

Read more »
shell-programming-interview

Shell Bash Scripting Interview Questions and Answer – Part 2

Interview Questions Sets : Shell Programming How do you find out what’s your shell? Answer: echo $SHELL What’s the command to find out today’s date? Answer: date  What’s the command…

Read more »
reporting-plugins-in-maven

Reporting Plugins in Maven | Maven Plugins That Provide Reports

Reporting plugins Plugins which generate reports, are configured as reports in the POM and run under the site generation lifecycle. This plugin consists of several reports that you can run…

Read more »

Cloud Computing Selection: Cloud Infrastructure Service Providers

There are list of solution which provides Cloud Infrastructures for Hardware as a service (HAAS) or Software as a Services(SAAS). AllenPort AllenPort’s technology handles file management chores like backup, file…

Read more »
free-issue-tracking-bug-tracking-system

List of Free Issue Tracking / Bug Tracking System

An issue tracking system (also called trouble ticket system or incident ticket system) is a computer software package that manages and maintains lists of issues, as needed by an organization….

Read more »