Ask HN: What Skills to Acquire in 2020?
31–40 of 876 posts
Re: Ask HN: What Skills to Acquire in 2020?
#32Kubernetes.. almost all the companies are on it or looking at it in one way or another.
I would go with bash, sed, awk.
Re: Ask HN: What Skills to Acquire in 2020?
#33Re: Ask HN: What Skills to Acquire in 2020?
#34Re: Ask HN: What Skills to Acquire in 2020?
#35Plus databases like Postgres have key/value and JSON data types. Once you are sure that is what you need it’s still there.
Rob Pikes 5th rule of programming: Data dominates.
Re: Ask HN: What Skills to Acquire in 2020?
#36Re: Ask HN: What Skills to Acquire in 2020?
#37Kubernetes.. almost all the companies are on it or looking at it in one way or another.
I like Docker, I like microservices, but I feel like I'm just not excited about Kubernetes itself. There seems to be a "bullshit complexity" that people add to it that I really don't think is going to stick. But, I really do like the "GitOps" experience. A merge to a master branch is a deploy. Should I just get over this perception and learn Kubernetes, or could I find joy and professional usefulness out of another t…
Kubernetes is the right tool for some type of issues. If you want to host low complexity infrastructure like a simple website but still want to use containers go with nomad / docker swarm.
Re: Ask HN: What Skills to Acquire in 2020?
#38Emotional intelligence. Specifically: self awareness, self management, social awareness, and relationship management.
Re: Ask HN: What Skills to Acquire in 2020?
#39Starting conversations with strangers. Squat and deadlift. Eating healthier. Doing something kind for someone else every day. Honesty. Listening to people you disagree with. Driving safer (this is the most dangerous thing we do on a regular basis). Meditation.
deadlift's are quite dangerous for the untrained. Start with "Fix Rounded Shoulders" and "Fix Anterior Pelvic Tilt" if you have not already done so. Plenty of great advice on YouTube on those topics.
Re: Ask HN: What Skills to Acquire in 2020?
#40Here is my personal list as an embedded developer: Embedded Linux: seems to be a growing field in embedded engineering as single board Linux computers are getting smaller and cheeper Amazon IoT core: there are a lot of capabilities to understand! Luckily Amazon does seem to have some training available. Advanced C debugging and building: with embedded c it is pretty easy to let the IDE hold your hand when building an…