All Questions
38,036 questions
Score of -7
0 answers
140 views
Web Server for C [closed]
At startup and during compilation, it works differently; sometimes it crashes, sometimes it doesn’t. This program loads files from a group of folders and sends them as a web server. I also used gdb to ...
Score of -3
2 answers
47 views
How can I verify website localization across multiple countries and languages during development?
I am developing a multilingual website that supports multiple languages and region-specific content.
I want to verify that:
- The correct language is displayed based on the selected locale.
- Date, ...
Score of 0
1 answer
81 views
Content Security Policy (CSP) "unsafe-hashes" does not work as expected. Browser expecting different hash
Consider the following single HTML file:
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-hashes' 'sha256-5OdtjsKuRneco+...
Advice
1
vote
1
replies
56
views
How Can I Properly Evaluate a Website Before Trusting Its Services?
I'm trying to improve my process for evaluating websites before using their services or recommending them to others. I usually check the overall design, page loading speed, navigation, mobile ...
Advice
0
votes
1
replies
175
views
How to build an automated scraper/aggregator for events from social media and websites (including OCR)?
I am looking for advice on how to build an application that automatically searches websites and social media profiles (Facebook, X/Twitter, Instagram, and TikTok) for upcoming events.
My goal is to ...
Advice
0
votes
3
replies
189
views
How do I make web interactive maps with GO and React?
I am making pet-project with Go and React. I want to make web app, that for start, shows your location on a interactive world map. How should I make app logic with Go and React, so it would be ...
Advice
0
votes
2
replies
110
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
2
replies
117
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
145
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?
Advice
0
votes
0
replies
61
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
0
votes
0
replies
58
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
83
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
120
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
54
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
47
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 ...
