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…
DynamoDB is a document storage technology hosted in Amazon Web Services (AWS). We have used it for several projects, and it works pretty well for a lightweight document store. Calling DynamoDB from within the AWS ecosystem is pretty easy, but what about calling DynamoDB from the ground, or from your own machine? Why would you…
Read more…
Here are some of the new and interesting articles we found this week. Mozilla to use machine learning to find code bugs before they ship – “Clever-Commit analyzes code changes as developers commit them to the Firefox codebase. It compares them to all the code it has seen before to see if they look similar…
Read more…