Viewing profile — ericdouglas
ericdouglas
HN member- Joined
- Sat, May 17, 2014, 2:21 PM UTC
- HN karma
- 102
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About ericdouglas
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
story
What's the difference btw software architect,engineer,developer and where u fit?
# Uncomfortable question 002 What is the difference between a software architect, software engineer, software developer, and where you fit in? Disclaimer: it can REALLY be uncomfor…
- story
- story
- story
- story
- story
-
comment
Comment #15110371
Totally!
-
comment
Comment #15110367
Just changed the blog theme - it now works perfectly with JS disabled - serious, huge thanks for telling me this, I wasn't aware of that issue.
-
comment
Comment #15105238
Crazy stuff! :D I'm wondering how our future-self would feel about such cleverness haha
-
comment
Comment #15105131
I really liked this: "#{String.to_integer(hours) + 12}" Used it now refactoring the code, many thanks for your suggestion!
-
comment
Comment #15097552
Yeah, that's the point: "i bet I could find a function in the standard library that could help me solve this problem"
-
comment
Comment #15097519
Awesome! Many thanks for the tip. I'll refactor the code :)
-
comment
Comment #15097509
In HR you can see other solutions as well
-
comment
Comment #15097506
Yes, great option. One thing I like to have to write tests is actually practicing writing tests :)
-
comment
Comment #15097501
Thanks for your comment. I'll fix this.
-
comment
Comment #15097480
Many thanks for your comment. You are totally right. This is a theme from the Hexo platform I use. I'll probably create a theme to address this and other issues.
-
comment
Comment #15097465
> "if you don't have the first part of dedicated learning and wide exposure (without a motivating problem per se) you inevitably end up doing the lazily evaluated "stack overflow d…
-
comment
Comment #15097420
Very interesting. The big point should be: do some practical stuff to keep you motivated while you are learning!
-
comment
Comment #15097401
I actually started the same way. In the article I focused more on step 4, but in step 2: "Familiarize with the syntax and semantic of the language" I watched a video course and bui…
-
comment
Comment #15095318
The approach is actually learn enough about the language (through docs or a book) and practice such knowledge solving code challenges and writing your on tests first to get exposed…
-
comment
Comment #15095294
I agree with you. But I believe that solving this kind of challenges forces one in a good way to know more about what the language has to offer, while keeping motivated to learn it…