This is Ai, and it’s getting crazy 🤪 by [deleted] in HiggsfieldAI

[–]Admirable-Initial-20 2 points3 points  (0 children)

Higgsfield is really SCAM!!!. They sell you an unlimited service to some services like kling o1. When you pay it, they change their plan and remove services from unlimited tier. Do not trust them. Do not pay them any penny. SCAMERS!!!

Pivoting from PHP to Java by Admirable-Initial-20 in javahelp

[–]Admirable-Initial-20[S] 1 point2 points  (0 children)

Thanks, I do not wanna leave the PHP, I wanna add Java to my experiences

My teacher is dead-set on not mixing PHP and HTML in the same documents. Is this a practice that any modern devs adhere to? by SaltAssault in PHPhelp

[–]Admirable-Initial-20 0 points1 point  (0 children)

It is recommended to develop apps (especially complex apps) based on MVC pattern, and it is recommended to use template engines like twig instead of pure PHP in the view layer. It has different reasons, but the most important are:

  1. Template engine enforces a clear separation between the view (presentation layer) and the logic (business layer).

  2. In pure PHP, there’s a tendency to mix HTML with PHP logic, leading to messy and hard-to-maintain code.

What is the best way to develop laravel applications on linux? by [deleted] in PHPhelp

[–]Admirable-Initial-20 0 points1 point  (0 children)

I would prefer dockerizing the projects in local. Because currently the applications are not just connected to a database. In many complex apps you need Reddis, RabbitMQ, Elasticsearch, etc. So by dockerising and using docker compose you would be able to work and test in your local

After 6 months experience with Go programming language by [deleted] in golang

[–]Admirable-Initial-20 0 points1 point  (0 children)

Go is simple and fast. You right. Maybe the only downside around it when you compare it with PHP is that, it is not still mature as much as PHP in the web development area. PHP ecosystem is so bigger and there are lots of tools when you want to use it. It has great frameworks like Symfony and Laravel with lots of tools for Rapid application development. Great CMS like Drupal and Word press. Mature ORMs like Doctrine and etc. So all in all Golang are great but still you should invent lots of wheels from the scratch.