HN user

jon_kuperman

280 karma

[ my public key: https://keybase.io/jkuperman; my proof: https://keybase.io/jkuperman/sigs/HRrGcvPHDMfI9ne4W-JffiW0UKGmdXtaOvPLWD36Dig ]

Posts26
Comments34
View on HN
jonkuperman.com 6y ago

Outages and Blame Culture

jon_kuperman
2pts0
news.ycombinator.com 8y ago

Ask HN: What are the best programming books you could read in a weekend?

jon_kuperman
24pts8
github.com 8y ago

Show HN: Pullit, Easily Fetch GitHub Pull Requests

jon_kuperman
4pts0
github.com 9y ago

JavaScript interview resources

jon_kuperman
2pts0
jonkuperman.com 9y ago

Staying (mostly) safe online

jon_kuperman
1pts0
nodecasts.io 10y ago

Best resources for learning CSS Flexbox

jon_kuperman
1pts0
nodecasts.io 10y ago

Learn React.js in a weekend

jon_kuperman
70pts45
codeplanet.io 10y ago

Best ways to learn React.js

jon_kuperman
2pts0
nodecasts.io 10y ago

Best JavaScript tutorials for beginners

jon_kuperman
2pts0
nodecasts.io 10y ago

Show HN: Nodecasts – Free video tutorials for learning Node.js

jon_kuperman
3pts0
rejected.us 10y ago

Everyone’s been rejected – these are our stories

jon_kuperman
232pts201
github.com 10y ago

Hammer – A Node, Express, MySQL, Passport and Jade Starter Kit

jon_kuperman
2pts0
codeplanet.io 10y ago

A (gentle) introduction to regular expressions

jon_kuperman
1pts0
codeplanet.io 10y ago

Are react.js onclick events moving the web backward?

jon_kuperman
1pts0
github.com 10y ago

A list of resources on tech diversity

jon_kuperman
2pts0
github.com 10y ago

Webpack and React.js starter kit

jon_kuperman
3pts3
github.com 10y ago

JavaScript meetups in San Francisco

jon_kuperman
1pts0
codeplanet.io 10y ago

JQuery always vs. done vs. fail vs. then

jon_kuperman
2pts0
codeplanet.io 11y ago

Things you can use when you drop support for IE8

jon_kuperman
7pts0
github.com 11y ago

Help me collect functional JavaScript resources

jon_kuperman
3pts0
plugins.jquery.com 11y ago

Plugins.jquery.com goes read-only

jon_kuperman
2pts0
www.jonkuperman.com 11y ago

The Life of a PHP Developer

jon_kuperman
31pts15
github.com 11y ago

Show HN: Shortcut.js – standardized keyboard shortcuts

jon_kuperman
9pts4
codeplanet.io 12y ago

Parameter Hell

jon_kuperman
10pts10
codeplanet.io 12y ago

Better JavaScript Selectors

jon_kuperman
2pts2
www.jonkuperman.com 13y ago

An Ode To W3Schools

jon_kuperman
69pts62
[dead] 11 years ago

I'm not saying it's your fault. Just that it's down. :-)

Honestly, I spend a lot of my time writing JavaScript and Scala. My point with the article is just that PHP has a lot of stigma that creates a self fulfilling prophecy of being a 'bad language'.

Agreed. I've been in the Bay Area for ~1 year and definitely see the Ruby / Node / Java trend but back in Michigan it seemed like every tech job I'd run across was PHP or .NET.

Awesome list! I've been using jekyll for about 2 years and I really like it. It's crazy that Jekyll is number 1 and 2 considering Octopress runs on it.

Parameter Hell 13 years ago

Absolutely, they would be the ideal answer but a lot of times this gets the job done better than just having 10 parameters to your function.

If the code is already cached on the device, which I'm assuming it is in most cases. What is it that is slowing down the UX experience?

That would definitely be cool! I also would love if some of these game parts could be made into modules so I could use them to make other classic games...

Really interesting post for sure.

I'm not really seeing the size advantage here. All of the mentioned frameworks are cached on popular CDN's and I just don't think you're really getting much of a win out of creating your own, smaller files.

Also, I'm always wary of companies that want to re-invent the wheel as opposed to using open-sourced, well-documented projects. If I start at your company and you use Backbone, not only is there a good chance I can come in with a good understanding of your code -- but I can easily check on Google for any questions I have. If I start at a company that has built their own, closed-source, custom JS framework -- I'll have to ask internally every time I have trouble figuring something out.

It may be necessary for your product, but to me it always raises a flag when people create their own proprietary version of something that already has been done.

Anyway, a great read for sure!

The Reality of Code 13 years ago

That's interesting. I think classes are supposed to have a single responsibility according to S.O.L.I.D so it seems to make sense to have a lot of them.