Advertisement · 728 × 90

Posts by Daniel Antos

Preview
From Cockpits to Code: How Culture Influences Professional Communication How does culture affect our communication? How can we be more attuned to how others communicate?

Reading "Outliers" by Malcolm Gladwell got me thinking about the role of culture in teams. Inspired, I reflected on my own experiences:
danielantos.com/articles/fro...

#SoftwareDevelopment #Leadership #Programming

8 months ago 1 0 0 0
Preview
Don't Put Your Phone on the Work Desk My phone is the most distracting piece of equipment I have. In the pursuit of focus time at work, I started hiding and silencing it. This experiment has dramatically improved my productivity: I’m less...

What's your relationship with your phone?

#productivity #programming

1 year ago 0 0 0 0

Thanks!

CI gets simpler overall - most of the setup boilerplate disappears from jobs (and Dockerfiles). However, to combat possible developer errors, you need one special job to check committed generated code and dependencies (like you said).

1 year ago 1 0 0 0
Preview
Maybe You Should Commit Everything You Need to Run Your Code I’ve been committing generated code and vendor folders for over a year. I am delighted with the overall simplification of continuous integration, building, and deploying flows. They all complete faste...

I've been committing generated code and vendor folders for over a year. It's now my default for new projects. Do you have any good or bad experiences with that?

#golang #softwaredevelopment #programming

1 year ago 1 0 1 0