I was recently re-introduced to one of my favorite essays, Why We Should Build Software Like We Build Houses, by Leslie Lamport. Leslie is one of several thought leaders within our industry who I really admire, both for his insights into the nature of software design as well as for his contributions in terms of…
Read more…
Users are essential for software, but managing users isn’t a unique value-add we are often providing with our software. Letting someone else manage users for us makes a lot of sense and saves many headaches. Thankfully there are many services that do this really well. One of those services is Azure Active Directory B2C. In…
Read more…
Here are some of the new and interesting articles we found this week. The World Wide Web Turns 30: Our Favorite Memories from A to Z – “Over the past 30 years, major portions of the web have come and gone. They’ve made us laugh and cringe, let us waste time and find friends, and…
Read more…
One of the great things about Lincoln is its growing number of educational opportunities centered around technology and software development. One of them is near and dear to our hearts: Beer && Code. Started by Don’t Panic Labs software engineer Branden Barber (aka Beebs around the office), this monthly get-together meets at various locations around…
Read more…
One of the toughest and most critical steps of the product design lifecycle is the Scope definition stage. It also happens to be where so many people go wrong—roughly 29% of the projects get it right and succeed according to the Standish Group’s Chaos Report. Scoping isn’t something that you can spend a day doing…
Read more…
Here are some of the new and interesting articles we found this week. Stressed at Work? Mentoring a Colleague Could Help – “So if mentoring is to help mentors, organizations need to account for the resources allocated to mentoring and allow flexibility for those mentoring relationships to grow. Those that commit to mentoring might be…
Read more…
iOS push notifications are often a requirement for mobile applications. But this feature isn’t easy to set up. It involves several steps across various applications, online and locally. And if you’re developing for multiple platforms (i.e., iOS and Android), you can be in for even more work. But with Amazon’s Simple Notification Service (SNS), you…
Read more…
Here are some of the new and interesting articles we found this week. Microsoft puts mixed reality, high-speed 3D rendering, and Kinect vision into cloud – “The Azure Kinect Developer Kit (DK) bumps up the specs substantially when compared to the old Xbox accessory; it includes a 12MP RGB camera, 1MP depth camera, and 360-degree…
Read more…
In my previous post, we got our code running locally and connecting to DynamoDB in the cloud. Now we are going to get our code connecting to DynamoDB also running locally. Why would we want to do this? Well, it gives us a great development experience. Each developer can have their own instance of DynamoDB…
Read more…
Here are some of the new and interesting articles we found this week. Nasty code-execution bug in WinRAR threatened millions of users for 14 years – “The vulnerability was the result of an absolute path traversal flaw that resided in UNACEV2.DLL, a third-party code library that hasn’t been updated since 2005. The traversal made it…
Read more…