Ask HN: What programming tutorial/course/article/blog would you like to see?
11–20 of 93 posts
Re: Ask HN: What programming tutorial/course/article/blog would you like to see?
#12Re: Ask HN: What programming tutorial/course/article/blog would you like to see?
#13I like to read articles by people who feel they have something that's important to say. If you don't know what you should to write about, then anything you write is probably going to be pretty uninspiring. Good writing comes from a place of passion and urgency, a real drive to inform people about something that the author thinks is worth reading. This might be an answer you don't like very much, but seriously, all th…
Re: Ask HN: What programming tutorial/course/article/blog would you like to see?
#14Re: Ask HN: What programming tutorial/course/article/blog would you like to see?
#15-How to do modern frontend dev without installing almost a Gb of transient onliner JS deps.
-Modern Frontend development for Backend devs.
-Mobile apps development without installing huge frameworks and heavy tooling.
Re: Ask HN: What programming tutorial/course/article/blog would you like to see?
#16I like to read articles by people who feel they have something that's important to say. If you don't know what you should to write about, then anything you write is probably going to be pretty uninspiring. Good writing comes from a place of passion and urgency, a real drive to inform people about something that the author thinks is worth reading. This might be an answer you don't like very much, but seriously, all th…
I’m an individual contractor. I design and implement cloud architectures that replace entire teams of developers and charge way above the average. Yet the things I do seem so obvious to me that I can’t help but wonder why they didn’t see that obvious solution I’ve implemented. This idea continuously make me doubt if my experience is valuable enough for other engineers.
Practically everyone who has a decent amount of experience delivering something feels that way. Usually it's a combination of the original team not having as much experience, or that the situation at the time didn't allow it (lack of resources, incompatible acceptance criteria that no longer apply, etc), or that you've missed something important that actually means the solution you're going for is the wrong approach. Understanding which it is is hard.
Re: Ask HN: What programming tutorial/course/article/blog would you like to see?
#17Earlier quoted context omitted.
I’m an individual contractor. I design and implement cloud architectures that replace entire teams of developers and charge way above the average. Yet the things I do seem so obvious to me that I can’t help but wonder why they didn’t see that obvious solution I’ve implemented. This idea continuously make me doubt if my experience is valuable enough for other engineers.
Yet the things I do seem so obvious to me that I can’t help but wonder why they didn’t see that obvious solution I’ve implemented. Practically everyone who has a decent amount of experience delivering something feels that way. Usually it's a combination of the original team not having as much experience, or that the situation at the time didn't allow it (lack of resources, incompatible acceptance criteria that no lon…
Re: Ask HN: What programming tutorial/course/article/blog would you like to see?
#18This would help countless people new to development. Lots of systems (I'm looking at you, Java) throw up vast splats of tracebacks. Others chunder out great chunks of poorly digested code. Sometimes daunting even for experienced people.
An article with basic advice about looking for the one or two useful lines in error messages would be great.
Re: Ask HN: What programming tutorial/course/article/blog would you like to see?
#19Things like: -How to do modern frontend dev without installing almost a Gb of transient onliner JS deps. -Modern Frontend development for Backend devs. -Mobile apps development without installing huge frameworks and heavy tooling.