python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
uploading the large file through chunking
Let's say we are designing core functionality of dropbox which is backed by Amazon S3.
I have few confusions regarding how the upload works (as below is my assumption of the upload work flow. Please c...
Geek
Votes: 0
Answers: 1
In Nx + Angular monorepo architecture, where should I put testing helpers that are specific to just one library?
For context, we have an Angular + Nx monorepo with just one main app currently, but we plan to split it to a few separate microfrontends soon.
We currently have just one main module, util-models, that...
JoannaFalkowska
Votes: 0
Answers: 1
Moving my existing flutter project to bloc architechture
The project assigned to me is a huge project with multiple screens and widgets.
This project does not follow any kind of architecture. We are facing many issues related to state management and decided...
Nibha Jain
Votes: 0
Answers: 0
Is it okay to accommodate cron jobs inside the library?
We’re currently splitting monolithic app into a set of microservices. This monolithic app contains certain functionality which is a good candidate to become a library. This library will be consumed by...
Stranger95
Votes: 0
Answers: 1