Viewing 15 posts - 121 through 135 (of 3,517 total)
I've been part of a number of complete rewrites and re-platformings. If you are moving to the cloud then make sure that everyone involved in the project has read at...
March 20, 2024 at 10:54 am
One of the tenets of agile development is that the team should be able to sustain the development pace indefinitely.
The important question for both employee and employer has to be...
March 18, 2024 at 9:31 am
People have different learning styles so finding training that matches your particular style requires some effort.
One of my ex-colleagues used to run lunch and learn sessions. He had a knack...
March 15, 2024 at 6:08 pm
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
Viewing 15 posts - 121 through 135 (of 3,517 total)