don't panic labs reading list

DPL Reading List – August 3, 2018

by 

|

|  

in

Here are some of the articles we found this week. The Biggest Obstacles to Innovation in Large Companies – “In a survey fielded earlier this year for Innovation Leader, an online resource for corporate innovation teams of which I am editor, we asked about the most common obstacles to innovation in large companies. (To be…

Read more…

Creating a Barcode Scanner App with Ionic

by 

|

|  

in

Scanning a barcode or a QR code is a pretty common business request. Luckily, almost all users walk around with devices capable of scanning barcodes: their phones. In this blog post, we are going to step through creating a mobile scanner application using Ionic, Xcode, and an iPhone. Create a blank app called “IonicCamera”: ionic…

Read more…

Don't Panic Labs Reading List

DPL Reading List – July 27, 2018

by 

|

|  

in

Here are some of the articles we found this week. Two Questions to Ask Before You Set Up an Innovation Unit – “In our work at the European Center for Strategic Innovation (ECSI), we have extensively researched the role of successful Innovation Units. Drawing on our findings, we have developed a framework that breaks the…

Read more…

How NOT to Choose a JS Framework

by 

|

|  

in

There are a ton of articles out there on how to choose a JavaScript framework. This article is not one of them. Instead, I’ve written this article to provide some guidance that should help you NOT choose a particular JS framework. Often, the correct choice is no JS framework at all. If you are just…

Read more…

Don't Panic Labs Reading List

DPL Reading List – July 20, 2018

by 

|

|  

in

Here are some of the articles we found this week. To See the Future of Competition, Look at Netflix – “It’s always dangerous to try to learn too much from the performance of a single organization — even the most successful companies are bound to experience setbacks and disappointments. (It wasn’t all that long ago,…

Read more…

Good Fake Data

by 

|

|  

in

When it comes to testing your code, good data is hard to come by. For new greenfield solutions, there often is no data. And using production data is a bad idea for a variety of reasons. But that doesn’t reduce the importance of good test data. We need good test data, and good (read: realistic)…

Read more…

Don't Panic Labs Reading List

DPL Reading List – July 13, 2018

by 

|

|  

in

Here are some of the articles we found this week. New Spectre-like attack uses speculative execution to overflow buffers – “The researchers also propose a family of hardware changes that should offer broader protection against this kind of attack. These protections may be possible to implement in a microcode update, offering a way to protect…

Read more…

The Art of Data Contract Design

by 

|

|  

in

At Don’t Panic Labs, we care a lot about building software that can survive the test of time. We don’t care to build software that has to be thrown away after a couple of years. That focus on building sustainable software allows us to help deliver on “enabling sustainable business agility.” The basic principle from…

Read more…

A Ride into the Future

by 

|

|  

in

Yesterday, I took a ride into the future. No, I wasn’t on board a time machine. I participated in a public demonstration of a self-driving shuttle in the parking lot at Nebraska Innovation Campus. The electric-powered shuttle, built by French company Navya, holds up to 15 passengers (although I only counted 11 seats) and looks…

Read more…

Selenium Automated Browser Testing

Vogon Poetry Follow-up: Selenium Testing

by 

|

|  

in

Thanks to everyone for coming to our Vogon Poetry Reading on Selenium testing on June 27th. As a follow up to that fast-paced introduction, here are a few helpful links to get you started creating your Selenium tests. SeleniumHQ – This is the home of all things Selenium. Sauce Labs: Getting Started with WebDriver in…

Read more…