- Fingerprint.js – The most advanced open-source fraud prevention JS library
Mostly a note to self for the future. Might need this for a bunch of stuff.
- Help! None of my projects want to be SPAs | Jason Goldstein
This rings very true. 99% of the project I work on are CUD operation stuff, with limited visual updating. My major use for Vue (which I picked up instead of React) is to simplify my JS form handling a bit, and manage the ajax elements, not really anything clever.
Tag: javascript
Bookmarks for November 30, 2018
- A progressive Web application with Vue JS, Webpack & Material Design [Part 1]
I need to do some weekend learning on this topic.
Bookmarks for February 5, 2018
- Check For Date Range Overlap With JavaScript Arrays, Sorting And Reducing – DerickBailey.com
Convenient guide to make sure I think about a work problem the right way.
Bookmarks for October 25, 2016
- Making Your App Work Offiline: Tips & Cautionary Tales | Quick Left
Some notes on pitfalls of enabling a JS app to work offline.
Bookmarks for April 7, 2016
- Two-Way Data-Binding and Form Validation in React — Medium
More React tutorials.
- React.js Tutorial – A Guide to Tools and Libraries
I'm just finding my way with React, and hope this will be helpful.
- Instaparser
Instapaper's article parser is now available as an API service. Might be handy.
Bookmarks for April 23, 2015
- LAFABLE – Large Agile Framework Appropriate for Big, Lumbering Enterprises
Offered entirely without comment.
- Creating a CRUD App in Minutes with Angular's $resource
I've been noodling with Angluar as a quick web front-end over my REST API for the last week or so, and I've just turned this up, which will substantially cut down my coding time.
- lucadegasperi/oauth2-server-laravel
I'm going to need OAuth for a Laravel thing I'm building. This will save me much work.
Bookmarks for July 17, 2014
- 10 Evil Crimes Of The British Empire – Listverse
Just, you know, in case anyone was wondering why I'm not a fan of our current administration: they appear to take as read that the times in which Britain did this were some kind of halcyon age. Also noted for future reference purposes.
- Papa Parse – Powerful CSV parser for Javascript
I suspect this will be very useful for a number of things.
Bookmarks for June 11, 2014
- pickadate.js
Starting to use this at work, as an alternative to the stuff that requires jQuery UI (as too heavy), just want to have a permanent reference to find the docs. Move along nothing to see here.
Bookmarks for April 5, 2013
- Emscripten
Convert code written in other languages into Javascript
- John Resig – Asm.js: The JavaScript Compile Target
Couple of work links here, of no interest to non-web nerds. Back to sleep, the lot of you.
Bookmarks for June 1, 2012
- EightMedia/hammer.js · GitHub
JS library to handle multi-touch inputs on mobile devices. Oh look, you've all gone to sleep. Don't care this'll be be handy for work.