38,705 questions
0
votes
0
answers
31
views
Golang webrtc alternatives [closed]
What are Golang webrtc alternatives for video and audio live streaming?
I have tried golang pion webrtc server while webrtc on flutter, the problem is that stream takes up to 10 seconds to fully ...
Advice
0
votes
4
replies
37
views
How to make a website? Frontend and Backend
Hi I am a beginner in programming, I just want to ask if I were to make a website what IDE should I use to run the frontend and backend? Like merge ( ? ) Can I use Visual Studio? Or something else. ...
Best practices
0
votes
3
replies
21
views
Is there a standard image size to be used for a website
Is there a standard image sizes for a website for varios aspect ratio ? I do not want to create a huge image which indirectly impact the page size. So are there a recommended size to use for aspect ...
Advice
0
votes
2
replies
52
views
Advice needed: scraping company websites in Python
I’m building a small project that needs to scrape company websites (manufacturers, suppliers, distributors, traders) to collect basic business information. I’m using Python and want to know what the ...
Tooling
0
votes
2
replies
35
views
What shall I use for my React Web App back-end
I just began web dev and wanted to launch a few applications. I learnt HTML, CSS and JS well. Got into React, but that's all front-end. I have no idea what to do for backend.
Also, let me tell you I'm ...
Advice
0
votes
2
replies
13
views
Chrome network tools override content not working
https://developer.chrome.com/docs/devtools/overrides
when the API name is followed by a number like ?_=*, the override always fails. Is any additional configuration required
overrider a api like
/...
Advice
2
votes
1
replies
36
views
Which Career Path Should I Choose: DevOps/Cloud or Full-Stack?
I am currently at a point where I need to make a decision about my future career path, and I would really appreciate some guidance. I have experience and a strong interest in programming, and I am ...
Best practices
0
votes
1
replies
65
views
Why does using Python’s print() function cause a rendering error in Django, and what should be passed to render() instead?
Problem Code Snippet (Python: Django)-
def home(request):
data = {"msg": "Hello"}
result = print(data) # Problematic line
return render(request, "index.html"...
Advice
0
votes
1
replies
37
views
Deploying embedded Javascript to a remote server
I am an experienced programmer, but am new to Web Development. I have become familiar with several technologies, including embedded Javascript, which I would like to use for my employer's project. ...
-2
votes
1
answer
56
views
I can't put this div in the website bottom
I'm with a problem that i trying solve: i'm making a website, and i was going put the final part of the site, using a div, but this part can't stay glued in the bottom, no matters the code editing ...
0
votes
1
answer
639
views
Refresh token for Google OAuth 2.0
I have an application that uses Google APIs in some places, and I want to avoid having the user login every time. Currently, I only receive a Google access token in the response, not a refresh token. ...
1
vote
1
answer
55
views
How can we find only the WebElements present on the viewport with using selenium python find_elements method?
I want to automate the task of scrolling through a web page and clicking on the buttons. But, when trying to find web elements with driver.find_elements() getting a list of all web elements which are ...
1
vote
1
answer
519
views
How does Neetcode persist checkbox count / progress bar without sign-in and without local storage?
I'm on www.neetcode.io, and I realized that it saves my progress. However, when I check my local storage, I don't see any state. I also haven't signed in, so there is no "state" of mine ...
0
votes
2
answers
128
views
How do I make my website fit all screen sizes?
On my website, I was trying to make the size of an iframe be the same on all resolutions / screen sizes.
A Iframe on my website: Website
View source of the page: View-source
I tried this code;
<p ...
0
votes
1
answer
183
views
Opening Video Thumbnail - video will open but will not load
For context, this is just a website that displays a thumbnail gallery linking to larger photos/videos.
When the thumbnails of photos are opened there is no problem. The thumbnails with a video ...