Viewing 15 posts - 16 through 30 (of 38 total)
I would prefer to always store time in utc, but that doesn't mean I don't need separate application and server times depending on what I'm doing. Storing the ui timezone...
April 16, 2019 at 3:18 pm
Personally I would be more worried when a new query shows up, as opposed to similar queries being repeated. One solution to this could be banning ad-hoc queries completely and...
March 13, 2019 at 6:21 am
March 5, 2019 at 1:54 am
Just because a dataset is immutable doesn't mean we can't amend it when looked at.
February 26, 2019 at 5:13 am
I don't have an issue with reserving space for updates. Provided the space consumed remains constant(not counting user data) over the lifetime of the product no matter how many mandatory...
January 30, 2019 at 3:00 am
I think it's just as likely that management risks becoming dependant of having an individual with this valuable skillset on the team. Replacing them may not be something they see...
January 21, 2019 at 9:08 am
If we compare it to a medical scribe, a data scribe would be someone doing data entry as a replacement for an automated integration between two or more systems(one of...
November 20, 2018 at 7:35 am
Maybe I'm missing something regarding the backup example. But I would expect the right to be forgotten to include being removed from backups.
October 1, 2018 at 3:08 am
I expect we'll get a tool that puts the semicolons in place to upgrade old sql automatically. The remaining issue then would be any dynamic queries left, which in a...
August 6, 2018 at 4:42 am
I think a key component in making this feasible is to stop designing systems to achieve a result and instead have them model a process accurately. It would mean we'd...
June 14, 2018 at 3:06 am
Personally I've never had comments be of any use when fixing a system, they're either out of date, wrong, a combination of both, or in rare cases they're actually accurate...
June 8, 2018 at 7:43 am
June 4, 2018 at 12:53 pm
I prefer to use views over stored procedures when retrieving data. Number of returned rows, simple filters and sorting belongs outside the data-storage/validation realm in my opinion. That said, I...
March 16, 2018 at 7:26 am
Saying using source control doesn't make you a better developer might be a bit conservative. Since it does enable you to quickly review your edits in a way that would...
March 15, 2018 at 2:10 am
Viewing 15 posts - 16 through 30 (of 38 total)