Nameless JavaScript – Making client/server communication easier by using actions

nameless-js – Nameless is a utility that allows actions to be dispatched from the client that will trigger server side functionality. Useful for updating data on the server using things like Redux.

Similar

Ordinal Numerals and JavaScript

A couple of days ago, this question in the Keyboard Maestro forum led me to learn a couple of things about JavaScript. The user, sandbags, wanted a good way to format dates using ordinal numerals instead of plain old digits. In other words, he wanted his ... (more…)

Read more »