Blog Insights
Vim in Ten Keys
Vim in Ten Keys If you're reading this, you're curious about Vim. Maybe you're a curious person. Maybe there's some really annoying person on your team who will just not shut up about it, and you're trying to placate them. Maybe you opened it by accident, can't get out, and have...GraphQL: From Zero to Schema
GraphQL: From Zero to Schema What is GraphQL? Why would I want to use it? At its core, GraphQL is a query language for an API, just as SQL is a query language for databases. What this means is that GraphQL is a specification that allows our clients to query for exactly...Pro Tips for Onboarding a New Teammate
Pro Tips for Onboarding a New Teammate Intro Last month’s blog post, Pro Tips for Joining a New Team, was from the perspective of the reader joining a team. But what if you’re a member of a team that is onboarding a new teammate? Look no further, we’ve got you...Case Study: Mobile Development to Improve Global Farming
DEFINING THE PROBLEM For farmers, planting seed can be a complex process entailing planning and forecasting. Many agriculture companies across the U.S. invest in technology with hopes of improving both the process and overall annual yield. Initiatives like this start with a comprehensive look at current processes and operations to identify...The Community Taught Developer
The Community Taught Developer I do not have a formal education in Computer Science, nor did I attend a Coding Boot Camp. In fact, I took my first job as an application developer with the understanding that I had ZERO experience and we would be doing the “sink or swim” method...Pro Tips for joining a new team
You’ll likely join a new team at some point in your career. For some, this can be an exciting opportunity. For others, joining a new team can bring nervousness and stress. During a lean-coffee style meeting at Source Allies, the small breakout group I joined wanted to get ideas and...What makes a Great Teammate?*
Seriously, I’m asking. I’m not writing this because I have the answer. I’m asking because I know there are qualities I appreciate in a teammate, but I’m only one person and my experience is different than yours. So, please, understand the asterisk applied to the title of this article. My...Flip the Script: Hackathon 2020
This year Source Allies hosted our third annual internal hackathon. Our goals for this year’s Hackathon were to involve more teammates both in the planning and participation of Hackathon, adapt gracefully to unknown changes along the way due to Covid-19, continue to have projects be successful by the end of...State Management Anti Patterns
Angular State Management Anti-Patterns When looking at an Angular application, there are several powerful state management techniques available. There are built-in component bindings like the input and output bindings, services using RxJs and observables, and state management libraries like NgRx, Akita, MobX and NgXs. Well managed state can improve application performance...