Sandbox 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 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
Ollert, the Trello data analytics tool, has been open sourced under GNU Affero GPL v3.0. The source code can be found on Github and I’ve already accepted several pull requests. Why? I’ve been working towards this for a few months now. Although Ollert was a lot of fun to create and has helped quite a […]
Read Full Post
Creating a portable JDK with PowerShell
At times, I’ve found myself wanting to have a specific JDK available without installing another version of Java. Past reasons include wanting to test multiple Java versions on the same system or needing to use a Java tool (ex. JConsole) without installing additional software. With a small PowerShell script and 7-Zip installed*, you can easily […]
Read Full Post
RavenDB and MongoDB: Not easily interchangeable (at least not always)
On a recent internal project, we experimented with various NoSQL database back-ends. The project had used MongoDB since its inception. However, due to some memory issues, we wanted to evaluate other document database back-ends. In the end, we selected RavenDB for evaluation. The good First, I want to mention the things I liked about using RavenDB: There […]
Read Full Post
Running Lean Startup Experiments Internally
When building a business or software, it is easy to make assumptions about what the market will want or how users will interact with your product. Recently, the concept of the Lean Startup Experiment has emerged to help us explicitly acknowledge these assumptions and construct small experiments to validate our assumptions. Here at SEP, we […]
Read Full Post
Ollert – Reveal the Data Behind Your Trello Boards
Introducing Ollert, a tool to show you what your Trello boards can’t tell you on their own. Trello does a great job of telling you about the here and now of your Trello boards; who’s working on what task and what is the current state of a task. But what if I want to know about the state […]
Read Full Post
Checking into Swift
In the interest of learning Swift, I undertook one of the exercises catalogued on codekata.com—“Data Munging,” involving some simple file parsing. The first thing I learned? Regular expressions in Swift, which are really just Objective-C regular expressions at this stage, are remarkably unintuitive. I come from JavaScript, where regex literals and uncomplicated functionality make using […]
Read Full Post
VLAT Interviews
SEP is in the process of developing a new product called VLAT (Valuable Line Assessment Tool). VLAT is designed to provide reports and metrics about the quality of a unit test suite. (Think code coverage metrics, but more about how valuable the testing assertions are.) I am looking for candidates for a product discovery activity. […]
Read Full Post
What happens to all those startup weekend projects?
We do startup weekend twice a year. The outcome of which is 2-5 things. These things are actually a couple things. They are all software (at least to date, more discussion on that is coming). Some are prototypes, proofs of concept, or MVPs. The other thing that all of them are is SEP assets. Like […]
Read Full Post
Managing Distractions
I’ve recently started to practice the pomodoro technique. Holy F! This super simple practice has uncovered how much time I completely waste in a workday (not to mention my non-work time). I feel like I’m cheating myself and my customer (read employer), so I’m going to do something about it. I’ve never read much of […]
Read Full Post