FTP stands for File Transfer Protocol. It is a protocol used to transfer files between an FTP host/server and an FTP client computer on the Internet. FTP is most commonly used to download fi...
Jenkins is an open source automation process by which we can run automation to build and deploy code. In previous article we have discuss how to install jenkins in ubuntu. Today we are going...
Now a days mongoDB is highly used for its fast data access. Its a NOSQL database which store data in BJON format. Most of renoud organization slowly moving to Mongo DB. Today i will show you...
Now a days we are moving forward to continious development and Integration process. many developer face some issue during code deployment process. some time we miss some file or configuratio...