Database Change Control, Part 3

by 

|

|  

in

In my previous posts, I have covered two forms of database change control. Both of those focused on taking some sort of schema and deploying it. But in this post, I am changing focus to something that stores the deltas and reapplies them. Both DbUp and Code-First Migrations will basically play a continual list of…

Read more…

Don't Panic Labs Reading List

DPL Reading List – February 23, 2018

by 

|

|  

in

Here are some of the articles we’ve been reading around this office this week. Google Thinks The Future Of The Web Is . . . Email – “Usually this sort of insider baseball development standard stuff isn’t worth writing about, but AMP for Email comes at a particularly salient time. The opaque algorithms of Twitter,…

Read more…

Database Change Control, Part 2

by 

|

|  

in

Code-First is a great way to stand up a data access layer quickly and with minimal pain. Code-First really excels because it allows you to easily blow away your schema. But Code-First isn’t a great scheme if you want to do a lot of stored procedures, or if your system contains a lot of views….

Read more…

Don't Panic Labs Reading List

DPL Reading List – February 16, 2018

by 

|

|  

in

Here are some of the articles we’ve been reading around this office this week. Why Every Company Should Consider Creating a “Cyber No-Fly List” – “A cyber no-fly list can use deeper context and intelligence about digital traffic, asking, for example, “Is this traffic from a known malicious actor?” If so, the company should probably…

Read more…

Database Change Control, Part 1

by 

|

|  

in

Source control is a foundational piece of any software development process. If you are not doing source control, you are doing it wrong. You will feel some pain someday, probably some bad pain. Source control is useful for everything, not just your C# code but also your databases. Why should your database code be any…

Read more…

Don't Panic Labs Reading List

DPL Reading List – February 9, 2018

by 

|

|  

in

Here are some of the articles we’ve been reading around this office this week. Super Bowl MVP Nick Foles’s Post-Game Interview Is a Powerful Lesson in Leadership – “[Foles] knew that great teams aren’t only about who’s on your team, but about how the team works together. By showing humility, setting the example, and praising…

Read more…

Choosing a UI Design Tool: Adobe XD

by 

|

|  

in

Ever since leaving my Mac (and my love affair with Sketch) and switching to a Surface Book 2, Adobe XD has been my go-to tool for wireframing and interactive prototyping. XD is currently Adobe’s only user experience design software. It supports light vector design, wireframing, and creating interactive click-through prototypes. I adopted Adobe XD during…

Read more…

Getting Started with Ionic, Part 3

by 

|

|  

in

In my previous post, we did things that really didn’t utilize any device features. In this post, we are going to use two native device features: email and phone. Let’s get started by installing the email plugin. ionic cordova plugin add cordova-plugin-email-composer
npm install –save @ionic-native/email-composer Using this plugin can be a little tricky. We have…

Read more…

Don't Panic Labs Reading List

DPL Reading List – February 2, 2018

by 

|

|  

in

Here are some of the articles we’ve been reading around this office this week. Perfectionism Is Increasing, and That’s Not Good News – “Perfectionism is a misleading trait. It promises meticulousness, hard work, and dedication but, although it can deliver motivation and performance, also delivers mental health difficulties. Our research suggests that perfectionism is increasing….

Read more…

Vogon Poetry Review – Azure Service Fabric

by 

|

|  

in

On January 24th, Doug spoke at our Vogon Poetry Reading about Azure Service Fabric. This technology is something that we are very bullish on as the future of hosting. Why do we like “the Fabric”? The programming model closer mimics how we currently write software. Reliability / scalability is basically baked into the fabric. Azure…

Read more…