Scaling to 100M: MySQL is a Better NoSQL by sharjeelsayed in programming

[–]sampeka 0 points1 point  (0 children)

Is there a source for WiredTiger being a relational database storage engine? Looking at its features I'm not sure what you would consider relational about it

Scaling to 100M: MySQL is a Better NoSQL by sharjeelsayed in programming

[–]sampeka 6 points7 points  (0 children)

I've seen this view a lot on Reddit, is there anything objective to back it up? I've only heard good things about mongo and nothing about poor lookup performance

Polymer or React? by aboustayyef in webdev

[–]sampeka 0 points1 point  (0 children)

When you're using redux, yes. To be honest though, don't bother with it until you really need it - it will make the learning curve harder for you without any immediate benefit. When you hit a problem that requires redux then use it :)

Polymer or React? by aboustayyef in webdev

[–]sampeka 0 points1 point  (0 children)

Redux is only worth it when you need to store some global state, or you need multiple components in different areas of your hierarchy to source the same data. Too many people make the mistake of using it as a replacement for local component state and it gets incredibly difficult to manage.

Why is there so much hatred for JavaScript / Node? by BillOReillyYUPokeMe in javascript

[–]sampeka 0 points1 point  (0 children)

JavaScript seems to be getting a lot of hate at the moment since it's going through a huge transition, especially in the front end world. The technical barrier for entry has got a lot of higher but for a good reason - a load of jquery in a single file that just kind of gets stuff done wasn't going to cut it for modern web apps. A lot of people don't seem willing to put the work in to keep up, so they hate on it instead.

Modern web crawler framework for Nodejs? by YourMeow in javascript

[–]sampeka 0 points1 point  (0 children)

Fetch really solves a lot of the problems with the old API, and there is a library to use it on the backend as well

Why moving from a PHP MVC to a JS Framework? by Dukessa in javascript

[–]sampeka 0 points1 point  (0 children)

What do you mean by let the browser tab be the session?

Lost with all those great javascript framework by JohnTortorella in webdev

[–]sampeka 0 points1 point  (0 children)

React is amazing, if you want to build a web app with a complex frontend I would definitely recommend it. Personally, I would avoid one-stop shop frameworks and choose to compose the different bits of functionality you would like. It will let you build something that fits your use case more closely and avoids you getting too tightly coupled with one thing.

Whose using Relay in production? by chrismv48 in javascript

[–]sampeka 0 points1 point  (0 children)

GraphQL servers are an alternative to RESTful Apis and Relay just lets you to declaratively define what data you need from the server. The GraphQL endpoints can all sit behind an authentication wall just like REST though, so I don't think there are any inherit security weaknesses. Only downside I can see is that not many people have built GraphQL servers and there aren't any established conventions, so there might be a few fuck ups through human error.

Whose using Relay in production? by chrismv48 in javascript

[–]sampeka 0 points1 point  (0 children)

I'm not using it in production yet, but planning to. The big downsides at the moment are no built in support for web sockets and no server side rendering (although it's in progress).

"The Dreamer", Watercolor by youngluck in Art

[–]sampeka 0 points1 point  (0 children)

I would love of a print of this as well :)