Remove Course Remove Examples Remove JavaScript Remove Writing
article thumbnail

Mangling JSON numbers

TechEmpower

If we have a long (64-bit integer) that we serialize into JSON, we might be in trouble if JavaScript consumes that JSON. JavaScript has the equivalent of double (64-bit floating point) for its numbers, and double cannot represent the same set of numbers as long. The output of x.toString() in JavaScript is suspicious.

article thumbnail

Interview with Chris Lyman and Corey Brundage, SendLove.to

socalTECH

Effectively, what Corey and I are trying to do, is distill the course of opinions on the web, and turn that into a consumable format. Can you maybe give a concrete example of that? When you stick that plugin on a blog you are writing, it scans the article for names. First off, talk about SendLove.to and what is it all about?

Startup 174
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Should You Blog? (yes, and here’s how …)

Both Sides of the Table

The disadvantage is that you can’t install a lot of additional tools that use Javascript. Don’t just write a carbon copy of what somebody else is doing. OK, well, actually the first thing I did is come up with a list of 50 posts that I wanted to write. Every time I write a post I send it out on Twitter.

Blogging 286
article thumbnail

Pragmatism with Flavor

TechEmpower

Sure we still get excited and animated about a new JavaScript library, a new CSS trick, a new device, or a new data store. Although we spend plenty of time researching and developing with new technologies based on desire and need, we don't want our clients to be guinea pigs (unless that's the nature of their business, of course).

Web 200
article thumbnail

Frameworks Round 1

TechEmpower

We want this test to require repeated requests to an external service (MySQL or MongoDB, for example) so that we exercise the framework''s data mapping code. For example, on the Java platform, Jackson was used for frameworks that do not provide a serializer. For example, we used Sequelize for the JavaScript MySQL tests.

Framework 544
article thumbnail

Framework Benchmarks

TechEmpower

We want this test to require repeated requests to an external service (MySQL or MongoDB, for example) so that we exercise the frameworks data mapping code. For example, on the Java platform, Jackson was used for frameworks that do not provide a serializer. For example, we used Sequelize for the JavaScript MySQL tests.

Framework 560