I'm pretty new to Mongo. I have two collections that look as follows. Order collection [ { id: 1, price: 249, store: 1, status: true
I am developing an ionic-based pwa and I am aware of the availability of many analytics tools with sorts of google analytics and mixpanel etc. But i also want t
I thought I was fairly good with C++, it turns out that I'm not. A previous question I asked: C++ const lvalue references had the following code in one of the a
i have this strange problem. I made this modal to work as a full screen about page. It doesn't make any problem on desktop, however when i press it on mobile, t
I have a python application, that performs some tasks. I run it inside a docker container. I need to schedule this script to run every 30 minutes. Currently, I
I am creating a simple clipboard system on C# and every time characters or words are copied, they are getting multiplied on the text file just like on the pictu
We have multiple microservice projects and one proxy/service registry which all services apis register in this service. now we want to catch uncaught expections
i have a calendar object that uses a master calendar as base. All the data is shown on a table box and this data is based on the date range selected on the cale
Q 1: Which query produces the following output from table marks table name : marks rnk 1 2 3 4 Output rnk 1 3 6 10 select rnk from (select b.rnk as alpha,sum(a
I'm programming a Bomberman in Java following a tutorial (this is my first game). The tutorial suggests the following code for detecting collisions. fo