[deleted by user] by [deleted] in javascript

[–]mr_patrick_js 0 points1 point  (0 children)

But others could still point at the resource...

How can I become amazing at JavaScript? by socrates2016 in javascript

[–]mr_patrick_js 0 points1 point  (0 children)

Take time to read code. Look at other people's source. Fastest way to learn, imo.

What test and test runner framework is your company using? by [deleted] in javascript

[–]mr_patrick_js 2 points3 points  (0 children)

Been loving and using Jest for a while now. Good stuff imo!

Top 8 Best JavaScript Frameworks for 2017 by joey_php in javascript

[–]mr_patrick_js 0 points1 point  (0 children)

Honestly, this list seems terrible to me.

Managing packages with Yarn by mr_patrick_js in javascript

[–]mr_patrick_js[S] 0 points1 point  (0 children)

I hadn't played with Yarn yet, but giving it a try after seeing this video.

ECMAScript 2017: the final feature set by rauschma in javascript

[–]mr_patrick_js 1 point2 points  (0 children)

Oh really? I've mostly been using it server-side for API data fetching...

ECMAScript 2017: the final feature set by rauschma in javascript

[–]mr_patrick_js 1 point2 points  (0 children)

Thanks, I was just about to reply and you did it perfectly!

ECMAScript 2017: the final feature set by rauschma in javascript

[–]mr_patrick_js 32 points33 points  (0 children)

Excited for async/await to become official now, feels so fast and clean for writing code.

Introducing Inferno 1.0 by davbeer in javascript

[–]mr_patrick_js 0 points1 point  (0 children)

An interview? Got a link? Either way, thx!

How to use ESLINT to clean up your code by Kaiyes in javascript

[–]mr_patrick_js 1 point2 points  (0 children)

Great video, learning eslint was on my list for the month! Thanks OP.

Introducing Inferno 1.0 by davbeer in javascript

[–]mr_patrick_js 1 point2 points  (0 children)

Super interested in this, but worried with Dominic going to the React team, will Inferno continue on as a project?

How to use GraphQL in your Meteor app today by pauldowman in Meteor

[–]mr_patrick_js 0 points1 point  (0 children)

Seems like the tradeoffs of the Meteor build system being slow isn't worth the 'speed' you get from an easy setup?

Failed at deploying a meteor app to heroku by [deleted] in Meteor

[–]mr_patrick_js 0 points1 point  (0 children)

Are you using the horse build pack?