I have defined the price levels have a way to close trades at that price, but i want to visually show the levels, just to visually verify them. Im new and could
I am new to React Native and I am having problems with the header in a FlatList. The header re-renders as soon as I start to scroll, this creates a flickering
I have a Pandas DataFrame: price = [ 26810., 27524., 27728., 25739., 25221., 25767., 24367., 25056., 23899., 24164., 24981., 26953., 26953., 27632., 270
I have installed IBM MQ on docker as well as the normal installation,you can see the descriptions of the installations in the screenshots. I am trying to run th
I want to use SignalR with my .net 6 backend and react frontend together with AWS. My application is serverless per now, but does it remain serverless if I incl
I'm using the Laravel Eloquent's countBy( $key_name ) method on this Collection: (Values can only be 1, 2, 3, 4 or 5). $collection = [ { "atencionMe
I'm trying to solve the famous problem of "number of islands" from leetcode. (link : https://leetcode.com/problems/number-of-islands/) I solved this solution us