Developer

IBM Bluemix DevOps Services overview

In this article I’m presenting an IBM Bluemix DevOps Services overview. After some experiments on the Commodore computers I began seriously to develop code on 1987, I developed my first programs in Pascal and Fortran on VAX-11/780.

Afterwards I switched to Borland C++ Integrated Development Environment (IDE) and after few years the game changed with Java. Here an infographic about the programming language history.

Currently the game is changed again: cloud, mobile, internet of things, cognitive services, software as service and new development environments have been created.  Currently I’m using the IBM Bluemix DevOps Services, DevOps is Software as a Service (SaaS) on the cloud that supports continuous delivery. With DevOps you can develop, track, plan, and deploy software in one place.

From your projects, you can access everything that you need to build all kinds of applications. After you build an application you can deploy it to the Bluemix platform. In minutes, you can go from source code to a running application. You can create a project in DevOps Services or from your Bluemix application with a click of the ADD GIT button.

You can develop software for any language with a web IDE provides content assist, tooltips, previews, validation, and syntax highlighting for JavaScript, HTML, CSS. Syntax highlighting is supported for the most popular programming languages: Arduino, C, C#, C++, CSHTML, Embedded JavaScript, Java, JSON,  PHP, Python, Ruby, VMHTML, XHTML, XML, Xquery, Docker file, git configuration, etcetera.

Moreover DevOps Services supports deployment to Bluemix with predefined build packs for Java, Node.js, Go, PHP, Python, and Ruby application. If you are building a Node.js application you can make quick updates as you develop and debug by using Bluemix Live Sync.

Bluemix Live Sync works on the command line and in the Web IDE, this is my console:

My IBM Bluemix DevOps Services
My IBM Bluemix DevOps Services

 

IBM Bluemix DevOps Services Features:

  • Git hosting
  • Connect with your GitHub repository
  • Your work in one place
  • Simple user interface for starting a project quickly
  • No install, just code now
  • Integrated source code editor
  • Update a running app automatically with Bluemix Live Sync
  • Built-in source code management
  • Build and deploy your way
  • Work items to track and plan project activities
  • Dashboard charts for project status

Watch the IBM Bluemix DevOps Services overview video and try yourself DevOps with a free account

 

Have fun.

Related Articles

Back to top button