Sharing Our Passion for Technology
& continuous learning
& continuous learning
-
Case Study: Delivering Mobile Solutions at Your Fingertips
DEFINING THE PROBLEM Our global industrial automation manufacturer needed a platform that allowed sales representatives and third-party technicians to view customer product details from their mobile devices. Sales reps/technicians were used to having to travel back to their office in order to access availability, pricing, and item history. As you... -
Dockerize Your Dev Environment: Part 2
The previous post highlighted the struggle in having to maintain a development environment in our cross-platform, multi-language, cloud-native, microservices-oriented world. The operations side of many organizations have leaned on Docker to provide some sanity. Let’s look at how we can use containers on the dev side as well. The VS... -
Dockerize Your Dev Environment: Part 1
The subject of this blog post is about Docker. Except, it’s not really about Docker. It’s about changing our mentality around our development environments. Specifically, about the way we haven’t yet broken free of our old patterns in setting up our development machine. To borrow the adage, this post is... -
Hackathon in Review: 2019
As we gear up to plan this year’s Hackathon, I can’t help but reflect on all the success the 2019 event saw. We were able to add five additional participant spots and featured another project! Hackathon provides a few different outlets for teammates. We are able to not only work... -
Dates and Deadlines in Agile: A Delivery Lead's Perspective
In the world of agile sometimes dates matter, hold on let me finish. The day something goes to production should not be considered firm until closer to delivery. Stakeholders consider a date the date, but in reality, they are really hard to set. They are based on estimates, based on... -
Glue ETL Development with Dev Endpoint Notebooks
In this post I will go through a simple tutorial for using Dev Endpoints and notebooks for Glue ETL development. This tutorial will be intentionally basic, so that you can get an understanding of how dev endpoint notebooks can be useful for your ETL development without getting bogged down in... -
At Home with SAI Core Values
For 20 years, face-to-face collaboration and side-by-side pair programming have helped Source Allies teammates build a strong web of working relationships. These relationships grow between teammates, partners, Source Allies as a whole and the local developer community. Two months ago, due to the COVID-19 pandemic, Source Allies teammates had to... -
A Test-driven Intro to Java Reactor
A year ago I joined a team which made heavy use of the Java Reactor library for their pub-sub system. Reactor is a library for high-performance, parallel programming using a functional API. The code tends to look like this: Flux.from(p) .ofType(SubscribeToShardEvent.class) .flatMapIterable(SubscribeToShardEvent::records) .limitRate(1000) .buffer(25) .subscribe(e -> System.out.println("Record batch = "... -
dsmHack and Source Allies Core Values
Recently, some of us at Source Allies had the opportunity to participate in the 8th annual dsmHack charity hackathon. We were struck by how much participating in the hack aligned with our core values. At Source Allies, we use our core values as guideposts while interacting with our partners and... -
Our Approach to Data: Bridging the Gap Between Development and Analytics
Data analytics unlocks the power of data to inform business decisions and streamline processes. Our forward-thinking approach combines development teams with analytics experts at the beginning of the software development lifecycle to make data analyzable from the start. This post is an excerpt from our latest Executive Overview: Analytics Synergy...