Viewing 15 posts - 436 through 450 (of 3,615 total)
Loosely speaking a VM behaves and has the same demands as a physical machine. It needs an OS and all the baggage that goes with it.
A container is ringfenced for...
May 8, 2021 at 1:35 pm
Would I have listened to my older self when I was young? It takes a certain maturity to listen.
I'd agree with Chris. Tech comes and goes but people skills never...
May 7, 2021 at 4:59 pm
Where possible use the techniques from Bob Martin's clean code so code comments can be kept to a minimum
It's unfortunate that people interpret his book/witings as that. ...
May 2, 2021 at 8:20 pm
I worked for a documentation company that used Content Management Systems to build web sites.
The vendor documentation was so poor we ended up overusing the component that allowed us to...
May 2, 2021 at 5:56 pm
Sadly Jeff I share your experience
Strangely enough my team have had an internal debate as to where to put documentation. After discussion we came to a few conclusions
May 1, 2021 at 9:30 pm
My company recognised that different people have different needs. There is not a one size fits all anymore.
Many of my colleagues are at a life stage where working from home...
April 23, 2021 at 10:02 pm
Our security folk have a mantra, triple A, P.
April 21, 2021 at 7:02 am
It's not so much tracking down and fixing a bug that does it for me as removing an annoyance and/or distraction.
Simply being able to decide for myself to fix a...
April 15, 2021 at 7:45 am
For a cloud vendor contributing back to the root project totally makes sense otherwise you'd have to reapply your fix every time there was an OS update. Also if you...
April 14, 2021 at 12:25 pm
The whole point of DevOps is that it isn't a project, it isn't a team, it is a way of working and a culture.
Culture changes are the hardest to implement. ...
April 13, 2021 at 7:55 am
Startups are reluctant to pay for hosting that much data as they will have only after 2 or more years. May be. If it all goes right. Therefore -...
March 24, 2021 at 6:35 pm
Speaking with friends who are ex-colleagues and also reading a fair number of IT/Business books I think there is a lot more commonality than would sit easily with senior egos.
I...
March 17, 2021 at 9:07 am
I wouldn't say imposter exactly. I think a certain level of anxiety is present. Having worked hard to acquire expertise in one area I want to perform at that level...
March 12, 2021 at 7:50 am
We build a container of our data warehouse containing a subset of data which all developers can use for data engineering work.
It means that they can work on their local...
March 10, 2021 at 12:15 pm
Depending on where your Python app resides you can get away with not using the access key/secret key. If you have an EC2 instance then you can use client.assume_role to...
March 9, 2021 at 8:45 am
Viewing 15 posts - 436 through 450 (of 3,615 total)