38,192 questions
Advice
0
votes
0
replies
50
views
Sell course but don't know how
I am a software engineer, actually. I will make basic of coding language and project course. All will be paid, and I want to sell the source code also. Just don't know which platform will be best and ...
Advice
1
vote
8
replies
188
views
Stuck in tutorial hell after 4 years: How do I build websites and think independently?
I have been coding for about 4 years now. I have watched numerous courses and followed many tutorials, but I am facing a major roadblock: I still can't build beneficial websites or figure out how to ...
-1
votes
0
answers
27
views
How can I make a visually heavy website SEO-friendly without affecting performance? [closed]
How can a visually rich website remain SEO-friendly without slowing down performance? With large images, animations, and interactive elements becoming common, what are the best ways to balance design ...
-1
votes
0
answers
37
views
Collapsible problem , wont work when published (toyhouse) [closed]
for some reason the code works perfectly fine in source code / preview mode, but once i publish it the collapsible completely breaks or refuses to open properly.
i think the issue might be because i ...
Advice
0
votes
0
replies
47
views
Retrieving contents on Auto-refresh website
I visited a website that is set to auto-refresh after a certain period of time, and after that time passes, the content is no longer available when I revisit the URL. Is there any way to view the ...
Advice
0
votes
3
replies
74
views
Best Way to Optimize Large Jute Rug Images for Faster Website Performance
I’m working on a home décor/eCommerce project that includes a large catalog of jute rugs, and I’ve been running into performance issues related to image loading and page speed.
Most of the rug images ...
0
votes
0
answers
64
views
How can I make a CSS 3D page turn in Readium look like a bending paper page instead of a rigid card flip?
How can I make a CSS 3D page turn look like a bending paper page (not a rigid card flip) in a Readium-based reader?
I’m building an ebook reader using Readium and implementing custom page transitions ...
Best practices
0
votes
1
replies
110
views
Should i immediately have the user authenticate their email when signing up? Or allow the user the option to authenticate later
Currently building a SaaS, as i understand it it's a tradeoff between user growth and security, but from what ive seen, not enforcing authenticating allows a high volume of bot users/disposable ...
Best practices
0
votes
0
replies
43
views
How to improve Core Web Vitals (LCP, CLS) for image-heavy e-commerce product pages?
I’m working on optimizing an e-commerce website with image-heavy product pages (multiple product images, galleries, and lifestyle shots), and I’m having issues with Core Web Vitals, especially LCP and ...
Advice
0
votes
0
replies
36
views
Any real-world use cases or analogies for “Iranian rug” patterns in algorithms or data structures?
I recently came across the idea of using “Iranian rug” patterns as an analogy in computing (for example, structured repetition, symmetry, and layered design), and it got me thinking about whether ...
Best practices
0
votes
2
replies
118
views
Which is faster for web scraping: Playwright or Selenium?
I’m currently working on a web scraping project and I’m trying to choose between Playwright and Selenium for browser automation.
Both tools seem capable of handling my use case (navigating pages, ...
Best practices
0
votes
2
replies
63
views
Resolving imports before sending JS scripts to the browser - is it a good idea and how to do it using Express
Say I have a web page with a script that imports from 20 other scripts. I imagine that having to fetch these 20 scripts separately adds more loading time that fetching one giant script. Which leads me ...
2
votes
0
answers
92
views
Why can Zoom re-trigger Chrome's Mic prompt while my Web App stays "Silent" after being Blocked?
I'm facing a frustrating UX issue with microphone permissions in Chrome.
The Flow: User grants mic access -> User later goes to Chrome Site Settings and manually toggles the Microphone to "...
Advice
0
votes
1
replies
42
views
How to structure product filtering for bedroom floor rugs in an ecommerce app
I am working on an ecommerce project where I need to implement a category for bedroom floor rugs, and I am trying to design the filtering system in a scalable way. The filters include size, material, ...
Advice
0
votes
1
replies
87
views
How to design a searchable product listing page for carpets for sale in a web app
I am building an ecommerce web app that includes a section for carpets for sale, and I am trying to design the product listing and search functionality properly. I want users to filter by size, ...