I have a piece of code where I am calling my server to fetch some values and update the table if that value isn't present there. After the updation, I want the
I got really stumped for my whole day on how to display marketshare on Power BI. My data is kind of complicated but I will try to simplify the problem in here,
I have a SQL table which keeps ProductCode, Start_Date, End_date and prices for different products. I want create a view from this table and create a conditiona
I am new to kotlin, i have converted some code from java but it seems like there's something wrong, The R in findViewById(R.id.my_id) is highlighted in red and
I am looking for an example of creating a https server in Deno. I have seen examples of Deno http server but not https. I have tried searching in google but fo
import React, { useEffect, useState } from 'react' import jwt from 'jsonwebtoken' import { useNavigate } from 'react-router-dom' import Navbar from './Shared/