22,442 questions
0
votes
0
answers
71
views
Why does Crossplane KCL not receive status.atProvider.id (ocds returns null)?
I am using Crossplane with a KCL function to compose Azure resources.
My composition creates a LinuxWebApp and then attempts to use its ID to create a dependent PrivateEndpoint.
However, the WebApp ID ...
Advice
1
vote
5
replies
172
views
Which tech stack is good to learn in 2026 for building scalable web applications?
I am a developer interested in improving my skills and preparing for future projects. I want to understand which technology stack would be a good choice to learn in 2026, especially for building ...
2
votes
1
answer
108
views
navigator.getInstalledRelatedApps() is empty on Chrome in Windows 11
Something must be missing, but I just don't know what. Because the installed web app should be listed in the array when calling navigator.getInstalledRelatedApps() but the array is just empty.
Chrome (...
Advice
0
votes
1
replies
68
views
how to use the last file in?
Code of how the web application picks the file:
#Load Data
this_dir = Path(__file__).parent if '__file__' in locals() else Path.cwd()
wb_file_path = this_dir / 'vital_log_2026-03-13_21-20-51.csv'
data ...
Advice
2
votes
2
replies
80
views
How should I plan and structure a web app with booking and payment features as a beginner?
I want to build a web application for my friend’s business that includes a booking system and an online payment feature. However, I’m feeling overwhelmed about how to properly plan and start the ...
Advice
0
votes
0
replies
94
views
How to optimize slow initial load in Google Apps Script (HtmlService) with 1MB bundle
I am developing a Web App on Google Apps Script (GAS) using React and Ant Design. I use Vite with vite-plugin-singlefile to bundle everything into a single index.html for deployment.
The Problem:
The ...
Advice
0
votes
9
replies
113
views
Can I determine the local IP address of a device using JavaScript?
I made a web application on a computer and wrapped it in an exe. On the computer, the server is running on node js runtime, and the client part is using the electron browser. Now, I need to open a ...
Advice
0
votes
3
replies
56
views
Review of my UML class diagram for a student social network (database design)
I am designing the database for a student social network web application as part of a university project.
I created a UML class diagram that includes entities such as users, publications, comments, ...
Advice
0
votes
2
replies
82
views
How to implement barcode scanning in a JavaScript inventory management system?
I’m building a web-based inventory audit management application and want to enable barcode scanning to speed up stock counting. Most scanners act like keyboard input devices, but I want to capture the ...
Tooling
0
votes
0
replies
60
views
Prevent Windows App (Web) from opening corporate VM in a new Chrome tab on Linux
I'm using Chrome web apps on Ubuntu 24.04 to access my corporate virtual machine, which uses Windows App (Windows cloud) as its tool.
However, once inside the Chrome web app 'Windows App', when I ...
0
votes
1
answer
109
views
API Handling on Google Apps Script is not using API key
I am a beginner, trying my hand at realtime API data handling for a small project.
I am trying to create an HTML page (for an iframe later) that gives me the realtime data for one specific metro stop ...
1
vote
0
answers
84
views
possible to scan a QR code with html5 qrcode google app script? [duplicate]
https://unpkg.com/html5-qrcode
html5 qrcode used in google app script web app
<button class="btn btn-light fw-bold" style="position:absolute;right:2%;" onclick="...
Advice
1
vote
2
replies
133
views
Is google app script web app proper for production environment?
I'm wondering if google app script web app deployment is proper for production environment? Because I noticed these things:
The deployment link is random generated.
Accessing web app on another ...
0
votes
2
answers
93
views
How do I run a Webapp and WebService in Eclipse? (Gradle, Spring Boot, Wicket)
I've got a gradle project wrapper containing Database, API, WebService and WebApp projects. I can run Webservice and WebApp from gradle using gradle8 :WebApp:bootRunor gradle8 :WebService:bootRun. But ...
1
vote
1
answer
178
views
Google Apps Script HTML scriptlets trucates JSON object containing a single quote and a URL when using force-printing scriptlets
I'm running into an interesting issue with Google Apps Script HTML force-printing scriptlets (<?!= ... ?>) where a JSON object is being strangely truncated directly before the double forward ...