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.
Why use the new Popup API introduced by google in 2024?
In one of my questions, I was recommended to rebuild my context menu using the new popup-API that google had introduced in early 2024, and while that sounds cool, it seems like the type of context ...
Is C# .net For Client Applications Dead?
Since Xamarin is officially out of support, and MAUI is a complete disaster (and considering nobody, even microsoft doesn't use it...for anything), is it safe to say that C#, or .net in general for ...
How VoIP is Different From Traditional Communication
Comparison Between VoIP And PSTN Lets we see the feature comparison between advanced communication systems (VoIP) and traditional communication systems (PSTN). VoIP Channels are carried out over one ...
FFmpeg vs Mediaconvert
I want to read a .mp4 file in AWS S3 from AWS Lambda. What's the best choice, FFmpeg x AWS Lambda or S3 Batch Operation x AWS Mediaconvert? I need the cheaper solution because I have 3 million videos ...
Which framework should I choose between React and Svelte when creating a SPA?
I am creating a single page application for a coffee shop online store. Now I am not quite sure which framework I should choose in frontend. Please let me know if you have any suggestions.
Best practices for implementing the feature upload an User's Avatar
Regarding the feature for uploading a user's avatar, it may seem like a simple task, but I'd like to discuss the best practices for implementing it. We can consider aspects such as UI/UX design and ...
What are the benefits of Golang over Python for data science and machine learning?
What are the potential benefits of using Go instead of Python for my model development. Any of you folks felt/seen any potential difference while using GO for your projects?
Object-Oriented PHP Development with SOLID Principles
This discussion delves into mastering Object-Oriented Programming (OOP) in PHP while integrating SOLID principles — Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and ...
How can AI assist in automated code generation across different programming languages?
I’ve been exploring the potential of AI in the field of software development, particularly in automating code generation across various programming languages. With advancements in machine learning and ...
How do different programming languages handle structs, classes, and interfaces?
For learning purposes, I am asking this question to clarify the main differences between various programming languages in terms of structs, classes, and interfaces. I want a simplified but specific ...
What would you say is the best IDE for both beginners and pro?
Personally I find Visual Code studio the best. Due to it being a free coding software, being able to install extensions and help explain pieces of code I may not fully understand. Is there any other ...
AUDIO PLUGING FOR ORAL QUESTIONS
Can you recommend a plugin, which can record audio and save it into the application(developed using PHP). This is to record Oral activity for multiple questions
When can I consider myself a Pro iOS(UIKit, swiftUI) developer?
What do I need to learn to confidently consider myself a proficient iOS developer? Additionally, what metrics should I be aware of, and how should I approach problems such as writing efficient code ...
App Tester can save game to Firebase, but can not access it
With the .aab bundle I generated for testing, my testers are able to save games they built using their own images, but they are not able to access it, even though I can see it saved in Firestore. When ...
Classifier-Free-Guidance with Transformers
I'm working on music generation using transformers. Using the decoder part for the audio tokens with text conditioning by the T5 encoder In Classifier-Free-Guidance, the text conditioning randomly ...