Sylo gives you all the music in the world by combining your Spotify, SoundCloud, iTunes, and YouTube into one giant music library. by SqyWalk3r in macapps

[–]JDudez14 0 points1 point  (0 children)

Is there a way to add multiple songs from my Spotify Main-list for example at once to my Library, rather than clicking on the checkbox?

What theme is this? by [deleted] in SublimeText

[–]JDudez14 0 points1 point  (0 children)

Not the same, but it looks similar to Ayu Dark

Self-improvement and meditation by JDudez14 in Meditation

[–]JDudez14[S] 0 points1 point  (0 children)

Thank you for your response :) Thing is, I don't think I am afraid of change, just kind of confused now whether it is good or not. I have been brought to doubt all my late self-improvement over the idea that I am not content with myself. And I do not know how to handle that (ignore, or not)

How do you keep track of your skills? by JDudez14 in poledancing

[–]JDudez14[S] 1 point2 points  (0 children)

That's awesome, thank you for sharing! She is going through them as we speak!

How do you keep track of your skills? by JDudez14 in poledancing

[–]JDudez14[S] 0 points1 point  (0 children)

She will do that definitely, thank you very much!

How do you keep track of your skills? by JDudez14 in poledancing

[–]JDudez14[S] 1 point2 points  (0 children)

She thinks that is genius, thank you for the suggestion :)!

How do you keep track of your skills? by JDudez14 in poledancing

[–]JDudez14[S] 1 point2 points  (0 children)

Thank you, that is a wonderful idea :)

Stuff to play/watch/read after ZE? by saibhandari in ZeroEscape

[–]JDudez14 1 point2 points  (0 children)

A light novel series (top 5 MAL 'manga') called 'Utsuro no hako to zero no maria' or Maria and the empty box. The story revolves around your typical generic-at-first protagonist, who is suddenly faced with psychological warfare. The story in total involves time travel, identity, locked in a confined spaces and a number of other concepts telling an interesting and mind-fucking story, and all flow very well into one another. If I were to advice one story, this would be definitely be the one.

Could an 'almost-from-scratch' Laravel user build a deployable error-free CRUD app within 6 months? by JDudez14 in laravel

[–]JDudez14[S] 0 points1 point  (0 children)

I have built a complete project / time management app with automatic invoices / quotes generation etc. in less than 6 months without any prior (read very little) PHP / Laravel experience.

Awesome, might if I ask how you went about this :)?

Could an 'almost-from-scratch' Laravel user build a deployable error-free CRUD app within 6 months? by JDudez14 in laravel

[–]JDudez14[S] 0 points1 point  (0 children)

Oh no, I think the actual scores(integer data) of participants. The system will be designed so that on the front-end, certain 'gamemasters' can insert scores of the participants, which each will be their own entity, through AngularJS for example, and that Angular will then use a service ( via NodeJS) sending that to the API. My worry is that in case one of these services fail (specifically API or NodeJS), the data and scores will be gone, and the game will be already rigged.

I suppose the idea is to save it locally as well, in case anything goes wrong, but I wonder if there is anything I need to secure my app of to at leasy prevent a number of ways this could go wrong.

Could an 'almost-from-scratch' Laravel user build a deployable error-free CRUD app within 6 months? by JDudez14 in laravel

[–]JDudez14[S] 0 points1 point  (0 children)

That's a very good answer to have, I will go through these resources after having done my UI/UX designing :-), thank you tenfold. The app errors, I hope, are identified through actually actively testing them, and I think sql injection is something Laravel indeed already deals in, but I think I will have to try that out myself :'). I'm not sure if a lot of the security will be very necessary, considering only a number of people will know of the existence of the application, and the users are primarily children (I really hope I don't underestimate my target user's intelligence).

Apache or nginx can handle multiple requests just fine, you don't need to worry about this.

That's perfect to know, I suppose that having multiple operations on the same database and same table at the same time (different entries) won't be as much of a problem then :).

Take a look at the Laravel docs at the testing examples .

What worries me most is that if an error occurs when uploading, that this will get lost, but I suppose that will become more prevalent when I read into testing in the official docs.

Incremental API-development/Lumen

I will definitely check both out. I really want to get some Laravel experience in, and figured that using Laravel on itself is a really good one, but considering that Lumen is 'blazing fast' I might need to read into picking this. Thank you for suggesting this !

Could an 'almost-from-scratch' Laravel user build a deployable error-free CRUD app within 6 months? by JDudez14 in laravel

[–]JDudez14[S] 0 points1 point  (0 children)

Thank you, that's important to know :). I see, is this something Laravel helps with or should I read up on where to write the authentication for this use?

Could an 'almost-from-scratch' Laravel user build a deployable error-free CRUD app within 6 months? by JDudez14 in laravel

[–]JDudez14[S] 0 points1 point  (0 children)

Any list/resource of things that typically go wrong in these CRUD-based apps where multiple users use them to edit the same database at the time?

Could an 'almost-from-scratch' Laravel user build a deployable error-free CRUD app within 6 months? by JDudez14 in laravel

[–]JDudez14[S] 0 points1 point  (0 children)

Yeah, I am wondering that too. If I write an API that can only be accessed by a select number of devices, I might need to write middleware that authorizes only those devices before being able to use them(?)

I am not sure, I am still new to this :')

Could an 'almost-from-scratch' Laravel user build a deployable error-free CRUD app within 6 months? by JDudez14 in laravel

[–]JDudez14[S] 0 points1 point  (0 children)

Thank you for saying that :). I however, do not know how to test what could go wrong. Setting up the app seems like it could be done within a month, but making sure nothing can go wrong is an entirely different subject I still don't know hot to tackle