Recently, a customer came to me because they wanted to record when changes were promoted from their development environment to their test environment, and later from their test environment to their production environment. They wanted a way to simply tell when changes...
Engineering Operations
How to Account for Complex Risk with Jama in Medical Device Manufacturing
Requirements management isn’t optional in many fields. Medical technology and finance are just two fields where regulatory compliance necessitates requirements management. You and other stakeholders simply must be in total agreement about the requirements of a given...
How Automation Helps Reach Target Product Launch Dates and Increases Engineer Morale
Automation isn’t just for manufacturing tasks. In fact, many of the grinding, repetitive tasks your engineers can’t stand can easily be automated out of existence. Any task that is repeatable is automatable. That means you can save big money on man hours, letting your...
Engineering Inefficiency is the Enemy of Innovation
I was intrigued by the information and conclusions presented in OnShape’s recent report, “The State of Product Development and Hardware Design 2019.” However, I was not as surprised as they were to hear that the biggest problem in R&D is still complex processes,...
How AWS Became the Favorite of Engineering
AWS, with its commanding market share in the world of cloud, relies heavily on engineering organizations for its success. We’ve explored the reasons for this in previous articles. What it boils down to is that Amazon’s cloud platform is more geared toward the way...
Combining AWS and Azure for Optimal Cloud Performance
We’ve hinted at it throughout this series, but now we’re going to say it explicitly: To get the most out of the cloud you should be combining solutions. At the very least, you should be thinking more flexibly than “AWS is for engineering, Azure is for IT.” Does Your...
How To Leverage Jira as a Service Desk
Many of you are undoubtedly familiar with using Jira as an issue tracker. But for those of you who have been juggling issue tracking and meeting SLA requirements -- and for those of you who had the recently acquired VertygoSLA addon -- this article may be useful...
How to create Column Contexts for PTC Integrity documents
One handy feature of PTC Integrity is the column context. Through the use of the column context a user can easily change what document columns are presented to them in the document view based on the role or task they are performing. For example, by default a column...
How to Create ViewSets in PTC Integrity
Within PTC Integrity, a viewSet is a collection of views that persist each time the user opens and closes the PTC Integrity Client. Integrity offers the ability for administrators to pre-configure viewSets for distribution throughout their local user communities....
How to Set-up and Perform Impersonation on PTC Integrity
From time to time, if you are administering a PTC Integrity Lifecycle Manager you’ll need to be able to log into PTC Integrity as one of the users you support. If you want to avoid requesting their password (if your company uses LDAP to synchronize everyone’s PTC...
How to Count Days in State Within a PTC Integrity Report
In the second of a group of supplemental articles on Metrics, Metrics, Metrics I am going to examine how you can report on days in state within your PTC Integrity Lifecycle Manager application. Of course your very first questions are likely going to be is “What the...
How To: Move Git Commits From One Branch to Another
Git encourages developers to use branches during their development process as a means of coordinating and managing changes to the master branch. Git does not force any particular strategy for doing so and consequently, several popular branching strategies have...