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

Everything about Java 8

TechEmpower

At the time of this writing, Java 8 development is still very much in progress. The List interface is an example. Here are a few examples of lambdas: Comma-separated list of inputs with specified types on the left, a block with a return on the right: (int x, int y) -> { return x + y; }. So, why not allow this?

Java 560
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Why Startups Need to Blog (and what to talk about …)

Both Sides of the Table

But should you actually write one if you’re a startup, an industry figure (lawyer, banker) or VC? This is a post to help you figure out why you should write and what you should talk about. Write out the topic and maybe even the blog title. I wanted to write about the top 10 attributes of an entrepreneur.

Blogging 373
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

Interview with Chris Lyman and Corey Brundage, SendLove.to

socalTECH

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. For example, if you are writing about Barack Obama, you can, with a single click, vote him up or down in the article. That's everything in the direct noun space.

Startup 174
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
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