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 2025 Exceptional Employer Mira Award
SEP Recognized as Indiana’s Top Tech Employer, Winning TechPoint’s Prestigious Mira Award Westfield, Indiana – SEP has been named Exceptional Employer by TechPoint at the 26th annual Mira Awards. This award recognizes companies that are developing talent through skills-based hiring…
Read Full Post
I’ve ended up with multiple GitHub identities. One for personal use, another for SEP use, and still more for many of our clients. Leaning on Git conditional includes, and a bit of manual work upfront, my GitHub identities can be “automatically” kept distinct. Like many people, I’ve setup a global Git configuration for my name […]
Read Full Post

SEP CEO Announces Retirement
**SEP CEO Announces Retirement **After 30 years at SEP, Jeff Gilbert is stepping down as company’s CEO Carmel-based software product design and development company, SEP, has announced that founder and CEO, Jeff Gilbert will be retiring from the company, effective March 31, 2019. Gilbert will remain on the Board of Directors as Chair Emeritus for […]
Read Full Post

Conducting Good Retrospectives
Photo by Jametlene Reskp on Unsplash Your team has probably experienced moments of success or failure, moments of working like a well oiled machine or not being able to stand the sound of each other’s voices. What you’ve probably also done is pass these moments by without taking time to ponder “Why did these things […]
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

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