Developer tools

Git feature icon
Article

How to ignore files in Git without .gitignore

Heiko Rupp

Learn how to prevent accidental file check-ins in Git without the limitations of .gitignore, which only works well with files common to all collaborators.

Continuous integration with GDB Buildbot
Article

Continuous integration with GDB Buildbot

Sergio Durigan Junior

Discover how Buildbot brings continuous integration to the GNU Project Debugger, where the project stands now, its challenges, and where it's headed.

VS Code Plugin for OpenShift
Article

New developer tools in Red Hat OpenShift 4.2

David Millsaps

Today’s announcement of Red Hat OpenShift 4.2 represents a major release for developers working with OpenShift and Kubernetes. There is a new application development-focused user interface, new tools, and plugins for container builds, CI/CD pipelines, and serverless architecture. Application topology view in developer perspective. New features include: A new developer perspective so you can focus on the application. This view is focused on information and configuration developers need to know. There is an enhanced UI for application topology and application...

odo CLI for OpenShift
Article

How to use odo the developer-centric CLI with OpenShift 4

Daniel Helfand

https://youtu.be/9QKTKjxgYsw Working in a fast, iterative manner isn’t a practice exclusive to software developers: It’s the way people like to work. Being able to make a series of small changes and testing each change along the way to addressing a larger problem helps assure that the right choices are being made toward the end result. For developers working with OpenShift, the experience described above shouldn’t be any different. odo is a developer-centric CLI that helps developers implement, design and test...