Discussions
Threaded, public conversations on technical topics. Available for any tag on Stack Overflow and these
See discussions related to any of the following 8 collectives:
Newest — sorts discussions by their creation dates, with the newest at the top.
Latest activity — sorts discussions by their reply, creation or edited dates (latest first).
Highest score — sorts discussions by their total votes (highest first).
Your sorting method preferences will be saved.
Usage of MongoComnandListener for mongo data replication
We have spring boot microservices based application which are deployed in cloud with multiple instances of pod. We are using mongodb as our primary database to perform CRUD operations through rest ...
Should we migrate to React 19?
React 19 is finally here, but it feels like it still has a long way before being production-ready. The migration from React 18 isn’t straightforward, especially with breaking changes like removing ...
What realistic problems do people wish there were apps for?
Quite simply as the topic states: What realistic problems do people wish there were apps for? So I wish to build an iOS app that solves a common need in the app market. What problems really bug you ...
Why @RequestBody byte[] in Spring marked as vulnerable to a DoS attack
On a fine day, I use the swagger-ui: <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> <version>...
The best way to keep data in Azure Cosmos DB consistent
I have a Cosmos DB database to store surveys. Most often, I need to retrieve individual surveys by their ID or a set of them by the ID of their author. After reading this and this, I decided to store ...
Flutter or React Native, which is more better for Android and iOS development?
I am new to the field to App Development and I want to know which is better, Flutter or React Native, for Mobile App Development for both Android and iOS. Kindly recommend if something else is much ...
Optimizing hosting costs for low-traffic web app
I'm looking for advice on how to optimize my hosting costs for a relatively low-traffic web application. Here's my current setup for https://diffcheck.net/: Tech stack: Python, CSS, HTML, JavaScript ...
What is the network ACL equivalanet in Google cloud platform?
Does Google Cloud have the network access control to help me define rules connected to existing VPC?
Detecting Google Play Pre-Launch Report Context
We've been using code like this to detect when our Google Play app is running in the Pre-Launch Report and Firebase Test Lab (FTL) environments: How to detect if the app is running on Google Play Pre-...
Why do people keep shouting "PHP is Dead" always?
So, there are a lot of toxic devs who keep saying PHP is sh*t and is dead. It has no future etc. But for me, I really love it. So why do some hate it so much? And does it actually have no future? And ...
Is Using Opacity for Text Hierarchy in CSS a Common Practice?
What do you think about using opacity to differentiate text hierarchy (such as the contrast between body text and titles) in CSS? I’m currently using opacity to create text hierarchy, but I’m not sure ...
Is there a free alternative to Postman?
Testfully used to be an alternative to Postman but recently they have discontinued the free version, and the desktop app now requires a $200/yr license. Is there a free alternative to Postman/...
Securing a key/password even from Admins
Let's say we have the following scenario. Company has a mobile game, this game supports withdrawals from company's cryptocurrency wallet. The game gets the wallet's Seed Phrase using an AWS Role. That ...
Should I Learn Native iOS Development as a Flutter Developer?
I have been working as a Flutter Developer for nearly 3 years, focusing on building cross-platform applications. Flutter has been my go-to framework for developing apps for both iOS and Android, and I'...
What inspired you to program?
Hey everyone, I've been pondering a question for a while now a singular question which is: What inspired you to start programming? For me, it was the realization that there are no boundaries, and I ...