Joel Jaime

Results 3 issues of Joel Jaime

#### __Hello__ I am currently starting a distributed structure for my project and I was taking into consideration several tools. As I already used some of the tools I would...

I am adding a new index called **_data_** to protect the self-generated id in case the user adds a field **_ID_** #### For example, I am sending these values: ````javascript...

The structure you use to save the resources automatically generates an incremental ID, in which case you want to save this: ````javascript { id: 100, fname: "Joel", lname: "Jaime" }...

bug
discussion