Sat.Apr 15, 2017 - Fri.Apr 21, 2017

article thumbnail

The Problem With Heroes In Software Development

Professor Beekums

Imagine your web application goes down in the middle of the night. It’s 2 AM, but your business is global. You have users in every time zone. They’re angry. They’re unable to purchase things on your website or are canceling their subscriptions. Money is being lost every minute your web application is down. Suddenly, one of your developers is on the case!

article thumbnail

Using The Docker Client With A Remote Machine Or Virtual Private Server

The Polyglot Developer

Not too long ago I wrote about containerizing a bunch of web applications and putting them behind an NGINX reverse proxy. This is because I’ve been exploring the possibility of taking all my personal applications and turning them into Docker containers for easy maintenance and portability. I currently use Digital Ocean and if I had to guess, I’m going to be using it for a lot longer as it is a great service.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

SQL Server Mysteries: The Case of the Not 100% RESTORE…

SQL Server According to Bob

I recently visited a customer onsite and presented to them topics on SQL Server 2016. After the talk, I opened up the floor for the audience to ask me questions. One question I got went like this “I’ve tried to restore a database on SQL Server using the WITH STATS option. When I run the RESTORE the progress shows 100% but the restore is not complete and takes longer to actually finished.

Servers 40
article thumbnail

Improved Favorites

Speed Curve

We've improved the "Favorites" dashboard which now lets you build your own charts which: Combine synthetic tests and LUX (real user monitoring) in one chart. Choose average, median, or 95th percentile. Create charts that have multiple metrics. Select multiple values for a filter, eg, browser = Chrome or Firefox, country = UK or US. Compare A/B tests in a single chart.

Metrics 40
article thumbnail

Decode Map Values Into Native Golang Structures

The Polyglot Developer

I personally think that Golang is a great development technology and one of the better that I’ve used. However, there is no such thing as a perfect development technology. That said, there are things to be desired in Golang out of the box. For example, I always find myself wishing that I could use type assertions to decode map values into a defined Go data structure.