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)
Branching and release strategy - A best option to bring changes between develop to release branch
We are redefining the way we move commits from dev branch to prod branch. We are mostly following Kanban based approach where stories comes in develop it, move to QA, stays at QA and then moves to pre...
kbvishnu
Votes: 0
Answers: 1
Can I have one Repo for client which contains all repos for that client?
I have multiple clients and have multiple projects for each client. Some of the projects are forks of core projects in my GitHub.
I wanted to know the best way to structure this. Can I create one clie...
El Cree
Votes: 0
Answers: 1
How to handle in ionic when the backend is offline?
I have an ionic app with angular and a backend with spring boot (rest).
The app needs the backend for all of its features (login, data fetching, ...) so it can not operate without its backend.
Now I i...
Elchman
Votes: 0
Answers: 0