Viewing 15 posts - 436 through 450 (of 3,677 total)
Just reread this article. I'd advise people to watch out for "boil the frog" behaviour.
Senior people come and senior people go and with them the culture of an organisation shifts....
May 11, 2022 at 7:03 am
If I have one regret in my career it is in not taking enough risks. While I have seen a few highly talented people soar in their careers. I have...
May 8, 2022 at 7:35 pm
We use Docker containers heavily and scan them using Dockle and Trivy as part of our CI/CD pipeline.
It came as a shock to find many marketplace Docker images riddled with...
May 4, 2022 at 6:27 am
The pre-commit hooks can be any language. Quite a few of them can be just YAML in the . pre-commit-config.yaml file.
https://github.com/pre-commit/pre-commit-hooks.
In the 1st example shown in the link above you...
April 28, 2022 at 8:16 pm
I've found HR policies cause problems that people work around and in doing so get the organisational equivalent of tech debt.
The bureaucracy involved in promoting a junior to senior is...
April 28, 2022 at 11:03 am
Rod, take a look at a package called pre-commit. The idea is that when you attempt to commit code to git it will run a whole bunch of checks.
Each type...
April 28, 2022 at 10:49 am
I worked on a project where we experimented with MySQL to see if it could do what we were already doing with SQL Server. We engaged with MySQL Ag to...
April 11, 2022 at 4:50 pm
I see hybrid events as the another example of the genius of AND Vs the tyranny of OR.
That said, while there are commonalities between remote and in person events, I...
April 2, 2022 at 9:28 am
I really like Vertica's export to Parquet feature and also the incredible speed at which it can import Parquet files directly from an AWS S3 bucket.
It's also no slouch at...
March 31, 2022 at 7:57 pm
I think people want an automagical database that requires minimal investment in learning to be effective in its use.
I found that people were trying to use MongoDB the way that...
March 22, 2022 at 9:12 am
I would like there to be some form of professional qualification needed and kept current to be a chief data officer.
A CDO needs to be more than a stuffed shirt...
March 18, 2022 at 10:28 pm
If production data is something like sensor data with no personal or personally identifiable (PII) data then replicas of that data are useful for a number of purposes. But sensors...
March 3, 2022 at 8:26 am
I've seen a repeating pattern throughout my career that is effectively a hype cycle.
...
February 16, 2022 at 10:37 am
BigQuery has a data type called STRING with no size specification.
In Snowflake all text columns are VARCHAR under the hood, including CHAR.
For pure column stores the method of encoding probably...
February 11, 2022 at 8:01 am
I think the important thing is to reflect on the lessons learned and ask what we would do better with the benefit of hindsight.
February 7, 2022 at 5:55 pm
Viewing 15 posts - 436 through 450 (of 3,677 total)