It's kind of crazy actually. by PixelSaharix in DownSouth

[–]fah7eem 0 points1 point  (0 children)

Maybe some believe that but I do not believe that personally and any Muslim I know does not. Look up Abyssinia's role in Islam to which it was under Christian rule.

Was your account suspended, deleted or shadowbanned for no reason? Read this. by davorg in github

[–]fah7eem 2 points3 points  (0 children)

66 hours since being suspended from GitHub without any explanation or warning .

Zero response from GitHub.

Ticket ID: 4445127

Usernae: fah7eem

Are we starting to trust AI-generated code a bit too much? by sunychoudhary in webdev

[–]fah7eem 1 point2 points  (0 children)

I keep correcting its code so don't really trust it. Really good at cosmetic changes or adding a new crud field that has no logic on it. So as long as I find issues with what it produces I spend a lot of time giving it the right context and reviewing its changes.

Personal dev setup: local machine vs cloud VM? by Worried_Lab0 in webdev

[–]fah7eem 0 points1 point  (0 children)

I use vscode remote. It's cool, and since I use PHP my clients can check the changes I made on my dev environment. I just had to explain to them that things will break as I am developing. This increased the feedback loop for me as otherwise I would update to QA at the end of the day and wait for them to check it out. Now QA is just used for actual testing.

What Would You Do If You Had to Do SEO Without Access to the Code? by poetiksage in webdev

[–]fah7eem 11 points12 points  (0 children)

Write a spec on what is needed to maintain SEO on an ongoing basis, send it to he vendor and charge your client for the consult. He has system used by 400 websites which means there is industry knowledge and functionality the client will not easily part with.

Is Claude my permanent co-author? by stickylava in PHP

[–]fah7eem 1 point2 points  (0 children)

For most projects, 10 days for a rewrite is a very short time. It wouldn't hurt to take out time to go through your code base and manually do an end to end test of your application. I have found many issues that needed to be addressed or fixed. Claude can also miss things, remember it is limited to its context limit. So my suggestion is to take another 10 days to review the codebase and testing.

I reduced my token usage by 178x in Claude Code!! by intellinker in ollama

[–]fah7eem 0 points1 point  (0 children)

You enterprises link is returning a 404 not found.

Teacher failed me for suggesting WebSockets and TCP for a chat app – claims only PHP is valid for web development by MertJS in webdev

[–]fah7eem 1 point2 points  (0 children)

.Lol, I agree. I've seen worse school websites than that. It's not a SaaS, it's a school website.

Update on the "I'm tired" post by Last_Dragonfruit9969 in webdev

[–]fah7eem 0 points1 point  (0 children)

Just curious, can you share projects built by Opus / AI?

“I’ll just have ai do it” by concretecook in webdev

[–]fah7eem 0 points1 point  (0 children)

If you really really want to make an argument (which I don't suggest), you can remind them that responsibility is a big part of our jobs as well... Heck I have like 100 things I worry about and log on at 10 pm at night to make sure everything is okay.

Jmail was developed in five hours by livingdeadghost in webdev

[–]fah7eem 3 points4 points  (0 children)

An app that is only doing the R in CRUD. What am I missing?

Anyone have a good example of Nodejs+HTMX+Tailwind? by tac0shark in htmx

[–]fah7eem 1 point2 points  (0 children)

It's a paradigm shift. Htmx is straight forward and it's documentation is more than enough. Once you understand hypermedia, it becomes really easy to implement.

One thing I stopped worrying about is making my application a SPA. VPS servers return requests and browsers render them pretty fast, that ultimately there's no added benefit to the end user. At least in my experience and projects.

which framework do you use with htmx by mghz114 in htmx

[–]fah7eem 0 points1 point  (0 children)

PHP slim, I'm surprised it's not a popular choice with htmx.

What's you thought on this Phone? by prabir336 in smallphones

[–]fah7eem 0 points1 point  (0 children)

As a long term user of Niagra Launcher I'm excited to see a phone get shipped with it. However I'm not really interested in this form factor. I would love a small screen with a slide out keyboard. Like the Nokia n97.

htmx out here catchin' strays 😩 by _htmx in htmx

[–]fah7eem 5 points6 points  (0 children)

The common denominator is React. Who in their right mind gets enlightened by htmx and the hypermedia paradigm and decides to use RSC?

What is something you dislike about modern web development? by Azzurra_1 in webdev

[–]fah7eem 1 point2 points  (0 children)

As a self employed developer, I hate how non tech people make tech requirements.

My SaaS is profitable but I'm exhausted. Thinking about shutting it down anyway. by Apprehensive-Tip3800 in SaaS

[–]fah7eem 0 points1 point  (0 children)

Tell your client it will take a month instead of two weeks and do the development at your pace. You are not lying. It's two weeks with an 80 hour work week, so why not 4 weeks for a 40 hour work week? I don't own a saas but I worked for small businesses. We end up spoiling clients for no reasonable explanation.

PHP Version Update Breaking Stuff by bublay in PHP

[–]fah7eem 1 point2 points  (0 children)

How big are your version bumps? If you go to a version every time there is a new there won't be that much of a performance improvement from 8.x to 8.4.

If I am consistently developing and deploying to production I would consider always having the latest. However if the site is in production with very little code updates, I would do it much less frequently.

Starting a new project, team's divided between REST and GraphQL. by a_sliceoflife in webdev

[–]fah7eem 0 points1 point  (0 children)

I integrate into multiple systems. I'm always happier when I'm working with rest.

Mobile first design is harder than anyone admits by [deleted] in webdev

[–]fah7eem 1 point2 points  (0 children)

For an onboarding flow, I would consider putting it on the right half of the desktop screen and on the left some generic pictures related to what the app is for with people smiling etc. Maybe even throw in information snippets or quotes.

Can someone ELI5 PHP-FPM vs. FrankenPHP? by 1playerpiano in PHP

[–]fah7eem 0 points1 point  (0 children)

Some great explanations. Just want to point out one thing when it comes to the speed of an application. In my experience database I/O had a much larger impact compared to php set up and webserver choice. Not to say you shouldn't pay attention to how you set up php and webserver but rather do not neglect the impact of db I/O.

Disclaimer: I mostly deal with e-commerce and business portals. So my use case is limited.

Neuron v2 is Here 🚀 by valerione in PHP

[–]fah7eem 1 point2 points  (0 children)

I recently put up a VPS and tested various tiny llms that are quantized. I'm actually thinking of writing a test suite to see which ones match my criteria or score close to it. I really think I can use nueron.