
Development Articles
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 Named a Best Places to Work Company for 14th Consecutive Year
SEP has once again been recognized as one of Indiana’s Best Places to Work for the 14th year consecutive year. The statewide survey and award program evaluates participating organizations and honors those with the highest levels of employee satisfaction and…
Read Full Post

Accessibility in software design is an important topic that often gets overlooked or deprioritized. The good news is, addressing accessibility does not need to be a giant undertaking. In this post, I’ll give an overview of accessibility laws and how you can conduct your own software accessibility audit. This won’t make you an expert on […]
Read Full Post

3 Reasons to Use Storybook for Your React Native Project
I adopted a dog several months ago. A roly-poly Shar Pei mix. The decision to take him home was easy. Navigating the adoption process was not. The UX of adopting a dog online is haphazard. You find the dog on your pet adoption app, and you send a message to the shelter in the app […]
Read Full Post

System Testing Multiple Deployment Environments in Cypress 10
Brief intro to Cypress In their own words, “Cypress is a next generation front end testing tool built for the modern web.” If you are not familiar with Cypress, check out their Getting Started docs and then Write Your First E2E Test. If you’ve arrived here from a Selenium-based tool, you might appreciate this comparison article from Cypress. I found this Cypress […]
Read Full Post

Is Your Xamarin.Forms Project Ready For Migration To MAUI?
What’s up with .NET MAUI? If you have seen any news about .NET 6.0 or anything Xamarin.Forms related, you have probably heard about the new framework called .NET MAUI. Microsoft has decided that the next major iteration of Xamarin.Forms will instead be replaced by the .NET Multi-platform App UI: MAUI. Since Xamarin support is intended […]
Read Full Post

Tearing Down the Silos: 3 Ways to Foster Better Collaboration
Collaboration between design and development has historically been an uphill battle. It used to be that a designer (or team of designers) designed a software application, and then handed it over the fence to the software engineers and wished them the best of luck. As you can imagine, this silo approach ended in unexpected results […]
Read Full Post

Adding a Design Practice at Lessonly – a Podcast Recap
On this episode of Behind the Product, Jaki Clark and Casey Cumbow join us to share their journey of adding a design practice into Lessonly‘s well-established engineering and product development groups. As design and engineering leaders, Jaki and Casey share the techniques, practices, and systems that have helped Lessonly level up over the past 18 months.
Read Full Post

Designers + Developers: Why We’re Better Together
I want to start by sharing that I was inspired by the infographic below from InVision to write this. This may appear at first to be a silly and hunky-dory post about family-like co-worker relationships in the office. While I agree I am writing with this sentiment, I want to show how enriching and successful […]
Read Full Post

Study Groups – Learning Together is Better
As I’ve mentioned before, professional development is a big deal at SEP. I love learning with other people. We’ve recently kicked off a new way (for us) to learn with other people: Study Groups. What are Study Groups The idea is to go through an online course, class, book series, or other structured or self-directed […]
Read Full Post

Docker Hosting for ASP.NET Core
The containerization trend has been growing for a while now in the industry. The idea is to “containerize” (or package) any application into a well-defined container. This allows the same packaged application to be deployed to run on any infrastructure. In other words, placing your application in a container allows you to run the exact […]
Read Full Post

What is DevOps?
What is DevOps? The word DevOps is a clipped version of the words Development and Operations [1]. What does development mean? Development is the process of designing, building and testing software. This includes product design user experience, software architecture, software design and coding. What does operations mean? The term operations describes the process of building […]
Read Full Post