2,522,826 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
6
views
choosing an Stack? backend or front end
okay so, I'm front end developer but i hate html CSS codes. but I enjoy logic stuff A LOT.
always I like to learn more about JS or read about algorithm . an old friend told me I can be good backend ...
- reputation score 1
Score of 0
0 answers
21 views
Chrome MV3 extension makes Chrome/Windows laggy when loaded — how should I profile content scripts, MutationObservers, and timers?
I’m building a personal Chrome MV3 extension. Chrome and my PC run normally when the extension is disabled, but as soon as I load the unpacked extension, Chrome starts feeling laggy/heavy.
I’m not ...
- reputation score 103
Score of 0
0 answers
18 views
How to set consistent font fallback for mixed English/Hindi text in PptxGenJS?
I'm generating a PowerPoint programmatically with PptxGenJS (Node.js) that mixes English and Hindi (Devanagari) text on the same slide — for example, a bilingual title like "Email Migration Guide ...
- reputation score 1
Score of -3
0 answers
67 views
Frameset that displays random pages
I am trying to make a frameset that displays random pages from my site. There are a handful of pages that need to open in new tabs and are excluded. I'm not sure how to link this JS script with the ...
- reputation score 1
Score of 0
0 answers
37 views
Razorpay Payment integration issue [closed]
I have integrated razorpay on my MERN Stack website. Whenever I click the upgrade now button on my website, it's not redirecting to razorpay Instead your browser not supported alert comes. I tried ...
- reputation score 1
Tooling
0
votes
2
replies
70
views
What's the best tool/library to generate unique Emoji Kitchen-style combos for chat apps?
I'm building a feature for a chat app where users can mix two emojis together to create a fun, unique combo image, similar to Google's "Emoji Kitchen" in Gboard. The goal is to make ...
- reputation score 1
Score of -3
0 answers
71 views
Hide certain div when Woocommerce product price is less than 5 euro [closed]
I want to hide a certain div (where my gift wrap options are displayed in) on the Woocommerce product page when the product price is less than € 5.
This the code I have nog, but that doesn't seem to ...
- reputation score 1
Advice
1
vote
2
replies
82
views
IOS application Distribution without appstore
I'm currently working as a react native developer,
i want to distribute my application locally using drive without using appstore and playstore
I know i can implement it on android for apk direclty ...
- reputation score 63
Score of 0
1 answer
48 views
Error event not triggered after Vite build
I'm working on a Vue.js project and in the App.vue file I wrote this code that reacts to all exceptions and rejections of my app.
window.addEventListener('error', event => {
errorDialog.value ...
- reputation score 621
Advice
0
votes
2
replies
53
views
Is there a way to use specific webm chunks from MediaRecorder?
If I send separate chunks from MediaRecorder to the server, how can I make each one playable?
Only the first chunk contains the header/meta information.
Is there a reliable way to create a header, for ...
- reputation score 912
Score of -7
0 answers
122 views
How would you make a container and its elements fixed in size, without scrolling [closed]
I have a list of columns and rows, and sliders where you could edit their dimensions. If their dimensions get too big, how would you shrink the elements in the grid, to remove any sort of scrolling. ...
- reputation score 1
Best practices
1
vote
4
replies
145
views
c++ node js Api
I am developing a Node.js application that uses Winston for logging and relies heavily on asynchronous operations. For intellectual property reasons, I need to deploy this application on a client-...
- reputation score 1
Best practices
0
votes
1
replies
66
views
How to pause SpeechSynthesis based on ambient microphone noise using the Web Audio API?
I'm building a web application that reads text aloud using the Web Speech API (SpeechSynthesis). I want speech to automatically pause when the surrounding environment becomes noisy and resume once the ...
- reputation score 1
Best practices
0
votes
1
replies
69
views
How to implement a global voice navigation system in React using the Web Speech API and Context API?
I'm building a React application with a global voice navigation feature using the Web Speech API. I'm managing speech recognition, speech synthesis, keyboard shortcuts, and page-specific voice ...
- reputation score 1
Best practices
0
votes
2
replies
57
views
Is using CryptoJS AES with a Firebase UID as the encryption key a secure approach?
import CryptoJS from 'crypto-js';
const GLOBAL_SALT = 'AarthSaathiEncryptSaltSecretKey';
/**
* Encrypts a field value client-side using a key derived from the user's UID.
* @param {string} value ...
- reputation score 1