Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
40% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
0 Endorsements

5 Posted Topics

Member Avatar for MasoodDidThat

Yes, that can happen. WordPress sites often perform better out of the box thanks to built-in caching, optimized themes, and CDNs. Java sites (especially custom-built ones) need manual setup for things like lazy loading, minification, server response, and JS optimization. It’s not the language—it’s the setup. Use Lighthouse to target …

Member Avatar for justicecoder
1
275
Member Avatar for James_228

How Flutter Handles State Internally Flutter uses a reactive UI model. When the setState() method is called within a StatefulWidget, it marks that widget as "dirty" and schedules it to be rebuilt in the next frame. This allows Flutter to efficiently update only the parts of the widget tree affected …

Member Avatar for wrteam
0
108
Member Avatar for Webynizer

Not completely dead, but definitely not what they used to be. Web directory submissions used to be a solid way to build backlinks, but Google’s algorithm has gotten a lot smarter. Submitting to low-quality or spammy directories can actually hurt your SEO now. That said, reputable, niche-specific directories or local …

Member Avatar for Dani
-2
71
Member Avatar for kearawill

Hey developers 👋 I’m working on a new project for a client — a estate agency Ilford, and I’m wondering how much of this could be streamlined or even built with AI tools? The site needs standard features like: Property listings Service request forms (for tenants) Payment gateway Backend for …

Member Avatar for trcooke
0
82
Member Avatar for Dani

GitHub is generally very secure for hosting code, especially with features like 2FA, security alerts, and private repositories. However, like any platform, it's only as secure as how you use it. I’d never recommend storing sensitive information like passwords, private keys, or database credentials—even with .gitignore. Instead, use environment variables …

Member Avatar for Dani
0
530

The End.