Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hazza1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hazza1
5y ago
Looking forward to trying this now, Java is too engrained in the enterprise backend for me to use at work.
2.
▲
by
hazza1
5y ago
He's about the launch his TypeScript training course...
3.
▲
by
hazza1
6y ago
The rules state they don't apply on initial submission?
4.
▲
by
hazza1
7y ago
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 really gain much being held on a potty? I don't want to plop
5.
▲
by
hazza1
7y ago
especially as the author works from home so I assume could choose to live anywhere?
6.
▲
by
hazza1
7y ago
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 uninterruptible. Companies who set tasks like this probably aren
7.
▲
by
hazza1
7y ago
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.
8.
▲
by
hazza1
7y ago
Pretending you're based in Switzerland or some other tax haven to avoid local sales tax gives you a massive advantage over national companies.
9.
▲
by
hazza1
7y ago
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 React now and if you think http clients is still a
10.
▲
by
hazza1
7y ago
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.
11.
▲
by
hazza1
7y ago
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?
12.
▲
by
hazza1
7y ago
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 name I can see why you'd be reluctant to spin of
13.
▲
by
hazza1
8y ago
Custom hooks encapsulate logic so you can no longer use it in all of your app
14.
▲
by
hazza1
8y ago
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 should have been a clean start in a new framework rather
15.
▲
OpenFin Cloud Services
(openfin.co)
1 points
by
hazza1
8y ago
|
0 comments
16.
▲
by
hazza1
8y ago
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 things if you can, or if you just enjoy
17.
▲
by
hazza1
8y ago
> where I can either get paid to take it or there’s a clear market for the skill Maybe not Elm then
18.
▲
by
hazza1
8y ago
Taking a Ibuprofen slow release capsule before bed might be easier - it lasts for 12 hour
19.
▲
by
hazza1
8y ago
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.
20.
▲
by
hazza1
8y ago
> 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 on this article that this is alpha quality so
21.
▲
by
hazza1
8y ago
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 language - often by removing the functionality develop
22.
▲
by
hazza1
8y ago
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.
23.
▲
by
hazza1
8y ago
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 often than not Reason.
24.
▲
by
hazza1
8y ago
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 achievement but doesn't really address the underlying l
25.
▲
by
hazza1
8y ago
The planned v2 of parcel will have a configuration file.
26.
▲
by
hazza1
8y ago
Why do some people only get their luggage down as they are leaving the plane causing a delay to those who stood early and are prepared to leave?
27.
▲
by
hazza1
8y ago
I don't really see how complex animations is something React (or any UI framework) should be responsible for ?
28.
▲
by
hazza1
8y ago
fetch and CSS handle AJAX and animation absolutely fine with native calls and work well with React, why would you bring in a library to handle these?
29.
▲
by
hazza1
8y ago
The jQuery api was hundreds of different methods, the best of which are now available natively in JavaScript. React has a very small api, I hardly ever refer to the documentation (unlike when I was a jQuery or Angular developer) I agree tha
30.
▲
by
hazza1
8y ago
React used to be so clean and readable - what happened? It's great these abstractions exist but for me I want a framework where I don't need to think about them. Vue comes closest to the original feeling I got when starting out wi
More ›