Ask HN: What is the first thing you implement at a new company?
11–20 of 293 posts
Re: Ask HN: What is the first thing you implement at a new company?
#12CI/CD Dockerize all the things
I remember one project where we had tons of small Pipenv projects and one pain was that a few were Python 3.5 and a few others were Python 3.6. I guess Dockerizing these would have mitigated the pain but honestly I am a complete Docker n00b and wouldn't know how to go about setting this up in a way that wouldn't cause more pain and another layer of abstraction.
Any tips? Reference material, etc?
Re: Ask HN: What is the first thing you implement at a new company?
#13Re: Ask HN: What is the first thing you implement at a new company?
#14Re: Ask HN: What is the first thing you implement at a new company?
#15For the first month or so I take a very humble listening position, even if I immediately see things I want to fix. More often then not, there is a background and a history to things that could lead to a) my “fix” being unnecessary and/or ill-informed and b) friction with the rest of the team because here comes a whippersnapper upending all our stuff. Process and code fixes are _much_ easier once you have good rapport…
https://abovethelaw.com/2014/01/the-fallacy-of-chestertons-f...
Re: Ask HN: What is the first thing you implement at a new company?
#16Re: Ask HN: What is the first thing you implement at a new company?
#17Fortunately, CI/CD seems to be pretty prevalent these days. But if it's not in place, that's always first.
Re: Ask HN: What is the first thing you implement at a new company?
#18The first thing I do is work to gain enough political leverage so that I can manage my own time.
Re: Ask HN: What is the first thing you implement at a new company?
#192. CI using Drone.io
3. Add trello
4. Everyone gets their own AWS account. It makes it trivial for them to experiment with new ideas from their home or at office without begging anyone for credentials.
You start by empowering your employees.
Now, we consult startups which work differently so you might not have capacity to make these changes.