find-experienced-qualified-devops-trainer

How Can You Find An Experienced & Qualified DevOps Trainer?

DevOps is a new trending word in IT industry these days and every IT professionals must heard about it for sure. But for those who heard it for the first…

Read more »

How Can You Find An Experienced & Qualified DevOps Trainer?

  DevOps is a new trending word in IT industry these days and every IT professionals must heard about it for sure. But for those who heard it for the…

Read more »
how-to-become-a-devops-engineer

How can you become a successful DevOps Engineer ?

These days in software industry one word is high in trend and that is “DevOps”. Industry experts define DevOps either as a “culture” or “methodology”. But when organizations and companies…

Read more »
organization-employee-devops-skills

Why organization should enhance DevOps skills of their employee?

It’s not shocking that a lot of organizations struggle when it comes to DevOps execution. DevOps is a new conception which IT organizations use to enhance collaboration between two functions…

Read more »
find-qualified-devops-trainers-instructors-and-coach

Tips to find qualified DevOps Trainers, Instructors and Coach?

Bangalore is a silicon vallery of the India. There are many software organization and companies, currently working towards the implementing the automation thoughtout the software development life cycle. DevOps has…

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-course-is-enhancing-the-capability-of-software-development

How DevOps course is enhancing the capability of software development?

How DevOps course is enhancing the capability of software development? Software Industry in these days adopting a new practice called “DevOps”. This word change the process of software development in…

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 »
environment-variables-and-properties-defined-in-jenkins

Environment variables and properties defined in jenkins | Jenkins Tutorial

Environment variables and properties defined in jenkins Jenkins Set Environment Variables When a Jenkins job executes, it sets some environment variables that you may use in your shell script, batch…

Read more »
web-proxy-on-centos

How to Configure Web Proxy on CentOS | Tutorials | scmGalaxy

If your internet connection is behind a web proxy, you need to configure the following on your CentOS server: System-wide proxy settings – add the following lines to your /etc/environment…

Read more »

Chetan Singh

Read more »

Chetan Singh

Read more »

Rajesh Kumar

Read more »
team-foundation-server-2015-installation

How to Install Team Foundation Server 2015 | TFS Installation Guide

How to install Team Foundation Server 2015 We need to start installating few things…. 1. Install MS SQL SERVER EXPRESS 2016 Download the SQL Server 2016 Express installer (SQLServer2016-SSEI-Expr) on…

Read more »
generate-jenkins-job-configuration-automatically

Generate Jenkins Job Configuration Automatically | Jenkins Tutorials

Generate Jenkins Job Configuration Automatically? Job DSL Plugin The job-dsl-plugin allows the programmatic creation of projects using a DSL. Pushing job creation into a script allows you to automate and…

Read more »
team-foundation-build-2010

Introducing Team Foundation Build 2010 | TFS 2010 Training

Introducing Team Foundation Build 2010 Introduction Build Automation Flickr’s Continuous Deployment Why Automate the Build? Team Build Overview Demo: Team Build Overview Machines, Controllers, and Agents Build System Topologies Build…

Read more »
software-development-with-team-foundation-server-2015

Software Development with Team Foundation Server 2015

Introduction Understanding the Feature Path from TFS 2013 Introduction Overview TFS 2013 Update Timeline Agile Tools Demo: Agile Tools Git Demo: Git Improvements Demo: Git CodeLens Demo: Pull Requests Testing…

Read more »

Top 4 open source alternatives to Slack for team collaboration and Chat

Off course Slack is market leader in terms team collaboration and Chat but here are the list of 4 open source alternatives to Slack for team collaboration and Chat. Slack  Slack…

Read more »
proxy-configuratin-in-linux-and-windows

How to Set or Configure Proxy in Linux and Windows System? – scmGalaxy

Setting the proxy configuration in Linux and Windows If you use a proxy server or firewall, you may need to set the http_proxy environment variable in order to access some…

Read more »
docker-training-agenda

Docker Training | Docker Course | Agenda

Need to learn Docker? This is the training for you! This training provides a soup-to-nuts learning experience for core Docker technologies, including the Docker Engine, Images, Containers, Registries, Networking, Storage,…

Read more »
setup-a-puppet-learning-vm

How to Setup Puppet Learning VM – Complete Process/Guide

Download the VM(Zip File here) https://pe-education-vms.s3.amazonaws.com/learning/learning_puppet_vm.zip   Minimum requirements Internet-enabled Windows, OS X, or Linux computer with 10GB free space and a VT-x/AMD-V enabled processor. Up to date virtualization software….

Read more »
msbuild-tutorial

MSBuild Tutorial Reference for Beginner | MSBuild Learning Resources | scmGalaxy

Walkthrough: Creating an MSBuild Project File from Scratch How to: Write a Simple MSBuild Project MSBuild Basics Build Your Project File from Scratch using MSBuild

Read more »
extension-used-in-dotnet-and-msbuild

Extension used in DOTNET and MSBuild Projects

.proj A popular convention for generic use. Commonly used by a main build script. Examples: build.proj main.proj company.product.build.proj .targets .targets files are those which is meant to be imported into…

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

Top 25 TFS Interview Questions and Answers

TFS Interview Questions 1) What is Team  Foundation Server? What does it cover – version control? build processes? bug tracking? task management? Team Foundation Server is defined in the documentation…

Read more »
devops-training-institutes-in-hyderabad

Best DevOps Training Institutes in Hyderabad | scmGalaxy

We have great participation from students from Hyderabad and People based out in USA for our DevOps Training. Feature of the DevOps Training by us – Enroll once and Benefit…

Read more »
jenkins-installation-using-docker

How to Install Jenkins using Docker | Step by step guide | scmGalaxy

Step 1: Installing Docker [code] $ apt-get install docker (Ubuntu) $ yum install docker  (RHEL/CENTOS) [/code] For more info, please following this http://www.scmgalaxy.com/scm/software-containers/how-to-install-docker-in-linux.html Step 2:  First, pull the official jenkins…

Read more »
linux-shell-scripting-guide-and-tutorial

Linux Tutorials: Complete Reference for Commands & Scripting

Linux User Commands Linux Commands for User Linux Commands reference in scmGalaxy forum Linux Admin Commands Linux Commands for Administrator Main Responsibilities of the Linux System Administrator 20 pmap Commands…

Read more »
bash-or-ssh-into-a-running-container

How to get bash or ssh into a running container in background mode?

How to get bash or ssh into a running container in background mode? Step 1: First of all, try to find your active container by running # docker ps or…

Read more »
install-atlassian-jira-using-docker

How to install Atlassian Jira using Docker?

Install Atlassian Jira using Docker Download and Run the jira latest: # docker run –detach –publish 8080:8080 cptactionhank/atlassian-jira:latest Then simply navigate your preferred browser to http://[dockerhost]:8080 and finish the configuration. Notes:…

Read more »
sonatype-nexus-installation-using-docker

How to Install Sonatype Nexus installation using Docker?

Sonatype Nexus Repository Manager 2 Install a Docker Engine Installation Instructions can be found here – http://www.devopsschool.com/tutorial/docker/docker-install-and-configuration.html Download a Sonatype Nexus Image > docker pull sonatype/nexus For Sonatype Nexus Repository…

Read more »