Don't Panic Labs Reading List

DPL Reading List – May 31, 2019

by 

|

|  

in

Each Friday, we share a curated list of articles we found during the past week. Here’s the list of the new and interesting ones we found this week. If there’s an article we’d didn’t include and you think we should read, let us know in the comments below. Bill Gates says to read these 5…

Read more…

Helping Grow The Development Tree

by 

|

|  

in

As I move on from Don’t Panic Labs, I thought it would be a great time to reflect on the last 6 ½ years. I realized that I haven’t really done any retrospections or reflecting as I have always been looking toward the future, and I think I may have missed out on a few…

Read more…

Vue.js: An Introduction

by 

|

|  

in

I have written a few blog posts on Angular in the past, mostly because it’s a framework I leverage quite often and am usually very pleased with how it works. But Vue.js is another framework that I’ve been playing around with lately, so I wanted to quickly write down some of my initial thoughts on…

Read more…

don't panic labs reading list

DPL Reading List – May 24, 2019

by 

|

|  

in

Each Friday, we share a curated list of articles we found during the past week. Here’s the list of the new and interesting ones we found this week. If there’s an article we’d didn’t include and you think we should read, let us know in the comments below. Protecting your computer against Intel’s latest security…

Read more…

Client-Side Logging: Getting Started

by 

|

|  

in

As software developers, we have become pretty good at logging server-side errors. When something blows up on the server, it gets logged to a file, database, or somewhere we can look at later. But what about errors that happen on the client side? What about an event occurring at the browser that we want to…

Read more…

Don't Panic Labs Reading List

DPL Reading List – May 17, 2019

by 

|

|  

in

Here are some of the new and interesting articles we found this week. New speculative execution bug leaks data from Intel chips’ internal buffers – This use of stale data from the buffers seems to affect neither AMD’s chips nor ARM’s designs.   Toward scalable decentralized identifier systems – Microsoft’s announcement of a decentralized identity…

Read more…

Blazor in Official Preview and Other Fun Things to Come from Microsoft Build 2019

by 

|

|  

in

Microsoft recently put Blazor into official preview. If you’ve never heard of Blazor, it started as a proof-of-concept project by Steve Sanderson with the goal to build a client web UI framework based on .NET and WebAssembly. With Blazor, we get the ability to run C# in the browser instead of JavaScript. Hence C# all…

Read more…

Don't Panic Labs Reading List

DPL Reading List – May 10, 2019

by 

|

|  

in

Here are some of the new and interesting articles we found this week. Windows Solitaire inducted into the World Video Game Hall of Fame – “Solitaire was first bundled with Windows 3.0. Much like the other notable bundled game, Minesweeper, Solitaire was there to serve as a secret tutorial: in a time when the mouse…

Read more…

Towel Day 2019

Don’t Panic Labs Announces Two-Week Towel Drive for People’s City Mission

by 

|

|  

in

Local software design and engineering company Don’t Panic Labs is excited to announce the expansion of its annual towel drive for People’s City Mission from a single day event to a two-week collection effort. Towels are always in short supply at the Mission, and the donations serve a vital need. From May 13th to May…

Read more…

Azure API Management

by 

|

|  

in

For much of the work we do, we end up with APIs in the cloud. In the .NET world, this often means hosting a WebAPI in the cloud. With WebAPIs, we usually have endpoints that are accessible to anyone who can connect to the API. These APIs can have other requirements such as authentication, scalability,…

Read more…