🦞🌯 Lobster Roll

Thread

Interfaces for scaling and testing JavaScript (dev.to)

Stories related to "Interfaces for scaling and testing JavaScript" across the full archive.

Interfaces for scaling and testing JavaScript (dev.to)
React: A JavaScript library for building user interfaces (facebook.github.io)
React: A JavaScript library for building user interfaces (facebook.github.io)
Logarithmic scaling with the fastest JSON validator (simongrondin.name)
A comparison between Misultin, Mochiweb, Cowboy, NodeJS and Tornadoweb (2011) (ostinelli.net)
Monkberry – a JavaScript library for building web user interfaces (monkberry.js.org)
TestCheck - Generative property testing for JavaScript (leebyron.com)
It's no QuickCheck, but it's well-written.
Javascript tools for end-to-end testing web applications (mo.github.io)
Testing Database Changes the Right Way (heapanalytics.com)
Boosting the Permissiveness of Dynamic Information-Flow Tracking by Testing (2012) (pdfs.semanticscholar.org)
Abstract: "Tracking information flow in dynamic languages remains an open challenge. It might seem natural to address the challenge by runtime monitoring. However, there are well-known fundamental limits of dynamic flow-sensitive tracking of information flow, where paths not taken in a given execut...
Equivalence Testing for JavaScript Transformations (people.mpi-sws.org)
The jalangi2 tool is [here](https://github.com/Samsung/jalangi2).
Testing is hard: flakiness (alexrs.me)
A walkthrough to learn the concepts of MVC by building a simple app in JavaScript (taniarascia.com)
Should you even bother loadtesting (abe-winter.github.io)
Coverage Guided, Property Based Testing (lemonidas.github.io)
5 lessons learned when I TDD an algorithm in JavaScript (yonatankra.com)
How to make a mock API server in JavaScript (snyk.io)
How to write your first unit test in JavaScript (snyk.io)
Interfaces, Polymorphism, Symbols and Iterators in JavaScript (youtube.com)
Generating Test Values using JavaScript Generators (github.com)
Design complexity measurement and testing (1998) (dl.acm.org)
This introduced the concept of [design predicates](https://en.wikipedia.org/wiki/Design_predicates).
Scaling lessons learned at Dropbox, part 1 (eranki.tumblr.com)
Self extracting JavaScript from a PNG (p01.org)
Write any javascript code with just these characters: ()[]{}+! (patriciopalladino.com)
Debunking the Node.js Gish Gallop (unlimitednovelty.com)
Open Source JavaScript+Canvas+HTML5 GameBoy Color Emulator (with ROMs) (gamecenter.grantgalitz.org)
If Hemingway wrote JavaScript (byfat.xxx)
Stuffing Javascript into DNS names (skullsecurity.org)
Exploring the RVP pattern with Resource Reflection in JavaScript (blog.nodejitsu.com)
DRYing up your JavaScript Jasmine tests with the data provider pattern - JP's blog (blog.jphpsf.com)
A quick tip where I show a technique to eliminate redundancy Jasmine tests.