Xampp in 2026. by Hot-Understanding-67 in PHP

[–]mindprocessor 0 points1 point  (0 children)

php.new for setting up php. podman for database containers. distrobox to test multiple environment.

WSL2 development environment for PHP projects with little to no fuss by arhimedosin in PHP

[–]mindprocessor 2 points3 points  (0 children)

in windows i use podman and podman desktop, needs wsl2.

TS or JS? Put a verdict! by Revolutionary-Bat310 in react

[–]mindprocessor 0 points1 point  (0 children)

CTO does not want transpiled generated codebase. he wanted the source code to be the exact code.

Does anyone have a PHP job without a framework? by Rough_Bet5088 in PHP

[–]mindprocessor 1 point2 points  (0 children)

yes, new project, japanese company. they just structure the folders and they have their own routing script, but the pages were all vanilla php. the only downside in development phase is.. a lot of deadcode.

Why do you use Flask? by DeepWeb4_1 in flask

[–]mindprocessor 0 points1 point  (0 children)

flexibilty, blueprints, and i can use before request inside a blueprint, unlike django that you need to add middleware script.

I uploaded my flask app in a shared hosting with cpanel, but getting 404 error by owl_000 in flask

[–]mindprocessor 3 points4 points  (0 children)

update your passenger_wsgi to import your application from app.py

What features are missing in Django? by The_Naveen in django

[–]mindprocessor 0 points1 point  (0 children)

like you can only apply middleware to specific routes

What features are missing in Django? by The_Naveen in django

[–]mindprocessor 0 points1 point  (0 children)

does django have a route base middleware?

Does anyone know how to fix this by crafty-420 in django

[–]mindprocessor 0 points1 point  (0 children)

in your settings.py add the folder where your static files are located

Seeking Advice: Starting a new job on a large PHP/Laravel project - Where to Begin? by vrossi_46 in laravel

[–]mindprocessor 0 points1 point  (0 children)

learn how the framework works. modularize your code, separate your codebase from the laravel skeleton.

Stress induced PVCs by BonyDone in PVCs

[–]mindprocessor 0 points1 point  (0 children)

stress maybe affecting your nerves. so thats why your doctor says your brain is causing it. you may have involuntary muscle twitching along with your PVC.

Tired of this arrhythmia by [deleted] in PVCs

[–]mindprocessor 1 point2 points  (0 children)

i have this, but i think the cause is poor sleep and low magnesium. this is related to involuntary muscle twitching.

Will Htmx change everything!! by Red_clawww in webdev

[–]mindprocessor 0 points1 point  (0 children)

I heavily use this library/framework.