Ask HN: What are you working on to become a better programmer?
61–70 of 95 posts
Re: Ask HN: What are you working on to become a better programmer?
#62Re: Ask HN: What are you working on to become a better programmer?
#63When I open source anything, it forces me to practice being a better technical writer since I have to document everything. I have to explain why this piece of work should exist.
I’m more concern about the general applicability of it and is my code clean and well presented.
Just knowing that my work is out there for the entire world to judge gives me a level of discipline.
No I don’t do any of this outside of work unless I’m really bored.
Re: Ask HN: What are you working on to become a better programmer?
#64I looked at my home architecture (home lab) and grew from 4TB to 1/4 PB in about two years, with a concentration on self-hosting and digital sustainability. I should reach a petabyte within 5 years. Ultimately I had a poor grasp of what scaling compute effectively looks like, but I feel much more useful when working with cloud resources due to better foundational understanding in that time. It all started with me put…
Re: Ask HN: What are you working on to become a better programmer?
#65I'm the worst programmer when it comes to handling threads and parallel tasks in C++, that's why I'll read "C++ concurrency in action"[1] which has been recommended to me by a competent programmer. Also a friend of mine asked me to write him an application for his business. I'll it as a challenge to learn Qml, SQLite, and CMake/Conan. [1]: https://www.manning.com/books/c-plus-plus-concurrency-in-action-second-edition
Re: Ask HN: What are you working on to become a better programmer?
#66I work on contract Monday through Friday 9-5 as a senior lead developer, and I give them whatever they need. I start checking out around 5 and wrap up for the next day. Then I hang with the family and try to have a chill evening where I can detach my brain from the code I wrote earlier in the day. Once everyone has gone to bed, I like to fire up my personal laptop and work on side projects or whatever until like midn…
Interested in giving me some feedback? Git repo’s in my bio.
Re: Ask HN: What are you working on to become a better programmer?
#67Mainly focused on learning rust while streaming. Streaming forces me attempt to explain what I’m doing which often shows me what I don’t properly understand.
Re: Ask HN: What are you working on to become a better programmer?
#68Re: Ask HN: What are you working on to become a better programmer?
#69Re: Ask HN: What are you working on to become a better programmer?
#70I also try to complete a small personal project every month and write about it.