I am working on the bottom navigation bar feature. I have 4 screens associated with a bottom navigation bar. Page1 Index0 (It has a button) Page2 Index1 Page3 I
The current git flow for the team. 3 branches in total main develop feature When we're in the development stage When there is a new jira ticket, we will create
I'm trying to retrieve the information of the faculty with the students attending it and the subjects corresponding to the student. Here is the SQL error: java.
I have imported a set of user data into a Django project. Now I need to set a random password for each of them. My question here is, how do I securely generate
I have many links on a page generated dynamically. Now I want to attach ids to them based on a link just before them. I have written the following function to r
I need UNIQUE INDEX CONSTRAINT for below example: CREATE TABLE DEMO( COL_1 number, COL_2 number, COL_3 number, COL_4 number, STATUS n