Live data from Hacker News

Ask HN: As a developer what are your aha moments?

news.ycombinator.com

1–10 of 189 posts

Ask HN: As a developer what are your aha moments?

#1
To me the aha moments where as follows:

1. When I was introduced to QBasic

2. When I got to know how simple and amazing Lisp is

3. When I was able to code at the speed of my thoughts with VIM

4. When I got to know Express.js (after learning Django)

5. When I knew that everything in Smalltalk is a message including if else statements

Re: Ask HN: As a developer what are your aha moments?

#7
1. When I understood everything that happened in a custom chart with d3 I created, including d3 patterns, animation, svg, everything else just paled in comparison.

2. When I gave into Power BI finally and fixed a report someone else created, it felt so good. I don't think there is anything that compares to it and I only scratched the surface.

Re: Ask HN: As a developer what are your aha moments?

#9
post #7

1. When I understood everything that happened in a custom chart with d3 I created, including d3 patterns, animation, svg, everything else just paled in comparison. 2. When I gave into Power BI finally and fixed a report someone else created, it felt so good. I don't think there is anything that compares to it and I only scratched the surface.

this is on my bucket list! I have managed to get by using either simpler libraries such as chart.js or adapting the data of an already-made chart so far.

What would be a good resource that helped you get to that aha moment ?

Re: Ask HN: As a developer what are your aha moments?

#10
1. When I realized programming was hard

That’s it. For a long time I thought I was good at programming and I kept making the same mistakes over and over. All nighters, leet coding, runtime hacks, etc...

And then one day it struck me. It’s hard and my mind can’t keep up with yesterday’s cowboy coding.

Slowly I started putting defense mechanisms everywhere - good type systems, immutability, compile type instead of runtime, never overwork and sleep the best I can.

Life is much better now and I'll never go back to thinking I'm good at programming.

Post reply on HN