Data-driven Prototypes
Phil Factor on a tale of how dodgy mock data derailed an otherwise-convincing prototype.
2018-01-15
191 reads
Phil Factor on a tale of how dodgy mock data derailed an otherwise-convincing prototype.
2018-01-15
191 reads
2022-05-16 (first published: 2018-01-15)
260 reads
When you need to debug or troubleshoot, Steve Jones wants you to disable, not drop, objects.
2018-01-12
58 reads
Do you know how to answer normalization questions in an interview? Steve Jones gives you a few ideas and recommends you brush up on your knowledge.
2022-05-20 (first published: 2018-01-11)
639 reads
2018-01-10
237 reads
An analysis of salaries uses statistics to determine significance of the data. Is this data science?
2018-01-09
76 reads
The staff that build your systems are more important than your choice of technology.
2022-05-23 (first published: 2018-01-08)
236 reads
With bugs in our CPUs, everyone needs to plan on patching or upgrading.
2018-01-05
93 reads
Some companies don't want to use tools, but that doesn't make sense to Steve Jones.
2018-01-04
96 reads
2018-01-03
68 reads
Welcome back, my fellow sleuths, to my mystery-inspired blog series! I’m having a ton...
By Steve Jones
This was one of the original values: The facing page has this text: No...
By Chris Yates
For decades, enterprises have thought about data like plumbers think about water: you build...
Comments posted to this topic are about the item Create an HTML Report on...
Hi everyone I have a 1000 plus line query and I am getting an...
Comments posted to this topic are about the item Building a RESTful API with...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers