Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
A couple days ago I wrote a HTML document with a little bit of JS for interactivity and a few lines of CSS in the header, it felt incredibly liberating.
-
My last project used SQLite and a process-local cache. It was basically designed from the ground up to run as a single process executing single-threaded javascript, and the problem in the end was that I spent too much time on optimization so it was a lightning fast shitshow of bugs. Scalability is expensive and most clients can't afford it from the get go.
-
msdsk31823yI way, way prefer setting up a netlify connection to github and just pushing my Nuxt3 app into it without the need to untangle PHP dependencies and manually sending this bullshit through ftp
-
Somebody call an ambulance for Kiki and an ambulance for me
Edit: jokes aside, at least for me, sometimes I get the wish to do simpler stuff… but then ocd kicks in -
lotd79223yI can totally relate..
With all the overly complex hyperbole nowadays one can only feel reminiscent of ye olde days..
What pisses me the most off nowadays, is when ppl zealously defend their distributed monoliths..
Starting to feel like I'd rather be in the *promised* land of JS callback hell...
Once you get icky from include hell, you may want to try out Siler PHP. -
kiki352963y@lotd boy, the good architecture is agnostic to languages and tools. I have the experience of creating a quite large application in PHP. I intentionally went without any framework. I created a library of pure functions, created a data model of all the entities needed in a way that it doesn't contradict itself, so the types being correct guarantees business logic being correct. Surprise-surprise, everything worked!
Though I understand that it's near impossible to overhaul legacy to turn it in what I described. But Netflix proven it's possible to establish such design, they ditched UI frameworks like React in favor of an in-house solution
Related Rants
I want to write something in PHP.
Yes, coming from me, it sounds like stockholm syndrome, but for me PHP is reminiscent of simpler times.
I want to get a server right where I bought the domain, with CPanel, log in with FTP and ~~push~~ (excuse me, _send_) index.php and other files there. I want to open phpmyadmin and throw some stupid fields together that won't work at scale, but "scale" will never happen.
I want to design websites without normalize.css, without any kind of javascript but some silly UI stuff, I want to send emails with sendmail and not sendgrid. I want my gradient buttons back.
Symphony and Laravel can kiss my ass.
rant
php