A JavaScript utility library delivering consistency, modularity, performance, & extras.
0
votes
4answers
45 views
Generating an array of unique values of a specific property in an object array
Given a table represented as a javascript array of objects, I would like create a list of unique values for a specific property.
...
0
votes
1answer
163 views
Object deep diff function using Lodash
I'm working on an API testing algorithm within the Postman REST client and I wanted a simple and elegant deep diff function to test my JSON responses. I only have access to Lodash within Postman's ...
3
votes
0answers
422 views
Implementing “day wise task management” system using Django and AngularJS
I have a Task model in Django which looks like the following:
...
2
votes
0answers
40 views
Extremely redundant HTML templating
This is horrendous.
I'm using lodash's templating engine for this table. Here's the template for an individual record's row. I've got 5 different table and ...
0
votes
0answers
17 views
Mapping a promise to an object
Below is a demonstration of how to map over an object when you want one of the values to be a promise.
...
0
votes
0answers
16 views
Writing functions with ramda and lodash
I've been pointed diving more and more into two libraries, ramda and lodash, and the power that these two libraries have to create reusable functions.
Code goes from a function like this:
...