I have coded an application that needs the permissions of the photo library. The worry is that it needs it as soon as the application is launched so it must che
I have built a NUXT app, and I've added to it a serverMiddleware for handling some REST endpoints and connecting to my database. serverMiddleware: [ { path: "
Hello devs I am building an API using EXPRESS.JS AND MongoDB and performing some tests with postman. But I am getting the req. body. password field is undefined
I am using Lombok annotations (@slf4j) to create logs. I have been trying to log in different levels such as log.info("processing xyz") Log.error, log.debug but
I am almost done with my chat application in React native with Firebase. At the end, typing indicator needs to be updated with the app. Since I searched I don't
.hexagon-gallery { margin: auto; margin-top: 50px; max-width: 1000px; display: grid; grid-template-columns: repeat(8, 1fr); grid-a
I am trying to get a query like the following one to work: SELECT EXTRACT(DAY FROM INTERVAL to_date - from_date) FROM histories; In the referenced table, to_
Let's imagine such scenario: The application requires user to authenticate. The idea is to force keyboard to be opened all the time and block back button to pre
Stream<QuerySnapshot> readDocument() { return _firestore.collection("uploads").snapshots(); } This is my stream method that get data from related c