How to calculate distance between two location in dart?
Can I produce results like in my example below without actual UNION command. In my real scenario I have 1000 cat(egories) and would like to save typing and lea
I'm writing a simple Python program to find the data type using type function. x=input("what is your name?") print(type(x)) It gives the output: <class 'str
I want to reset my Realtime database values every 24 hours in Firebase. How can I create a backend with Firebase?
So basically I am working on a project where the backend is made with python and the frontend is made with Angular. So in that, all the backend processes genera
We are considering migrating various integration services from vendor based solutions like TIBCO BW, WSO2 ESB, WebSphere Message Broker etc into custom Java (po
I'm recently experimenting with session variables instead of writing everything in base. I'm building an app for counter sales (cart, user, customer session var
I'm trying to design a table (or possibly trigger) which consists of a roomNum, startTime, endTime, and a groupName. It is supposed to keep track of which group
I want to create an open source pdf reader plugin in Flutter from scratch. I need a guide to approach forward.
I want show date with this format DD/MM/YYYY. I need to use italian languages with data picker and this format DD/MM/YYYY. In my app.module I do this: export c