SEP Blog

We’re curious people by nature. And we love to teach others what we’ve learned. So explore our blog to gain fresh insights from our expertise in areas ranging from culture to AI.

SEP Wins TechPoint’s 2024 Innovation Service Partner of the Year Mira Award

SEP Recognized as Indiana’s Top Innovation Service Partner, Winning TechPoint’s Prestigious Mira Award Westfield, Indiana – SEP has been named the Innovation Service Partner of the Year by TechPoint at the 25th annual Mira Awards. The Mira Awards, Indiana’s largest…
Read Full Post

Prevent Signal/Slot Memory Leaks in Python

When using Qt in python, any QObject with a connection to at least one of its signals is not eligible for garbage collection. This makes it very easy to have memory leaks when using dynamically created QWidgets. In order to not leak memory, you must disconnect any slots from all signals on the QObject before […]
Read Full Post

Email: A Different Kind of User Interface

When I set out to make Apple Health Report, I knew I wanted more than just myself to be able to use it. Aside: The real impetus was a new fitness reimbursement program at SEP that I could get reimbursed for working out without having to go to the gym. I wanted all the reporting/math […]
Read Full Post

SEPTalks Event: Introducing the Product Roadmap Wall

Implementing a product roadmap in an Agile way can be tough. A roadmap is often a written document that isn’t easily accessible, which can lead to a variety of issues. A good agile roadmap should allow for agile practices such as daily standups and planning. They should also create high visibility and transparency, operate with […]
Read Full Post

Design Studios With A Team

Why Use Design Studios? Design studios by definition vary from place to place and shift when the participant roles and sizes are different. Since design studios are used to culminate to a team-agreed user interface (or close to it) approach for a user story task(s), the scope can be altered, depending on the need. You […]
Read Full Post

The Anatomy of Event Storming

Here at SEP, we are continually toying with practices to help us learn from our clients. Learn about their worlds. Learn about their problems. And in this case, learning about their domains. Event storming is a “cross-discipline conversation between stakeholders with different backgrounds” (from https://www.eventstorming.com/). Said another way…event storming is an activity that we use as […]
Read Full Post
Angular logo

JSON Web Token Prevents Upgrade to Angular 6

The Setup This is a short episode of a software engineer’s experience with one node package bump-in-the-road upgrading to Angular 6. My team is building medical applications using Angular. Obviously, the application’s network transactions require a level of security. JSON Web Tokens, or JWT, is a package we depend on for secure network transactions. Here’s a brief overview […]
Read Full Post
health app vector icons

Analyze the Crap Out of Your Apple Health/HealthKit Data

As a recent iPhone + Apple Watch convert (see ya, Android and FitBit) my fitness tracking data lives in Apple Health. I want to make charts and graphs and see trends over time (you get the idea, I’m an engineer, I wantneed to engineer and analyze my fitness data). Problem is, there’s not a great way […]
Read Full Post

Announcing PlanetEx: an open source blog aggregator written in Elixir

A long time ago, a few developers at SEP built a program to aggregate employee’s personal and internal SharePoint blogs. They called it Planet, after planet.rb, the Ruby gem they used to build it. Unfortunately, our old Planet met its inevitable demise after an upgrade to our SharePoint instance that broke some compatibility. I decided this […]
Read Full Post
close up laptop keyboard and screen with code

SMART on FHIR: What is SMART? What is FHIR?

When creating an application that will be used by health care providers, a developer will often need to access data about a patient. This data is kept in Electronic Health Record (EHR) systems. As a developer, one of the main struggles of creating such an application is that EHRs are not guaranteed to follow the […]
Read Full Post