38,102 questions
0
votes
0
answers
53
views
Firefox returns 426 Upgrade Required for Nuxt dev server on localhost, but Chrome/Safari work
I have a Nuxt project that was working normally before, but Firefox recently stopped loading it locally.
When I open:
http://localhost:3000
Firefox returns:
426 Upgrade Required
I also tried running ...
Advice
0
votes
1
replies
67
views
What is the best advice you can give me in frontend field to become superior?
Actually I have just finished my first year in computer science and I did a lot through this year. first I learnt the basics of programming through Cs50x and yeah it was tough a little bit but I didn'...
Advice
0
votes
1
replies
82
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
140
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
55
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
58
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
2
votes
8
replies
221
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
53
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
77
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
117
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
47
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
45
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
152
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
65
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, ...