Microsoft Teams + Stream = a winning combination

Microsoft is throwing a lot of resources at improving Teams.  We certainly have been using Teams increasingly over the last several months.  There are some things I really like about it, and some things I like less (eh-hem multi-tenant).  One thing I have found recently, is using the record feature for meetings.  I do recognize … Continued

Containerizing Development Environments

In a given calendar year, our staff can be working in a LOT of different development environments. While Axian as a whole tends to focus on Node.js, Java and .NET runtimes/toolchains, we are also often found working with systems that comprise everything from Python, to Golang, Ruby and beyond! Needless to say this can create … Continued

Axian Connections: Gaming like it’s 2005

Axian kicked off its inaugural Xbox 360 LAN party this November. We sustainably sourced (ahem…bought used from Craigslist/Ebay) 16 lightly enjoyed Xbox 360s, controllers and a LOT of games. In my experience, very little brings a team together like a Halo 3 Capture the Flag game and this event was no different. A big thanks … Continued

Axian Volunteering in the Community

Let’s talk about teaching app development to 8-12 year-old girls. It’s difficult to keep any 8-12 year olds focused in general, so how do you do it with a lot of patience and fun? Last week, I volunteered at a STEM student technology camp at Pacific University to do this very thing. I was there … Continued

Docker Cheat Sheet

My last post took you though setting up boot2docker on your system and provided a quick cheat sheet on how to configure and interact with it. In this post I will be laying out a running list of the commands I use with docker to get the most out of my containers. What is Docker? (From docker.com) Docker allows … Continued

Entity Framework 6: Taming the Open Connection Conundrum

Here’s an Entity Framework scenario for you: You’re using Entity Framework 6. Check. You’re using a custom database initializer to init your DEV and TEST databases. Specifically the DropCreateDatabaseAlways initializer. Yup, that’s me. Your project contains 1 or more Unit Test projects that utilize the above. Do you have a unit test project? Say yes. … Continued