Viewing profile — hazza1
hazza1
HN member- Joined
- Sat, Feb 09, 2013, 1:36 PM UTC
- HN karma
- 153
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About hazza1
No profile information was provided.
Recent public activity
-
comment
Comment #28837070
Looking forward to trying this now, Java is too engrained in the enterprise backend for me to use at work.
-
comment
Comment #28819654
He's about the launch his TypeScript training course...
-
comment
Comment #23548432
The rules state they don't apply on initial submission?
-
comment
Comment #22281122
Potty training at 6 months sounds like the masochists approach. Why would you train before they can physically get on a potty? Yes, they pee all the time at 4 months, do they reall…
-
comment
Comment #21178035
especially as the author works from home so I assume could choose to live anywhere?
-
comment
Comment #21089011
Agreed, I just turned down an online coding interview as it required 3 hours dedicated time, especially for those of us with families 3 hours at home is precious and not usual unin…
-
comment
Comment #20770750
you don't really want the overhead of checking types on every call, you know where your applications entry points are - if you need checks add them.
-
comment
Comment #20414616
Pretending you're based in Switzerland or some other tax haven to avoid local sales tax gives you a massive advantage over national companies.
-
comment
Comment #20045375
You don't need to choose the library but there's still the same amount of documentation to wade through, the amount of learning is the same. although, code separation is native in …
-
comment
Comment #20045293
Only if you know typescript and rxjs already is Angular easier to get up and running, react especially with create-react-app is trivial to get going.
-
comment
Comment #19823150
Especially as they'll make the code public if you don't pay, so even if you don't have it locally there seems a free way to get it back?
-
comment
Comment #19456457
I think it was the fact that v3 to 4 was "basically a new project" with a new paradigm that earnt the reputation for breaking changes but then React Router is such a marketable nam…
-
comment
Comment #19359294
Custom hooks encapsulate logic so you can no longer use it in all of your app
-
comment
Comment #19357137
Hooks solve some problems nicely, the main killer for me is that they don't work with classes, so you end up with 2 wildly different paradigms in your codebase. Feels like hooks sh…
- story
-
comment
Comment #19006149
https://www.quora.com/Has-TJ-Holowaychuk-been-as-prolific-in... "my new goal is to live a better life. In the end open-source doesn’t pay the bills so it’s best to focus on other t…
-
comment
Comment #18949364
> where I can either get paid to take it or there’s a clear market for the skill Maybe not Elm then
-
comment
Comment #18572299
Taking a Ibuprofen slow release capsule before bed might be easier - it lasts for 12 hour
-
comment
Comment #18217727
When in India I was buying a drink and asked the shopkeeper if he could throw away my old can, he literally threw it out the window.
-
comment
Comment #17845144
> According to the homepage you should install now and it's already used in production by major companies! > > they need to encourage users to build things Is obvious from feedback…
-
comment
Comment #17844693
It's an alpha pre v1 language, it's going to break things to get better. However they also need to encourage users to build things so they can observe patterns and improve the lang…
-
comment
Comment #17827046
I started this course but really struggled with their strong accents (although subtitles are available) Guess I know how the rest of the world feels now watching American tutorials…
-
comment
Comment #17812891
True, probably a lot of bias in my environment but I interview a lot of people for frontend roles - a couple of years ago Elm was the next exciting language to learn, it's now more…
-
comment
Comment #17812554
I've found the opposite, all the momentum seems to be with Reason - I don't hear of many new people picking up Elm. A release with smaller bundle is an amazing technical achievemen…
-
comment
Comment #17548087
The planned v2 of parcel will have a configuration file.