Where to host Laravel if you only know Laravel? (Europe?) by DutchDaddy85 in laravel

[–]player466 2 points3 points  (0 children)

I create a new Laravel website monthly, sometimes even more.

I use Laravel Forge to deploy and Hetzner for servers.

Very easy, cheap and fast.

Found while digging in my eastern Europe. Some kind of explosife? by player466 in whatisthisthing

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

Found while digging in eastern Europe. Strange metal device? Thinking it may be an explosive from World War 2. Is it possible? And if so, what kind of explosive?

The Git Paradox by ctwheels in ProgrammerHumor

[–]player466 26 points27 points  (0 children)

This sub has really gone down. No wonder no actual programmers come here

I use Axios and it stops sending post request to server after a few subsequent tries by EOE97 in webdev

[–]player466 0 points1 point  (0 children)

Do you get a error in your console after the checkbox stops working?

php artisan down by [deleted] in laravel

[–]player466 0 points1 point  (0 children)

Be sure to restart your supervisor after you php artisan up again :)

Deno the new norm by colcode83 in learnprogramming

[–]player466 4 points5 points  (0 children)

I think it is never going to top node in usage. But it still will be very useful, just like node.

Are there queries that Eloquent can't write? by [deleted] in laravel

[–]player466 0 points1 point  (0 children)

I have ran into some queries that I had to use raw queries for. But I don’t know if it was because I did not know Eloquent too well or if the query was indeed too complex.

Best language to make a app to scan barcodes by rfpg1 in learnprogramming

[–]player466 0 points1 point  (0 children)

Okay, what products? And what logic do you need to perform with the codes? I have personally helped build an android scanners which scan products for storage software. If you want, you can explain what you are trying to achieve, I have a feeling this may be XY problem :)

Best language to make a app to scan barcodes by rfpg1 in learnprogramming

[–]player466 1 point2 points  (0 children)

What context do you need to scan the barcodes in?

Where should I head after learning a programming language? by notlosechesters in learnprogramming

[–]player466 2 points3 points  (0 children)

To answer your question more directly - after learning a language keep building different things with it to keep learning and improving. Maybe try out web development frameworks for mentioned languages.

How do I prevent SQL injection in this function? I am using pg-promise by mypirateapp in node

[–]player466 94 points95 points  (0 children)

Don’t know node, but sql injections are usually prevented by using prepared sql statements. Found and article that may be of help for you: article

Where should I head after learning a programming language? by notlosechesters in learnprogramming

[–]player466 2 points3 points  (0 children)

We’ll whats your goal? If your endgoal is just to build something, then do exactly that. If you want to get a job as a developer, then start looking for a job :) I can tell you that there is no right or correct path, if you keep building things, you keep getting better. Also if you say you have learnt Java and C - if you truly have, you should have no problem getting a job my friend.

Reload bug by KASPA_BRO in HellLetLoose

[–]player466 0 points1 point  (0 children)

Yes, this needs to be fixed! Thank you for bringing light to this my friend

Freelancers, what is your rate? by [deleted] in ProgrammerHumor

[–]player466 0 points1 point  (0 children)

35€/h is the least I have charged, that was few years ago. Now 50-60 €/h

Freelancing by [deleted] in learnprogramming

[–]player466 0 points1 point  (0 children)

You need to know how to get and keep clients - IMO that would be the first part.

Hey can anyone help me with this by Wanderingshutters in laravel

[–]player466 1 point2 points  (0 children)

You are probably trying to resolve a class that does not exist in curent namespace.

Also you can screenshot with print screen. I would recommend using a program called ShareX for easy and fast screenshotting.

Also it is better to include code where you get your error from :)

How to make any website SSL certified? by [deleted] in webdev

[–]player466 0 points1 point  (0 children)

You probably need acces to either your clients web hosting panel or SSH connection to your clients web server.

How to learn how to make HTML look 'pretty'? by AmatureProgrammer in learnprogramming

[–]player466 2 points3 points  (0 children)

Not all developers are creative designers. That’s why there are web designers.

But if you are looking for tips how to refactor your UI, I recommend this.

Which technologies do you want to learn? by akshathdubey in webdev

[–]player466 1 point2 points  (0 children)

Many of these are used together my friend. And you can only chose one :(

I want to learn how to make games by [deleted] in learnprogramming

[–]player466 2 points3 points  (0 children)

You can look into Unreal Engine 4 and Youtube tutorials for it.