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.
Registration Form
What are the best ways to create interactive Registration form using Python?
Big Query Project Ideas
Hey everyone, I am new to Big Query. I need to know about BigQuery in detail. I checked various videos on YouTube but got nothing useful. Can anyone suggest me ideas for creating big query projects ...
PDF merging - what is the current accepted solution for later versions of PHP (8 and above)
What is the current accepted solution for merging PDF's into single documents? There seem to be a host of older libraries on GitHub that support up to version PHP8 but they are all massively out of ...
How can the Flask framework be used to build an application which maintains large quantities of state?
I am trying to write a http/rest-api wrapper around some internal process state and ran into a problem when I realized I have only used Flask to write stateless web applications before and currently I ...
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/...
"Exploring GitHub's Best Practices for Collaboration: Tips and Tricks"
Hello everyone, I'm reaching out to gather insights and personal experiences related to best practices for using GitHub, particularly in the context of collaborative projects. GitHub offers a wide ...
It's 2024, can you still get a job if you only know jsp and servlet as well as html and jquery ......
I'd love to know what people think of these "outdated" technologies nowadays. Or will there still be a large number of companies using these technologies for production now?
Securely Accessing Authentication API in Tauri/Next.js without Exposing .env Secrets
I'm building a desktop application with Next.js and Tauri and need to securely authenticate users without storing API keys directly in a .env file, as this seems particularly risky in a bundled Tauri ...
Are there any benchmarks or performance comparisons between Python with the new JIT enabled and Python without the JIT?
Python 3.13 brings a new experimental JIT. I would have assumed this feature would have triggered a rush of interest in performance comparisons and benchmarks, however I have not been able to find any ...
Pros and cons of creating desktop apps in Rust
I come from a background in Web Development, so I gravitated towards Tauri; however, I have also been looking at something like iced.rs too. Currently I am creating some example apps in Tauri, and I ...
Is it possilbe to host mult-stack applications on an app service?
Hello everyone, Sorry if this is a duplicate, but I've been trying to find an answer for a couple of days but couldn't. We have an application that was based on a headless PHP cms. We built our ...
Doubt about using of Split view.
Is it right way to use splitview for landscape and normal view for portrait orientation for a same state of an app. and show in different way when the ipad rotate? Eg. for Mail app, in land scape ...
Securely Accessing Authentication API in Tauri/Next.js without Exposing .env Secrets
I'm building a desktop application with Next.js and Tauri and need to securely authenticate users without storing API keys directly in a .env file, as this seems particularly risky in a bundled Tauri ...
A new model to create neural networks?
I apologize for the poor English at the beginning. Context I believe most neural networks out there are static i.e they stay how they initially were. There are no dynamic neural networks that I have ...
Type Safe Navigation with TabRow or Floating Action Button
I recently saw this video discussing a type safe method of navigation in jetpack compose using the Serializable decorator. This allows you to more easily pass arguments when navigating between pages ...