38,122 questions
0
votes
0
answers
33
views
Accessibility pattern for an input that opens a dialog containing radio groups
We need to implement a new component consisting of a button or read-only input that opens a dialog. The trigger displays a textual summary derived from two selected values, each belonging to a ...
Advice
0
votes
1
replies
80
views
How do you do ts
Alright I cant explain it properly, I work with HTML since I am just starting and I want to code a website where someone picks an order
Pays with it
Wants to put a message
Money is sent
Then the ...
Best practices
0
votes
6
replies
134
views
Why not make a new TCP version?
I heard TCP is like 50 years old,
So why don't we create a new and modern TCP-like protocol for transmission? Why are we still using a very old protocol?
Tooling
3
votes
1
replies
50
views
How do you keep UI automation tests stable when selectors, waits, and flaky environments constantly break them?
We’ve been struggling with maintaining our UI automation suite for a growing web application.
Our current stack uses Selenium/Playwright-based automation, but over time the tests have become difficult ...
Advice
0
votes
0
replies
56
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
205
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 ...
Advice
0
votes
0
replies
50
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
76
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 ...
Best practices
0
votes
1
replies
116
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
46
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
40
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
135
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 ...
Advice
0
votes
1
replies
52
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
88
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, ...
