fbpx
1-888-310-4540 (main) / 1-888-707-6150 (support) info@spkaa.com
Select Page

SPK Blog Post

How to Create ViewSets in PTC Integrity

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....

My Arsenal of Product Development Tools

My Arsenal of Product Development Tools

There are so many tools that are available to help make the process of coding more efficient, less time consuming, and overall a better experience. There are a number of tools / configuration settings I utilize in my environment to help make my overall coding /...

Software Development Best Practices: Code Reviews – Part 2

Software Development Best Practices: Code Reviews – Part 2

In this installment of my three part software engineering best practices series on code reviews (read part one here), we will look at how to make code reviews successful. Code reviews are one of the most effective software engineering best practices you can adopt to...

Modern Medical Device Design in the IoT Era

Modern Medical Device Design in the IoT Era

In the past, medical device design focused on a standalone unit or a group of a couple devices that worked together. While that was a great idea, the number of compatibility issues that could occur also blocked connectivity to other devices. With the stream of new...

5 Continuous Integration Best Practices to Consider

5 Continuous Integration Best Practices to Consider

This week we would like to have a look at some continuous integration best practices. The list presented here is not exhaustive, and was inspired by a larger post on the topic at:  http://www.thoughtworks.com/continuous-integration Our purpose is to expand on some of...

Software Engineering Best Practices: Code Reviews – Part 1

Software Engineering Best Practices: Code Reviews – Part 1

This article is going to be the first in a three-part software engineering best practices series on code reviews. Here, we will focus on what a code review is and why it’s an integral part of a mature software development lifecycle (SDLC) process. In the following...

Wearable Medical Devices: The Latest Medical Device Design Trend

Wearable Medical Devices: The Latest Medical Device Design Trend

As humans, we depend on feedback. Everyone likes feedback, whether a glance in the mirror, a friendly compliment or financial reward for a great job. Now thanks to the advancement of medical device design, high tech trends, and use of micro-computers, you can get...

MKSSI Environment Variable – an Integrity PLM Software Primer

MKSSI Environment Variable – an Integrity PLM Software Primer

I'm not a programmer by trade, so I've had to force feed myself a lot of knowledge – some of it makes sense, some of it is beyond me. I've written this post to serve as an Integrity PLM Software Primer for the MKSSI Environment Variable. I hope you find it useful!...

How to create Column Contexts for PTC Integrity documents

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...

Mobile CAD Applications – Ready for Primetime?

Mobile CAD Applications – Ready for Primetime?

One of the main reasons people purchase a smartphone is to have information at their fingertips. Does that apply to the world of CAD applications? The answer is very dependent on what you want to actually do with this data. Do you want to design a complex...

Exploring Java 8’s New Feature: Lambda Expressions

Exploring Java 8’s New Feature: Lambda Expressions

Recently, Oracle announced the release of Java 8. This latest edition has some interesting new features, most notably the inclusion of lambda expressions and the ability to do multiple inheritance through default methods. We’ll spend the bulk of this article exploring...