Viewing 15 posts - 211 through 225 (of 3,605 total)
I have kept an eye on https://db-engines.com/en/ranking
There are a few things to note
March 13, 2024 at 1:30 pm
I think it is important that juniors see seniors own up to mistakes, especially the embarrassing ones. Lead by example.
March 12, 2024 at 9:02 am
The important thing is defining what the limits of what the BOT is allowed to do.
March 6, 2024 at 12:53 pm
Recruitment is a challenging occupation. I've had candidates that were good on paper, interviewed well, passed recruitment tests but when they got the job their doppelganger turned up for work.
I've...
March 4, 2024 at 6:56 pm
This is analogous to the increasing use of ML in the insurance industry to spot fraud. The chances are there are a large suite of existing rules that have accumulated...
March 1, 2024 at 9:14 am
I do have a question though. In the jobs
section, the "Check Pull Request Labels" has a runs-on: ubuntu-latest
and then immediately afterwards in "Enable Auto Merge on PR"...
February 29, 2024 at 6:05 pm
If you put this in a GitHub repository .github\workflows\check_labels.yml
file then you can make running this a mandatory check in the "branch protection" option in your repo settings.
February 29, 2024 at 9:47 am
LGTM = Looks Good To Me?
My team has spent time working out if anything we do in a code review could be automated. Linting and formatting to an agreed, enforced...
February 28, 2024 at 9:02 am
Many of our CICD pipelines build our apps into Docker containers and runs a vulnerability scan on the resulting image. This is a pre-requisite before making the image available for...
February 27, 2024 at 8:33 am
Back in 2014 one of the talks at QCon was a talk from someone at NASA. They said they had two problems that kept them up at night.
One was how...
February 26, 2024 at 8:30 am
On a car dashboard a rev counter is a dial with a red zone. You don't need to be able to read any figures, just know where the needle points...
February 22, 2024 at 1:18 pm
There are official GitHub certifications too. https://github.blog/2024-01-08-github-certifications-are-generally-available/
If you work for a consultancy you may find you are expected to hold and keep a number of certifications.
February 16, 2024 at 3:03 pm
You might find the following links useful.
I've been using git for a long time and have only ever needed to use a handful of commands. Beyond the...
February 15, 2024 at 1:42 pm
I find that there is the feeling of having to start from scratch when joining a new team. It's uncomfortable but a spur to up your game until you bed...
February 12, 2024 at 9:17 am
Note to self: remember to rent a Lambo one day.
Don't. Had a driving day for my 40th birthday.
February 9, 2024 at 4:39 pm
Viewing 15 posts - 211 through 225 (of 3,605 total)